:: Java error

I’m traying to load and application and Java show me the follow error:

com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://192.168.3.100:8080/beans/swingbeans.jar?version-id=1227889800453, 1227889800453)
	at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
	at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

I have Java 6 in my machine and the server has java 4. But i instaled java 6 in the server and showed me the same error. Both PCs are Windows 7 x32 installed

Anyone can help me please? Thanks so much :)

The easiest is to simply remove swingbeans.jar from the beans directory.

It doesn’t work. Now Java said: Unable to load swingbeans :(

did you restart the server after removing the jar?

Yes i did

then it should work fine, the jnlp file that we generate shouldn’t contain then the swingbeans.jar anymore so the client shouldn’t ask for it
But maybe that one is cached maybe you should clear the webstart cache.
I guess you are using a old servoy install because all this is fixed for quite some time now.

jcompagner:
then it should work fine, the jnlp file that we generate shouldn’t contain then the swingbeans.jar anymore so the client shouldn’t ask for it
But maybe that one is cached maybe you should clear the webstart cache.
I guess you are using a old servoy install because all this is fixed for quite some time now.

Yes im using servoy 4.x
Ill try deleting againg the file a crearing the web cache.

Thx my friend :)