facebook

No table information in explorer

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #249648 Reply

    jchandra29
    Member

    I am able to connect successfully to the database. The explorer lists all the tables but there is no table information present (like field names, etc). Please advice as to how i resolve this issue so i can view all the table information in the explorer.

    #249651 Reply

    Haris Peco
    Member

    jchandra29 ,

    Please, send us version eclipse, MyEclipse and your database type and version.
    Open Log Error View (Windows-Show View-Other-PDE Runtime-Log Error) and send us log messages when you expand table node (if exists one)

    Best regards

    #249653 Reply

    jchandra29
    Member

    I am using MySQL 4.x, MyEclipse 4.0.1. Heres the stack trace of the error i see in the Error Log.

    java.sql.SQLException: Can’t open file: ‘app_user_profile.ibd’ (errno: 1)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2822)
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1536)
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1626)
    at com.mysql.jdbc.Connection.execSQL(Connection.java:3025)
    at com.mysql.jdbc.Connection.execSQL(Connection.java:2954)
    at com.mysql.jdbc.Statement.executeQuery(Statement.java:1009)
    at com.mysql.jdbc.DatabaseMetaData$2.forEach(DatabaseMetaData.java:2041)
    at com.mysql.jdbc.DatabaseMetaData$IterateBlock.doForAll(DatabaseMetaData.java:76)
    at com.mysql.jdbc.DatabaseMetaData.getColumns(DatabaseMetaData.java:1915)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData.getColumns(SQLDatabaseMetaData.java:940)
    at com.genuitec.eclipse.sqlexplorer.model.TableNode.getColumns(TableNode.java:232)
    at com.genuitec.eclipse.sqlexplorer.views.details.ColumnsDetail$3.run(ColumnsDetail.java:217)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at com.genuitec.eclipse.sqlexplorer.views.details.ColumnsDetail.activate(ColumnsDetail.java:186)
    at com.genuitec.eclipse.sqlexplorer.views.DetailManager.activate(DetailManager.java:124)
    at com.genuitec.eclipse.sqlexplorer.views.TableInfoView.setInput(TableInfoView.java:53)
    at com.genuitec.eclipse.sqlexplorer.views.DatabaseTreeViewer$4.selectionChanged(DatabaseTreeViewer.java:127)
    at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
    at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
    at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1784)
    at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1027)
    at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1053)
    at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:209)
    at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:204)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:364)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)

    #249657 Reply

    Haris Peco
    Member

    Please, updgrade to MyEclipse 4.1.1 – we make a lot fixes in Db explorer in this version
    However, this error ‘Can’t open file: ‘app_user_profile.ibd’ (errno: 1) ‘ tell that you have problems
    with MySql server or user’s permissions

    Bets regards

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: No table information in explorer

You must be logged in to post in the forum log in