Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271869 - dev-java/icedtea6-bin-1.4.1 : java.lang.RuntimeException: Failed to handle message: handle 71303708 Thread[Thread-1,5,main]
Summary: dev-java/icedtea6-bin-1.4.1 : java.lang.RuntimeException: Failed to handle me...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 12:12 UTC by GNUtoo
Modified: 2009-05-30 12:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
applet.html (applet.html,226 bytes, text/html)
2009-05-30 12:13 UTC, GNUtoo
Details
applet.jar (applet.jar,2.17 KB, application/octet-stream)
2009-05-30 12:17 UTC, GNUtoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description GNUtoo 2009-05-30 12:12:50 UTC
hello,
I've that:
Warning: <applet> tag requires code attribute.
java.lang.RuntimeException: Failed to handle message: handle 71303708 Thread[Thread-1,5,main]
	at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:437)
	at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:286)
	at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
Caused by: java.lang.NullPointerException
	at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1621)
	at sun.applet.PluginAppletViewer$7.run(PluginAppletViewer.java:1482)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1491)
	at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:411)
	... 2 more
trying to execute an home made applet...
so I asked in #gentoo-java and they told me to bugreport.
I'll attach the jar containing the sources and the html page

Reproducible: Always




here are the USE flag used with icedtea:
Installed versions:  1.4.1!s(07:43:19 PM 05/21/2009)(X alsa doc examples nsplugin source)
Comment 1 GNUtoo 2009-05-30 12:13:08 UTC
Created attachment 192970 [details]
applet.html
Comment 2 GNUtoo 2009-05-30 12:17:56 UTC
Created attachment 192971 [details]
applet.jar
Comment 3 GNUtoo 2009-05-30 12:34:36 UTC
I had an error in my html