Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CouldNotLoadArgumentException on launching jnlp file with Java 1.6

843802Mar 9 2007 — edited Jul 24 2007
I have the following error when I launch a JWS app (jnlp file via IE) :

CouldNotLoadArgumentException[ Could not load file/URL specified : C:\Documents and Settings\mickael_m.SIGALNET\Application Data\Sun\Java\Deployment\cache\6.0\21\56bad555-13a830b3]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


When this error happens, I just have to click OK and lauch the jnlp file again.

This error happens only sometimes... (maybe 1time/10).

It seems to be a bug ....

Did someone found a solution to resolve this curious probleme ?

OS : Windows 2000 and Windows XP
JAVA version :
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2007
Added on Mar 9 2007
4 comments
3,131 views