Applet loader crashes with fatal error

Started by Mickelukas, June 05, 2009, 19:11:37

Previous topic - Next topic

Mickelukas

Hi there,

When a user starts my game (www.dreamlandz.com) the lwjgl loader crashes with the following console output:

Java Plug-in 1.6.0_07
Utilisation de la version JRE 1.6.0_07 Java HotSpot(TM) Client VM
Répertoire d'accueil de l'utilisateur = C:\Documents and Settings\-DzzD-
----------------------------------------------------
c:   effacer la fenêtre de la console
f:   finaliser les objets de la file d'attente de finalisation
g:   libérer la mémoire
h:   afficher ce message d'aide
l:   vider la liste des chargeurs de classes
m:   imprimer le relevé d'utilisation de la mémoire
o:   déclencher la consignation
p:   recharger la configuration du proxy
q:   masquer la console
r:   recharger la configuration des politiques
s:   vider les propriétés système et déploiement
t:   vider la liste des threads
v:   vider la pile des threads
x:   effacer le cache de chargeurs de classes
0-5: fixer le niveau de traçage à <n>
----------------------------------------------------
Fatal error occured (5): C:\DOCUME~1\-DzzD-\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl.jar.pack.lzma (Le fichier spécifié est introuvable)
Fatal error occured (5): C:\DOCUME~1\-DzzD-\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl_util.jar.pack.lzma (Le fichier spécifié est introuvable)
Fatal error occured (5): C:\DOCUME~1\-DzzD-\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl_util.jar.pack.lzma (Le fichier spécifié est introuvable)


(the error means "the file specified is missing")
Any idea?

Matzon

no problems here except for:

Quotenetwork: Connecting http://dreamlandz.com/functions/getcontainer.php with proxy=DIRECT
java.security.AccessControlException: access denied (java.net.SocketPermission dreamlandz.com:80 connect,resolve)
   at java.security.AccessControlContext.checkPermission(Unknown Source)
   at java.security.AccessController.checkPermission(Unknown Source)
   at java.lang.SecurityManager.checkPermission(Unknown Source)
   at java.lang.SecurityManager.checkConnect(Unknown Source)
   at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
   at dreamlandz.q.a(Unknown Source)
   at dreamlandz.c.run(Unknown Source)

kappa

Matzon's error is already fixed in svn, as for the missing file, does it happen everytime for the user or did it only happen once?

Mickelukas

I thought Matzon's error wouldn't come when I have the xml file? I don't get that error anymore on the other machines I tried it on...

As for the crash error: It happened the first time he went to it, dunno if he tried several times. I'll ask him.

Mickelukas

I managed to reproduce this on another machine running XP and update 7.

Only console output:
java.lang.NullPointerException
   at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
   at sun.applet.AppletPanel.runLoader(Unknown Source)
   at sun.applet.AppletPanel.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Fatal error occured (5): E:\DOCUME~1\Marilin\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl.jar.pack.lzma (The system cannot find the file specified)

After reloading the page it worked fine.

Any idea about it or how I can provide more info for ya?

Matzon

Doesn't look like lwjgl is involved as such?

Are the files requested correctly from the client? (proper request?)
Are the files send back correctly from the server? (proper headers? - specifically, that its an lzma file and not something else).

I know we had to add a htaccess file to make the server  tell its an lzma file and not a jar.

Is the file there ?

Matzon


Mickelukas

I never added a .htaccess file to the server, is that necessary for a successful deployment?

I'm not sure how I can check if the files are requested/sent back correctly, any advice? I can however check if they are located in the specified folder when the error pops up if that'd help.

I don't have access to the computer atm (my wife's computer) but I can delete the files and clear the java cache and see if I can reproduce it tonight.

Thanks.

Matzon

http://echelog.matzon.dk/logs/browse/lwjgl/1208815200  - [23:30:57] and onwards

