For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 55 replies, 10 voices, and was last updated 20 years, 9 months ago by
Christopher Marsh-Bourdon.
-
AuthorPosts
-
ccullum@yemtech.comMemberI have just upgraded myeclipseide and I am trying out the db explorer. I create a new profile, I us mmmysql, host as localhost, port 3306, the database I use, so my line looks like:
jdbc:mysql://localhost:3306/db
but it does not connect and all I get is an error with org.gjt.mm.mysql.Driver
I know the password I am using is good, that is what I use to get into MySQL AdminJuly 14, 2004 at 10:18 pm #210063
Scott AndersonParticipantCan you please post all the information we request in the ‘Posting Guidelines’ thread at the top of this forum in addition to any entries in the log file at <workspace>/.metadata/.log. With that information we’ll have some context from which we can start diagnosing the problem.
July 16, 2004 at 5:17 pm #210260
ccullum@yemtech.comMemberHere is my info
There was no error in the .log
the jdk is 1.4.2_04
I am using Win2K
Eclipse version info:
Version: 3.0.0
Build id: 200406251208
Freshly installed, not upgraded
MyEclipse version 3.7.200
Tomcat server 5.0.24July 16, 2004 at 7:36 pm #210282
Scott AndersonParticipantAny entries in the log file at <workspace>/.metadata/.log?
July 16, 2004 at 7:46 pm #210286
Riyad KallaMemberorg.gjt.mm.mysql.Driver
This is the old driver name when it used to be part of the GJT projects, try and set the driver back up and do “Find Driver” to use the com.mysql.jdbc.Driver class instead and see if that works. I think in the newer drivers they removed the old org.gjt driver, I might be wrong thought (I’ve always used the com.mysql one).
July 17, 2004 at 1:55 pm #210324
ccullum@yemtech.comMemberThanks rkalla, that seems to have worked.
One issue I have is that the foreign keys do not show up under the foreign keys section. Is that not implemented yet?July 17, 2004 at 2:08 pm #210325
ccullum@yemtech.comMemberHere is what was in the .log regarding the foreign key:
!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 Jul 17, 2004 12:02:46.531
!MESSAGE Error getting fk data
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.W.<init>(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.FKDetail$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.FKDetail.activate(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.dbviewer.DetailManager$1.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)July 17, 2004 at 2:08 pm #210326
ccullum@yemtech.comMemberPlease let me know if you need anything else
July 17, 2004 at 2:32 pm #210327
Riyad KallaMemberHmmm strange, let me send this along. I’m assuming you are using Innodb for those tables with FK’s right?
July 17, 2004 at 2:32 pm #210328
Riyad KallaMemberOh yea, also what version of Connector/J are you using? and MySQL?
July 18, 2004 at 11:40 am #210341
ccullum@yemtech.comMemberYes I am using InnoDB.
The version of MySql is 4.0.18-max-nt
the version of connector is 3.0.10-stable.
What else do you needJuly 18, 2004 at 11:41 am #210343
Riyad KallaMemberThat should be good, I sent the report to the devs.
July 20, 2004 at 10:16 am #210449
partituraMemberHello – I was having the same problem as ccullum listed above. However, my setup is:
MyEclipseIDE 3.8beta2
Elcipse 3.0
Mac OSX 10.3
I can confirm that I had to substitute a local com.mysql.jdbc.Driver for the MyEclipseIDE DB explorer to work.July 20, 2004 at 11:58 am #210476
John MyersMemberI’m trying to use the oracle drivers and upon looking in the log I realize the drivers listed in the popup menu aren’t being found. How was this popup list generated? The mm.mysql driver is really old.
July 20, 2004 at 3:36 pm #210504
ccullum@yemtech.comMemberAny news on this yet?
-
AuthorPosts