View Single Post
  #201  
Unread 09-18-2012, 10:33 AM
Elinea's Avatar
Elinea Elinea is offline
A Young Mystail Rat
 
Join Date: Oct 2004
Server: Unrest
Posts: 4
Default Updater not working?

There was a recent Java update, and since then I have not been able to use the updater. Has anyone else had this problem? If so, is there a fix or something I'm missing? I do run as administrator, and this has only started in the past few weeks. The errors I'm getting are:

Exception-
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\xxxxx\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\51\67d8c133-73c70a1d]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wrapped Exception-

java.io.FileNotFoundException: C:\Users\xxxx\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\51\67d8c133-73c70a1d (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Reply With Quote