facebook

DB Browser bug related to Auto-Commit

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

    brianfoley
    Member

    I was stumped today when my attempts at generating a Hibernate mapping file failed. For some reason I also could not drill down into the columns of a table (nor could I see them in the “table info” tab). All this had been working last week when I used the tool… but I did recall making some changes to settings.

    After a little trial-and-error I was able to get everything working again, as long as I have auto-commit turned on. I actually do not like auto-commit, but I can live with it… but figured I’d report this to you as a bug.

    Here is what get written to the log whenever I have auto-commit turned off and I click on a table in the DB Browser:

    com.sybase.jdbc2.jdbc.SybSQLException: The ‘CRE@TE TABLE’ command is not allowed within a multi-statement transaction in the ‘tempdb’ database.

    at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2697)
    at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:2045)
    at com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69)
    at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:204)
    at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:187)
    at com.sybase.jdbc2.jdbc.SybStatement.queryLoop(SybStatement.java:1562)
    at com.sybase.jdbc2.jdbc.SybCallableStatement.executeQuery(SybCallableStatement.java:94)
    at com.sybase.jdbc2.jdbc.SybDatabaseMetaData.returnResults(SybDatabaseMetaData.java:2379)
    at com.sybase.jdbc2.jdbc.SybDatabaseMetaData.getColumns(SybDatabaseMetaData.java:1983)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData.getColumns(SQLDatabaseMetaData.java:940)
    at com.genuitec.eclipse.sqlexplorer.model.TableNode.getColumns(Unknown Source)
    at com.genuitec.eclipse.sqlexplorer.views.details.ColumnsDetail$3.run(Unknown Source)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at com.genuitec.eclipse.sqlexplorer.views.details.ColumnsDetail.activate(Unknown Source)
    at com.genuitec.eclipse.sqlexplorer.views.DetailManager.activate(Unknown Source)
    at com.genuitec.eclipse.sqlexplorer.views.TableInfoView.setInput(Unknown Source)
    at com.genuitec.eclipse.sqlexplorer.views.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:616)
    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:2773)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2432)
    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)
    – System Setup ——————————-
    Operating System and version: 2000 pro
    Eclipse version: 3.0.2
    Eclipse build id: 200503110845
    Fresh Eclipse install (y/n): Y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
    MyEclipse version: 3.8.4
    Eclipse JDK version:
    Application Server JDK version: 1.4.2
    Are there any exceptions in the Eclipse log file? yes, noted above

    If this is a DB related question please answer the following:

    RDBMS vendor and version: Sybase ASE 12.x
    JDBC driver vendor and version, and access type (thin, type-2, etc):
    Connection URL:
    Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:

    – Message Body ——————————-

    #230500 Reply

    Riyad Kalla
    Member

    Brain I will make our DB devs aware of this, thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: DB Browser bug related to Auto-Commit

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