I would suggest checking the webserver logs to see if the request is comming in correctly.
Furthermore, use firefox and live http headers addon (https://addons.mozilla.org/en-US/firefox/addon/3829) and check to make sure that the response is application/x-lzma AND that content-length matches the real size of the file.

also check whether the file exists in the local storage.

also, push 5 in the java console to get more debug

Mickelukas

Okay, I'll try it all tonight and get back to you.

kappa

Quote from: Mickelukas on June 18, 2009, 07:09:09
I managed to reproduce this on another machine running XP and update 7.

Only console output:
java.lang.NullPointerException
   at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
   at sun.applet.AppletPanel.runLoader(Unknown Source)
   at sun.applet.AppletPanel.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Fatal error occured (5): E:\DOCUME~1\Marilin\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl.jar.pack.lzma (The system cannot find the file specified)

After reloading the page it worked fine.

Any idea about it or how I can provide more info for ya?

just a quick question are you able to reproduce this error again? or does it not happen again ?

Mickelukas

Quote from: Mickelukas
I don't have access to the computer atm (my wife's computer) but I can delete the files and clear the java cache and see if I can reproduce it tonight.

;)

Mickelukas

What I get now after clearing the folder and everything is the following:
I go to the page and I get an error in the lwjgl applet loader "securty check failed, please accept the security dialog". A second afterwards the security popup comes. If I accept it and reload the page it works fine. (Well, that is until I run into the problem that my applet doesn't have any access to the classpath, but that's already solved in 2.2.0).

It looks as if the lzma isn't signed, at least that's what the output is telling me:

