Menu

#127 NullPointerException in JdbcWorkbench

open
General (45)
5
2009-11-11
2009-11-11
Dan Lamet
No

I'm trying to connect to a Service I created for the HXTT MS Access driver. I know the MDB file is OK, because I can browse it elsewhere. I was able to create the Service and when I connect, it brings up the login dialog. After I fill that out, I get the following:

[13:06:58] Initializing iSQL-Viewer (3.0.0).
[13:06:58] Using Java Runtime Environment 1.5.0_20 (1.5) provided by 'Apple Inc.'.
[13:06:59] iSQL-Viewer has been successfully initialized.
[13:07:12] Warning the preferred schema:'' is not valid for this connection.
[13:07:12] error dispatching event
java.lang.NullPointerException
at org.isqlviewer.ui.JdbcWorkbench.buildCatalogMenu(JdbcWorkbench.java:1470)
at org.isqlviewer.ui.JdbcWorkbench.changeConnection(JdbcWorkbench.java:697)
at org.isqlviewer.ui.JdbcWorkbench.actionPerformed(JdbcWorkbench.java:290)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.isqlviewer.swing.action.SwingEventManager$EventLoop.delegateEvent(SwingEventManager.java:340)
at org.isqlviewer.swing.action.SwingEventManager$EventLoop.run(SwingEventManager.java:319)
at java.lang.Thread.run(Thread.java:613)

I'm assuming the message about the preferred schema is not relevant. Access doesn't have any such concept. Why is iSQL-Viewer asking for one?

Let me know if I can provide any other information. dlamet@yahoo.com

Thanks, Dan

Discussion


Log in to post a comment.

MongoDB Logo MongoDB