For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 20 years, 11 months ago by
Michael Flanakin.
-
AuthorPosts
-
Michael FlanakinMemberI can’t connect to my Oracle database thru DB Explorer. I looked this up and I can’t seem to find a solution. Here’re the only posts that seem to be applicable:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-6128-highlight-nullpointerexception.html
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-5197.htmlThe logged error I’m receiving is the same, but for good measure, here it is:
!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 Apr 05, 2005 14:03:13.822
!MESSAGE Error while trying to login to database
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.sqlexplorer.actions.OpenPasswordConnectDialogAction.ā(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.actions.OpenPasswordConnectDialogAction.run(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.actions.NewConnection.run(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.actions.NewConnection.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$8.handleEvent(ActionContributionItem.java:824)
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(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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)April 5, 2005 at 2:26 pm #227655
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
April 5, 2005 at 7:25 pm #227666
Michael FlanakinMemberSorry ’bout that one 🙂 Eclipse 3.0.1 and ME 3.8.4 on Win XP Pro using JDK 1.4.2-07
April 5, 2005 at 7:32 pm #227668
Riyad KallaMemberAlmost there…
What version of Oracle? What driver? What version of the driver? How did you configure the driver in MyEclipse?
April 6, 2005 at 7:57 am #227677
Michael FlanakinMemberYa know, as soon as I saw the email, I knew I forgot the database info. Anyway, Oracle 9i w/ 8i drivers. I tried both Oracle drivers, OCI and thin, with both driver classes, oracle.jdbc.OracleDriver and oracle.jdbc.driver.OracleDriver. I even tried it with the 9i driver classes for good measure. Nobody on my project is using 9i and I can’t afford to update to the 9i client driver and risk breaking the project.
April 7, 2005 at 5:03 pm #227763
support-jeffMemberCould you try deleting the connection profile you created, close Eclipse, relaunch Eclipse, re-create the profile and try to connect again? Let me know if you get diffirent behavior.
Also, have you defined the driver location in Windows->Preferences->MyEclipse->Database Explorer->Drivers?
April 8, 2005 at 1:29 am #227781
Michael FlanakinMemberI’ve already tried deleting the profile and recreating it. That didn’t work. And, yes, the driver is defined within the prefs – both of them (OCI and thin).
-
AuthorPosts
