HTMLpane bean not loading in client

I have a solution where I use a HTMLpane.
Now on my client AND on my testserver when I load the client it misses the HTMLpane bean.

I already re-added the bean on the form, still the same. Restarted the Application Server, restarted the machine, ran Developer instead, etc. Still the same.

Servoy version R2 2.1.2-build 315, repository version 24
Java version 1.4.2-38 (Mac OS X)
Mac OS X/Server 10.3.6

Client running on Windows XP Prof. SP2 and Mac OS X 10.3.6

Any ideas how to get this working ?
Thanks in advance!

I created a test solution with 1 form with a couple of beans on it.

  • IClock
  • DBTreeView
  • Molecule
  • HTMLPane

The HTMLPane consistently doesn’t load in clients on Linux, Windows and Mac OS X.
The other beans load just fine.
Can anyone reproduce this?

I just did the same test but now serving from Windows XP and the same result in clients on Linux, Windows and Mac OS X.

So in short.
Serving from Mac OS X, Mac OS X Server, Windows XP Prof. the HTMLPane bean won’t load in clients on Linux, Windows and Mac OS X.

Can anyone reproduce this?

Are you sure the bean is on the server?

The solution works in Developer on the machine itself.
And the bean is physically in the beans directory.

Did you not place the bean there after the server was started?

It’s a default installation on all 3 platforms.
I never touched the beans and the solution works WITH beans in Developer.
Did you try to recreate my little test? It’s 1 minute work.

Yep, same issue here!

When I load a client, I see only text: missing bean!

is one of youre solutions live on the internet where i can see it?

jcompagner:
is one of youre solutions live on the internet where i can see it?

Info is send to your email address.

download:

http://downloads.servoy.com/downloads/b … mlbean.jar
http://downloads.servoy.com/downloads/b … gbeans.jar

and put them in youre beans dir (overwrite the old htmlbean.jar)
Then the client should work with the HTMLPane

Wonderful! :D Thanks!