For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 13 replies, 3 voices, and was last updated 21 years ago by
Riyad Kalla.
-
AuthorPosts
-
ccullum@yemtech.comMemberHello all,
I had to re-install eclipse and myeclipse on my system and when I go to the db explorer perspective, I do not get my list of connections where the package explorer would be.
I am using eclipse 3.0 on win32, myeclipse 3.8 beta 2 and no other plugins. I get these messages in my .log file
!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:00.87
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditor!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:00.137
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditor!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:00.167
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditor!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:00.187
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditor!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.855
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.deploytools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.855
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.855
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.hibernatetools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.855
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.webtools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.865
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.jsftools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:12.865
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.strutstools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.784
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.deploytools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.784
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.784
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.webtools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.784
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.jsftools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.794
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.strutstools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:32.794
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.hibernatetools!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:59.92
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditor!ENTRY org.eclipse.ui 4 4 Jul 30, 2004 13:02:59.112
!MESSAGE Unable to restore editor – no editor descriptor for id: de.bb.bje.eclipse.editors.JspMultiPageEditorAny help would be appreciated.
July 30, 2004 at 3:19 pm #211236
ccullum@yemtech.comMemberI just found this exception tree:
!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 Jul 24, 2004 10:57:44.400
!MESSAGE Error getting database metadata
!STACK 0
java.sql.SQLException: No operations allowed after connection closed.Connection was closed due to the following exception:
** BEGIN NESTED EXCEPTION **
java.sql.SQLException
MESSAGE: Communication link failure: java.net.SocketException, underlying cause: Software caused connection abort: recv failed** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: Software caused connection abort: recv failedSTACKTRACE:
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:1449)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1826)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1098)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1192)
at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1153)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2048)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2005)
at com.mysql.jdbc.Statement.executeQuery(Statement.java:1156)
at com.genuitec.eclipse.sqlexplorer.dbviewer.model.TableNode.getRowCount(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail.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)** END NESTED EXCEPTION **
STACKTRACE:
java.sql.SQLException: Communication link failure: java.net.SocketException, underlying cause: Software caused connection abort: recv failed
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: Software caused connection abort: recv failedSTACKTRACE:
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:1449)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1826)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1098)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1192)
at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1153)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2048)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2005)
at com.mysql.jdbc.Statement.executeQuery(Statement.java:1156)
at com.genuitec.eclipse.sqlexplorer.dbviewer.model.TableNode.getRowCount(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail.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)** END NESTED EXCEPTION **
at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:1614)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1826)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1098)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1192)
at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1153)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2048)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2005)
at com.mysql.jdbc.Statement.executeQuery(Statement.java:1156)
at com.genuitec.eclipse.sqlexplorer.dbviewer.model.TableNode.getRowCount(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.sqlexplorer.dbviewer.details.RowCountDetail.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)** END NESTED EXCEPTION **
at com.mysql.jdbc.Connection.checkClosed(Connection.java:2889)
at com.mysql.jdbc.Connection.getMetaData(Connection.java:695)
at net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData.getJDBCMetaData(SQLDatabaseMetaData.java:476)
at com.genuitec.eclipse.sqlexplorer.plugin.views.ConnectionInfo.setInput(Unknown Source)
at com.genuitec.eclipse.sqlexplorer.sessiontree.ui.DatabaseTreeViewer$4.selectionChanged(Unknown Source)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1394)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:693)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:718)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:180)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:175)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:324)
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)
!SESSION Jul 30, 2004 12:57:45.932 ———————————————
eclipse.buildId=I200406251208
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_USJuly 30, 2004 at 3:48 pm #211239
Riyad KallaMemberccullum I’ve asked our DB explorer dev to take a look at this.
July 30, 2004 at 3:58 pm #211240
ccullum@yemtech.comMemberOK, Thanks
August 2, 2004 at 5:39 pm #211349
support-jeffMemberThis sounds much more like a problem on the database server end than on eclipse/db plugin. Are you able to connect to the mysql database via command-line ok? How about from other interfaces (GUIs or whatnot)? If so, and this only ever happens from eclipse – send along more info (version of database, connection configs, etc.)
Also, the first set of errors looks like bad install of myeclipse. I might try a totally fresh instance of both eclipse and myeclipse.
August 2, 2004 at 5:41 pm #211350
support-jeffMemberJust found this link. Sounds like the driver could be the culprit here:
August 3, 2004 at 4:41 pm #211435
ccullum@yemtech.comMemberJeff,
There is nothing wrong with my server end. I can connect through both a gui and also the command line. MyEclipse worked fine, I then installed subeclipse plugin, which screwed me up, so I did a fresh install of eclipse and then myeclipse, which is when this happened.
I don’t see how this could be a database problem when I cann’t even define a database and MyEclipse is not trying to attach to anything yet.
I don’t get the gui where I can define a database.
I looked at the link you sent and the drive I am using worked fine before, so I really don’t think that is the problem.August 3, 2004 at 4:54 pm #211438
ccullum@yemtech.comMemberI just tried an uninstall of MyEclipse and re-installed and I get the same problem.
August 3, 2004 at 5:05 pm #211441
support-jeffMemberNot sure what else to say then – if none of the MyEclipse plugins work for you, how would this one work? This really seems like an install problem. Riyad??
August 3, 2004 at 5:14 pm #211446
Riyad KallaMemberNot sure what else to say then – if none of the MyEclipse plugins work for you, how would this one work? This really seems like an install problem. Riyad??
I didn’t get the impression that ccullum was dead in the water with all of MyEclipse… ccullum can you clarify the state of things working/not working?
Also when you said “I don’t get the GUI where I can define a database”, what happens when you navigate to Window > Show Views > Other… > MyEclipse and open the “DB Connection Info” and “DB Connection Profiles” views? Do you get exceptions? can you use them? What about the documentation for the DB tool at Help > Contents > MyEclipse DB Explorer?
August 3, 2004 at 5:18 pm #211448
ccullum@yemtech.comMemberrkalla,
All the other stuff works, except of jsp debugging which I am currently in a thread to resovle this.
What I needed to know you just told me, go to Windows > show views > Other > MyEclipse > DB Connection
Now I get the view of the list of databases.August 3, 2004 at 5:19 pm #211450
Riyad KallaMemberCan I close this thread then and we can focus on the debugging one?
August 3, 2004 at 5:25 pm #211453
ccullum@yemtech.comMemberYes, please close this. I also have another DB Explorer issue open that I just posted a request for information on, do you know the state of this other DB Explorer issue?
Thanks,
August 3, 2004 at 5:37 pm #211454
Riyad KallaMemberI don’t, but I will ask Jeff about it.
-
AuthorPosts