Tracker: Bugs

5 Startup Crash: NullPointerException in AliasFolderState - ID: 2896142
Last Update: Comment added ( jterwagne )

Yesterday I added a new driver, the HXTT driver for MS Access. It worked
at first, but when I quit & restarted, Squirrel-SQL wouldn't finish booting
up. The splash screen comes up & gets through the progress bar, but when
the splash is taken down, the program quits. I opened up the bundle & ran
in a command line using the boot shell script. I got the console (see
attachment) with the exception at the bottom. This is snipped from that
console:

...
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at
net.sourceforge.squirrel_sql.client.gui.db.JTreeAliasesListImpl.initTree(JT
reeAliasesListImpl.java:233)
...
Caused by: java.lang.NullPointerException
at
net.sourceforge.squirrel_sql.client.gui.db.AliasFolderState.applyExpansionA
ndSelectionToNode(AliasFolderState.java:144)
at
net.sourceforge.squirrel_sql.client.gui.db.AliasFolderState.applyExpansionA
ndSelection(AliasFolderState.java:160)
...

If I can provide any more information, feel free to contact me at
dlamet@yahoo.com.


Dan Lamet ( dlamet ) - 2009-11-11 18:58

5

Open

None

Rob Manning

Unknown

None

Public


Comment ( 1 )




Date: 2009-11-19 07:29
Sender: jterwagne

Hello,

I had this bug too.

I tried uninstall then reinstall without any result.

The solution I found is to delete your personal squirrel settings folder
e.g. : C:\Documents and Settings\user\.squirrel-sql

Then start it again and it should work normally.


Log in to comment.

Attached File ( 1 )

Filename Description Download
console.txt Console with exception Download

Change ( 1 )

Field Old Value Date By
File Added 350493: console.txt 2009-11-11 18:58 dlamet