Java Plug-in 1.6.0_07
Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM
User home directory = E:\Documents and Settings\Marilin
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Trace level set to 5: all ... completed.
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@691f36
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@691f36
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=0
basic: Caching classloader: sun.plugin.ClassLoaderInfo@11b9fb1
basic: Current classloader cache size: 1
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
java.lang.NullPointerException
	at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
	at sun.applet.AppletPanel.runLoader(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
basic: Exception: java.lang.NullPointerException
basic: Joined applet thread ...
basic: Quiting applet ...
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@eb017e
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
network: Cache entry found [url: http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843, version: null]
network: Connecting http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843 with proxy=DIRECT
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=2
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1ac2f9c
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
basic: Stopped loading ...
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@eb017e
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=1
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
network: Connecting http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843 with cookie "VisitorID=9dc9ea6e-fda6-47a8-b84e-7c099044ac30&Exp=6/9/2012 2:28:42 AM; rsi_segs=F08747_10020|F08747_10021|F08747_10026|F08747_10036|F08747_10037|F08747_10064"
network: ResponseCode for http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843 : 304
network: Encoding for http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843 : null
network: Disconnect connection to http://dreamlandz.com/lwjgl_util_applet.jar?20090525025843
java.nio.channels.ClosedChannelException
	at sun.nio.ch.FileChannelImpl.ensureOpen(Unknown Source)
	at sun.nio.ch.FileChannelImpl.lock(Unknown Source)
	at com.sun.deploy.cache.CacheEntry.lockFile(Unknown Source)
	at com.sun.deploy.cache.CacheEntry.readManifest(Unknown Source)
	at com.sun.deploy.cache.CacheEntry.getCodeSigners(Unknown Source)
	at com.sun.deploy.cache.CachedJarFile.<init>(Unknown Source)
	at com.sun.deploy.cache.CacheEntry$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.deploy.cache.CacheEntry.getJarFile(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
	at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
	at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
	at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
	at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
	at sun.misc.URLClassPath$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.misc.URLClassPath.getLoader(Unknown Source)
	at sun.misc.URLClassPath.getLoader(Unknown Source)
	at sun.misc.URLClassPath.getResource(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at sun.applet.AppletClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
	at sun.applet.AppletPanel.createApplet(Unknown Source)
	at sun.plugin.AppletViewer.createApplet(Unknown Source)
	at sun.applet.AppletPanel.runLoader(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
security: Loading Root CA certificates from E:\PROGRA~1\Java\JRE16~3.0_0\lib\security\cacerts
security: Loaded Root CA certificates from E:\PROGRA~1\Java\JRE16~3.0_0\lib\security\cacerts
security: Loading Deployment certificates from E:\Documents and Settings\Marilin\Application Data\Sun\Java\Deployment\security\trusted.certs
security: Loaded Deployment certificates from E:\Documents and Settings\Marilin\Application Data\Sun\Java\Deployment\security\trusted.certs
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Loading certificates from Internet Explorer ROOT certificate store
security: Loaded certificates from Internet Explorer ROOT certificate store
security: Loading certificates from Internet Explorer TrustedPublisher certificate store
security: Loaded certificates from Internet Explorer TrustedPublisher certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: The CRL support is disabled
security: The OCSP support is disabled
security: No timestamping info available
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
security: Checking if certificate is in Deployment session certificate store
security: Checking if certificate is in Internet Explorer TrustedPublisher certificate store
java.lang.NullPointerException
	at com.sun.deploy.ui.UIFactory.showSecurityDialog(Unknown Source)
	at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
	at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
	at com.sun.deploy.security.X509Util.showSecurityDialog(Unknown Source)
	at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
	at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
	at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
	at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$000(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at sun.applet.AppletClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
	at sun.applet.AppletPanel.createApplet(Unknown Source)
	at sun.plugin.AppletViewer.createApplet(Unknown Source)
	at sun.applet.AppletPanel.runLoader(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
security: User has denied the priviledges to the code
security: Adding certificate in Deployment denied certificate store
security: Added certificate in Deployment denied certificate store
basic: Joined applet thread ...
basic: Quiting applet ...
basic: Stopped loading ...
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@1ac2f9c
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=0
basic: Caching classloader: sun.plugin.ClassLoaderInfo@11b9fb1
basic: Current classloader cache size: 1
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
network: Cache entry found [url: http://dreamlandz.com/lzma.jar, version: null]
network: Connecting http://dreamlandz.com/lzma.jar with proxy=DIRECT
network: Connecting http://dreamlandz.com/lzma.jar with cookie "VisitorID=9dc9ea6e-fda6-47a8-b84e-7c099044ac30&Exp=6/9/2012 2:28:42 AM; rsi_segs=F08747_10020|F08747_10021|F08747_10026|F08747_10036|F08747_10037|F08747_10064"
network: ResponseCode for http://dreamlandz.com/lzma.jar : 304
network: Encoding for http://dreamlandz.com/lzma.jar : null
network: Disconnect connection to http://dreamlandz.com/lzma.jar
network: No certificate info for unsigned JAR file: http://dreamlandz.com/lzma.jar
basic: Joined applet thread ...
Fatal error occured (2): access denied (java.util.PropertyPermission java.io.tmpdir read)
Fatal error occured (2): access denied (java.util.PropertyPermission java.io.tmpdir read)
basic: Quiting applet ...
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@11b9fb1, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1e4f7c2
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
Fatal error occured (2): access denied (java.util.PropertyPermission java.io.tmpdir read)

Matzon

I just cleaned my cache, and lwjgl.org/applet worked fine:

QuoteJava Plug-in 1.6.0_12
Using JRE version 1.6.0_12-ea Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Mazon

----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws,com.sun.deploy
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws,com.sun.deploy
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition value null
security: property package.definition new value com.sun.javaws
security: property package.definition value com.sun.javaws
security: property package.definition new value com.sun.javaws,com.sun.deploy
security: property package.definition value com.sun.javaws,com.sun.deploy
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@50d89c
network: Cache entry not found [url: http://lwjgl.org/applet/lwjgl_util_applet.jar, version: null]
network: Connecting http://lwjgl.org/applet/lwjgl_util_applet.jar with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl_util_applet.jar with cookie ""
network: Downloading resource: http://lwjgl.org/applet/lwjgl_util_applet.jar
   Content-Length: 30.841
   Content-Encoding: null
network: Wrote URL http://lwjgl.org/applet/lwjgl_util_applet.jar to File C:\Documents and Settings\Mazon\Application Data\Sun\Java\Deployment\cache\6.0\34\5f16ba2-46ded082-temp
network: CleanupThread used 77213 us
network: CleanupThread used 3 us
security: Accessing keys and certificate in Mozilla user profile: null
security: Loading Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
security: Loaded Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
security: Loading Deployment certificates from C:\Documents and Settings\Mazon\Application Data\Sun\Java\Deployment\security\trusted.certs
security: Loaded Deployment certificates from C:\Documents and Settings\Mazon\Application Data\Sun\Java\Deployment\security\trusted.certs
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: The CRL support is disabled
security: The OCSP support is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
security: Checking if certificate is in Deployment session certificate store
security: User has granted the priviledges to the code for this session only
security: Adding certificate in Deployment session certificate store
security: Added certificate in Deployment session certificate store
security: Saving certificates in Deployment session certificate store
security: Saved certificates in Deployment session certificate store
basic: Applet loaded.
basic: Applet resized and added to parent container
basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 106394 us, pluginInit dt 6523057 us, TotalTime: 6629451 us
network: Cache entry not found [url: http://lwjgl.org/applet/lzma.jar, version: null]
network: Connecting http://lwjgl.org/applet/lzma.jar with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lzma.jar with cookie ""
network: CleanupThread used 3 us
network: Downloading resource: http://lwjgl.org/applet/lzma.jar
   Content-Length: 5.431
   Content-Encoding: null
network: Wrote URL http://lwjgl.org/applet/lzma.jar to File C:\Documents and Settings\Mazon\Application Data\Sun\Java\Deployment\cache\6.0\21\24d8e515-24d16a05-temp
network: CleanupThread used 3 us
network: No certificate info for unsigned JAR file: http://lwjgl.org/applet/lzma.jar
basic: Applet initialized
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@50d89c
basic: Applet made visible
basic: Starting applet
basic: Applet started
basic: Told clients applet is started
network: Cache entry not found [url: http://lwjgl.org/applet/lwjgl_applet.jar.pack.lzma, version: null]
network: Connecting http://lwjgl.org/applet/lwjgl_applet.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl_applet.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/lwjgl.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/jinput.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/jinput.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/lwjgl_util.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl_util.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/res.jar with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/res.jar with cookie ""
network: Connecting http://lwjgl.org/applet/windows_natives.jar.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/windows_natives.jar.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/lwjgl_applet.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org:80/ with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl_applet.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/lwjgl.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/jinput.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/jinput.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/lwjgl_util.jar.pack.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/lwjgl_util.jar.pack.lzma with cookie ""
network: Connecting http://lwjgl.org/applet/res.jar with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/res.jar with cookie ""
network: Connecting http://lwjgl.org/applet/windows_natives.jar.lzma with proxy=DIRECT
network: Connecting http://lwjgl.org/applet/windows_natives.jar.lzma with cookie ""
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: The CRL support is disabled
security: The OCSP support is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
security: Checking if certificate is in Deployment session certificate store
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: The CRL support is disabled
security: The OCSP support is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
security: Checking if certificate is in Deployment session certificate store
display_parent.isDisplayable() = true

and the above test also uses an unsigned lzma package

kappa

I think the biggest issue is that your using Java Plug-in 1.6.0_07, which is the old java plugin, upgrading will most probably get rid of all the problems your having. However doesn't mean we shouldn't try to get to the bottom of them and find a fix.

Was really hoping that you could reproduce the
Fatal error occured (5): E:\DOCUME~1\Marilin\LOCALS~1\Temp\dreamlandz.com\Dreamlandz\lwjgl.jar.pack.lzma (The system cannot find the file specified)


error, but it seems that you are getting a different error now (the signing one), could it just be that somehow you are receiving corrupt jars due to a dodgy connection or something?

did you try deleting the dreamlandz.com folder in your temp directory and trying to run the applet again?