Home » Language IDEs » ServerTools (WTP) » Data Connection to MySQL
Data Connection to MySQL [message #31218] |
Sun, 25 July 2004 18:50  |
Eclipse User |
|
|
|
Originally posted by: rob.williams.intersperse.com
Installed the drop and opened the view, went into the wizard to connect
to my MySQL database.
1. MySQL is not one of the choices on the left, but I just chose other,
put in the settings, and there was no way to click Test Connection, but
if I check something on the left, and leave all the settings, I can
click test and it will succeed.
2. Clicked through the remaining pages and on the last page, I click
finish and it won't finish, it just hangs there.
Anyone else stuck here?
|
|
| | | |
Re: Data Connection to MySQL [message #34039 is a reply to message #33565] |
Wed, 28 July 2004 15:05   |
Eclipse User |
|
|
|
Originally posted by: rob.williams.intersperse.com
Der Ping Chou wrote:
> Rob,
>
> Not sure why you did not see the source code on HEAD. This is what I got
> from the web page. "pserver:anonymous@dev.eclipse.org:/home/webtools"
Yeah, I put that into the CVS view and did get a connection, but it just
showed me CVSROOT (which had a bunch of small files in it) and nothing
else...?
>
> On your MySQL connection what was the parameter used? Also, do you have a
> a eclipse\plugins\com.ibm.etools.sqlmodel_5.1.1\runtime\vendor s\MYSQL_V323
> folder under your installation?
That folder is there, but MySQL is not one of the vendor choices??
>
> Der Ping
>
> Rob Williams wrote:
>
>
>>I tried to map the /home/webtools repository. It lets me connect, but
>>then when I open head, there are no projects....
>
>
>>Bjorn Freeman-Benson wrote:
>
>
>>>"Rob Williams" <rob.williams@intersperse.com> wrote in message
>>>news:ce1db0$9t$1@eclipse.org...
>>>
>>>
>>>>Installed the drop and opened the view, went into the wizard to connect
>>>>to my MySQL database. ...I click
>>>>finish and it won't finish, it just hangs there.
>>>>
>>>>Anyone else stuck here?
>>>
>>>
>>>It would be extremely helpful if you could investigate this hang a bit
>
> using
>
>>>the source code and the debugger and enter a bugzilla about why it hangs
>
> and
>
>>>how the team could fix it. That would be very helpful indeed. I look
>>>forward to it.
>>>
>>>Bjorn
>>>
>>>
>
>
>
|
|
| | | | | | | |
Re: Data Connection to MySQL [message #37110 is a reply to message #34105] |
Thu, 05 August 2004 10:22   |
Eclipse User |
|
|
|
Rob, all the source code is in the zip file for the WTP contribution.
If you use the PDE self host environment, you can import the plugins
that have the code you're interested in debugging.
Der Ping can point you to the correct plugin.
Rob Williams wrote:
> Der Ping:
>
> Mystery deepens. If you go here:
> http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_P roject
>
> you will see that there is nothing there, even through this interface?....
>
> Rob
>
>
> Der Ping Chou wrote:
>
>> Rob,
>>
>> Not sure why you did not see the source code on HEAD. This is what I got
>> from the web page. "pserver:anonymous@dev.eclipse.org:/home/webtools"
>>
>> On your MySQL connection what was the parameter used? Also, do you have a
>> a
>> eclipse\plugins\com.ibm.etools.sqlmodel_5.1.1\runtime\vendor s\MYSQL_V323
>> folder under your installation?
>>
>> Der Ping
>> Rob Williams wrote:
>>
>>
>>> I tried to map the /home/webtools repository. It lets me connect, but
>>> then when I open head, there are no projects....
>>
>>
>>
>>> Bjorn Freeman-Benson wrote:
>>
>>
>>
>>>> "Rob Williams" <rob.williams@intersperse.com> wrote in message
>>>> news:ce1db0$9t$1@eclipse.org...
>>>>
>>>>
>>>>> Installed the drop and opened the view, went into the wizard to
>>>>> connect
>>>>> to my MySQL database. ...I click
>>>>> finish and it won't finish, it just hangs there.
>>>>>
>>>>> Anyone else stuck here?
>>>>
>>>>
>>>>
>>>> It would be extremely helpful if you could investigate this hang a bit
>>
>>
>> using
>>
>>>> the source code and the debugger and enter a bugzilla about why it
>>>> hangs
>>
>>
>> and
>>
>>>> how the team could fix it. That would be very helpful indeed. I look
>>>> forward to it.
>>>>
>>>> Bjorn
>>>>
>>>>
>>
>>
>>
>
|
|
|
Re: Data Connection to MySQL [message #39869 is a reply to message #36272] |
Thu, 19 August 2004 17:06  |
Eclipse User |
|
|
|
On Mon, 02 Aug 2004 22:36:52 -0700, Rob Williams <rob.williams@intersperse.com> wrote:
>With MySQL. Thanks for the tip. I'll try and run it in the debugger and
>see what's hanging it up.
Just curious what the latest is with this problem. I'm having the same
problem. My Summary is here:
http://msp.gsfc.nasa.gov/~sardella/eclipse/eclipse-ibm-mysql .gif
This was dumped into my log file after hitting "Finish":
!ENTRY org.eclipse.ui 4 4 Aug 19, 2004 16:50:13.244
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Aug 19, 2004 16:50:13.244
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.ibm.etools.rsc.core.ui.wizards.NewCWJDBCPage.internalSav eWidgetValues(NewCWJDBCPage.java:1207)
at com.ibm.etools.rsc.core.ui.wizards.NewConnectionWizard.perfo rmFinish(NewConnectionWizard.java:605)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:609)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668 )
at org.eclipse.jface.window.Window.open(Window.java:648)
at com.ibm.etools.rsc.ui.actions.NewConnectionAction.run(NewCon nectionAction.java:72)
at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:166)
at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:785)
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.ja va:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)
TIA
|
|
|
Goto Forum:
Current Time: Wed May 21 12:04:15 EDT 2025
Powered by FUDForum. Page generated in 0.04822 seconds
|