On 12.07.2013 01:16, harish gokul wrote:
>
> Hi,
>
> Squirrel tool installed in my laptop is not closing when i click the 'X'
> button. I am able to close the database sessions without any issues. But
> the main Squirrel window is not closing. I had to kill squirrel process
> in the task manager to close it.
>
> I remember I got an error message recently about 'CodeCompletion'
> plugin. I disabled this plugin and since then I am not able to close
> Squirrel.
>
I could not reproduce the problem itself but still I was able to fix the
NullPointer.
The fix is committed to our Git repository and will be available in
future snapshots and versions.
Gerd
> Here is the error log.
> ======================
>
> Logged by net.sourceforge.squirrel_sql.client.Main at 7/11/13 4:47 PM:
>
> Exception occured dispatching Event
> sun.awt.TimedWindowEvent[WINDOW_CLOSING,opposite=null,oldState=0,newState=0]
> on frame0
>
> java.lang.RuntimeException: java.lang.IllegalArgumentException: obj
> parameter must not be null
> at
> net.sourceforge.squirrel_sql.client.gui.recentfiles.RecentFilesManager.saveXmlBean(RecentFilesManager.java:84)
> at
> net.sourceforge.squirrel_sql.client.Application._saveApplicationState(Application.java:302)
> at
> net.sourceforge.squirrel_sql.client.Application.shutdown(Application.java:240)
> at
> net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrame.dispose(MainFrame.java:141)
> at
> net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrame$4.windowClosing(MainFrame.java:386)
> at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
> at java.awt.Window.processWindowEvent(Unknown Source)
> at javax.swing.JFrame.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.dispatchEventImpl(Unknown Source)
> at java.awt.EventQueue.access$400(Unknown Source)
> at java.awt.EventQueue$2.run(Unknown Source)
> at java.awt.EventQueue$2.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
> at
> java.security.AccessControlContext$1.doIntersectionPrivilege(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.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> at
> net.sourceforge.squirrel_sql.client.Main$1.dispatchEvent(Main.java:99)
> at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.run(Unknown Source)
> Caused by: java.lang.IllegalArgumentException: obj parameter must not be
> null
> at
> javax.xml.bind.helpers.AbstractMarshallerImpl.checkNotNull(Unknown Source)
> at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(Unknown
> Source)
> at
> net.sourceforge.squirrel_sql.client.gui.recentfiles.RecentFilesManager.saveXmlBean(RecentFilesManager.java:77)
> ... 31 more
>
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|