Trying to connect to DB2. New connection dialog
parameters are correct (copied and pasted from other
files). Click on Finish. Nothing happens. Dialog does not
go away!
I have the same problem. The Finish button in New
Connection dialog has no effect. Seems like an environment
problem (eclipse/easySQL/jdk incompatibility). Anyone
solved this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I succeded configure the Easy SQL with mySQL by :
*Name
*UserName
Password
*URL jdbc:mysql://localhost/mydb
*Driver org.gjt.mm.mysql.Driver
*Driver Jar
C:\J2EE\jboss-3.0.7\server\xpetstore\lib\mysql-connector-java-3.0.7-stable-bin.jar
-- asifasif@myrealbox.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem. The parameters are correct but nothing
happens when trying to connect to the database.
The log file shows:
<code>
!ENTRY org.eclipse.ui 4 4 Sep 05, 2003 11:51:17.973
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Sep 05, 2003 11:51:17.974
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
net.sourceforge.easysql.views.MessageView.addMessage(MessageView.java:110)
at
net.sourceforge.easysql.views.MessageView.addMessage(MessageView.java:115)
at
net.sourceforge.easysql.views.connection.ConnectionContentProvider.connect(ConnectionContentProvider.java:376)
at
net.sourceforge.easysql.views.ConnectionView.connect(ConnectionView.java:269)
at
net.sourceforge.easysql.actions.ConnectAction.run(ConnectAction.java:39)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:918)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1637)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1429)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
</code>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=58637
I had this problem using a 1.3.1 SDK. EasySQL requires Java
>= 1.4, even thou it's not mentioned anywhere except a bug
report.
Logged In: NO
But on Linux, eclipse does not run with Sun's JDK 1.4. One
has to use IBM JDK 1.3
Logged In: YES
user_id=58637
I'm running Eclipse 2.0.2 on Debian (Woody) with Sun's JDK 1.4.1
java -version output:
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
Logged In: NO
I have the same problem. The Finish button in New
Connection dialog has no effect. Seems like an environment
problem (eclipse/easySQL/jdk incompatibility). Anyone
solved this problem?
Logged In: NO
I succeded configure the Easy SQL with mySQL by :
*Name
*UserName
Password
*URL jdbc:mysql://localhost/mydb
*Driver org.gjt.mm.mysql.Driver
*Driver Jar
C:\J2EE\jboss-3.0.7\server\xpetstore\lib\mysql-connector-java-3.0.7-stable-bin.jar
-- asifasif@myrealbox.com
Logged In: NO
experienced the same with postgresql (7.3.3) under mac os x.
Logged In: YES
user_id=835514
I have the same problem. The parameters are correct but nothing
happens when trying to connect to the database.
The log file shows:
<code>
!ENTRY org.eclipse.ui 4 4 Sep 05, 2003 11:51:17.973
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Sep 05, 2003 11:51:17.974
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
net.sourceforge.easysql.views.MessageView.addMessage(MessageView.java:110)
at
net.sourceforge.easysql.views.MessageView.addMessage(MessageView.java:115)
at
net.sourceforge.easysql.views.connection.ConnectionContentProvider.connect(ConnectionContentProvider.java:376)
at
net.sourceforge.easysql.views.ConnectionView.connect(ConnectionView.java:269)
at
net.sourceforge.easysql.actions.ConnectAction.run(ConnectAction.java:39)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:918)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1637)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1429)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
</code>