when I connect to a DB2 database I get an error pop-up message in eclipse that tells me "An internal error occurred during 'Connection to <database name>'" It actually does connect to the database and everything works fine. The error that is printed to the log file is as follows:
!ENTRY org.eclipse.core.jobs 4 2 2007-10-29 12:04:20.343
!MESSAGE An internal error occurred during: "Connecting To Prod - Aging - NY - Allegany/aging".
!STACK 0
java.lang.NullPointerException
at net.sourceforge.sqlexplorer.plugin.SQLExplorerPlugin.getDatabaseStructureView(SQLExplorerPlugin.java:290)
at net.sourceforge.sqlexplorer.plugin.actions.OpenPasswordConnectDialogAction$1.sessionEstablished(OpenPasswordConnectDialogAction.java:62)
at net.sourceforge.sqlexplorer.dbproduct.ConnectionJob.run(ConnectionJob.java:112)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when I connect to a DB2 database I get an error pop-up message in eclipse that tells me "An internal error occurred during 'Connection to <database name>'" It actually does connect to the database and everything works fine. The error that is printed to the log file is as follows:
!ENTRY org.eclipse.core.jobs 4 2 2007-10-29 12:04:20.343
!MESSAGE An internal error occurred during: "Connecting To Prod - Aging - NY - Allegany/aging".
!STACK 0
java.lang.NullPointerException
at net.sourceforge.sqlexplorer.plugin.SQLExplorerPlugin.getDatabaseStructureView(SQLExplorerPlugin.java:290)
at net.sourceforge.sqlexplorer.plugin.actions.OpenPasswordConnectDialogAction$1.sessionEstablished(OpenPasswordConnectDialogAction.java:62)
at net.sourceforge.sqlexplorer.dbproduct.ConnectionJob.run(ConnectionJob.java:112)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Sorry for the delay in getting back to you - this is fixed in RC5.
John