Results 1 to 2 of 2
- 05-13-2015, 03:02 PM #1
Member
- Join Date
- Sep 2014
- Posts
- 6
- Rep Power
- 0
java.lang.IllegalStateException: Applet's parent container not set up
Hi,
I have created one applet program. It is working fine in Java1.6. But in java 1.7.0_55-b13 I am getting below error Messages in Console.kindly let me know if any one fixed this issues. Thanks for your kind help.
Exception in thread "AWT-EventQueue-3" java.lang.IllegalStateException: Applet's parent container not set up
at sun.plugin2.applet.Plugin2Manager.start(Unknown Source)
at sun.plugin2.main.client.PluginMain$StartAppletRunn er.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPri vilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Thanks & Regards,
raviraj
- 05-13-2015, 06:46 PM #2
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: java.lang.IllegalStateException: Applet's parent container not set up
As far as I know, that error is not the actual problem you have - you get it as a result of an underlying problem which ultimately causes the applet initialization to fail. Much like this person had:
http://www.java-forums.org/new-java/...ent-error.html
So you need to find the underlying problem. There has to be more information to find.
Keep in mind that applet handling has changed quite a bit since Java 6, it wouldn't hurt you to revisit all the documentation to make sure your html configuration is correct."Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
Similar Threads
-
Applet's parent container
By raviraj in forum AWT / SwingReplies: 1Last Post: 11-17-2014, 02:28 PM -
java.lang.IllegalStateException: OutputStream already retrieved
By jctet in forum Java ServletReplies: 12Last Post: 09-17-2010, 01:40 AM -
GUI with java.lang.IllegalStateException
By eckt in forum AWT / SwingReplies: 4Last Post: 06-14-2010, 11:32 AM -
java.lang.IllegalStateException: Cannot forward after response has been committed
By saran87 in forum New To JavaReplies: 13Last Post: 09-07-2009, 05:32 PM -
[SOLVED] Coordinates container --> in parent container.
By Cleite in forum AWT / SwingReplies: 3Last Post: 04-22-2009, 12:01 AM
Bookmarks