"Oracle Session information window" does not close
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Yes, I just found (and fixed) this bug this weekend :)
Rob
Same issue here : for information, here is the SQuirreL log.
2009-04-02 16:13:18,167 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Application - Exception occured dispatching Event java.awt.event.WindowEvent[WINDOW_CLOSING,opposite=null,oldState=0,newState=0] on dialog0
java.lang.NullPointerException
at net.sourceforge.squirrel_sql.plugins.oracle.OracleInternalFrame.internalFrameClosing(OracleInternalFrame.java:100)
at net.sourceforge.squirrel_sql.plugins.oracle.SGAtrace.SGATraceInternalFrame.access$201(SGATraceInternalFrame.java:44)
at net.sourceforge.squirrel_sql.plugins.oracle.SGAtrace.SGATraceInternalFrame$1.widgetClosing(SGATraceInternalFrame.java:82)
at net.sourceforge.squirrel_sql.client.gui.desktopcontainer.WidgetEventCaster.fireWidgetClosing(WidgetEventCaster.java:56)
at net.sourceforge.squirrel_sql.client.gui.desktopcontainer.DialogDelegate$1.windowClosing(DialogDelegate.java:42)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)
at java.awt.Window.processWindowEvent(Window.java:1845)
at javax.swing.JDialog.processWindowEvent(JDialog.java:633)
at java.awt.Window.processEvent(Window.java:1803)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at net.sourceforge.squirrel_sql.client.Application$1.dispatchEvent(Application.java:195)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
I reported the bug. Thanks for the quick response Rob. You guys are fantastic.