Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java.lang.IllegalStateException under Netscape 6

0 views
Skip to first unread message

Eric Cooper

unread,
Oct 2, 2001, 6:33:19 AM10/2/01
to
We have a web page containing a Java Applet that has worked perfectly under
all recent versions of Netscape up through 4.76. Under Netscape 6.1, the
applet works fine except that closing the browser generates a java.awt error
that requires netscape to be closed and Java console-like processes to be
terminated. This is under windows 98 and 2K. Below is the error message
left on the now uncloseable Java console. Any help is greatly appreciated

Thanks,
Eric

java.lang.IllegalStateException: Can't dispose InputContext while it's
active
at sun.awt.im.InputContext.dispose(Unknown Source)
at java.awt.Window$1$DisposeAction.run(Unknown Source)
at java.awt.Window.dispose(Unknown Source)
at java.awt.Dialog.disposeImpl(Unknown Source)
at java.awt.Dialog.dispose(Unknown Source)
at java.awt.Window$1$DisposeAction.run(Unknown Source)
at java.awt.Window.dispose(Unknown Source)
at sun.plugin.navig.win32.PluginFrame.windowClosing(Unknown Source)
at java.awt.Window.processWindowEvent(Unknown Source)
at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


0 new messages