Page 1 of 1

:: Java error

PostPosted: Thu Jun 09, 2011 5:23 pm
by zoo
I'm traying to load and application and Java show me the follow error:

Code: Select all
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 :)

Re: :: Java error

PostPosted: Thu Jun 09, 2011 5:50 pm
by patrick
The easiest is to simply remove swingbeans.jar from the beans directory.

Re: :: Java error

PostPosted: Thu Jun 09, 2011 6:04 pm
by zoo
It doesn't work. Now Java said: Unable to load swingbeans :(

Re: :: Java error

PostPosted: Thu Jun 23, 2011 2:09 pm
by jcompagner
did you restart the server after removing the jar?

Re: :: Java error

PostPosted: Thu Jun 23, 2011 2:35 pm
by zoo
Yes i did

Re: :: Java error

PostPosted: Thu Jun 23, 2011 2:40 pm
by 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.

Re: :: Java error

PostPosted: Thu Jun 23, 2011 3:05 pm
by zoo
jcompagner wrote: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 :)