facebook

How to connect to hsqldb

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

    U. Sauerbrei
    Member

    Hi,

    I start my app with HSQLDB in Servermode ( arguments in run configuration -database.0 junkdatabase -dbname.0 junkdb). The database files are created in a separate dir ‘junkdb’ and if I start the programm, everything seems to be ok in the console. Now I try to connect to the database in server mode with hsqldb.jar as driver and the url: jdbc:hsqldb:hsql//localhost:junkdb
    But there is an connection error:
    Error while performing database login with the jdbc driver: SOO10 Invalid argument in jdbc call.

    Any idea?

    Thanks, Uwe

    #300494 Reply

    support-joy
    Member

    Uve,

    Can you provide some details for me to get to the root cause.
    1. Can you copy and paste your installation details here for me? You can get it from MyEclipse > Installation Summary > Installation Details.
    2. Can you attach screenshot your database connector and also error log file. Your error log file is located in [your workspace dir]/.metadata/.logs.

    #300510 Reply

    U. Sauerbrei
    Member

    Hi Joy

    here you see first the installation details:

    *** Date:
    Dienstag, 14. Juli 2009 22:14 Uhr MESZ

    ** System properties:
    OS=WindowsXP
    OS version=5.1.0
    Java version=1.6.0_13

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 7.5
    Build id: 7.5-20090609

    *** Eclipse details:
    Eclipse SDK

    Version: 3.4.2
    Build id: M20090211-1700

    Eclipse Project SDK

    Version: 3.4.2.R342_v20090122-7O7S7GApJ3_vCyk7ETmsfcmjhz0eHnqw7MIjk9Vdhe4Ic
    Build id: M20090211-1700

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20090211-1700

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    D:\eclipse\installation\classic\eclipse\plugins\org.eclipse.platform_3.3.101.v200902111700\splash.bmp
    -launcher
    D:\eclipse\installation\classic\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    D:\eclipse\installation\classic\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
    -startup
    D:\eclipse\installation\classic\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    -vm
    C:\Programme\Java\jre6\bin\client\jvm.dll

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    and here the today part of the logfile:

    !ENTRY org.eclipse.jdt.debug.ui 4 4 2009-07-14 06:56:53.828
    !MESSAGE Variable references non-existent resource : ${workspace_loc:HibernateExample/db}

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 06:58:43.515
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: S1000 General error java.lang.RuntimeException: database alias does not exist
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 06:59:36.828
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:00:21.453
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:03:18.875
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:10:14.718
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:10:40.484
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:36:54.875
    !MESSAGE Error while performing database login with the HSQLDB Server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:41:51.890
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 07:49:00.140
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:03:47.390
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:04:28.500
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:10:28.000
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: File input/output error <junkdb>.properties java.io.FileNotFoundException: <junkdb>.properties.new (Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch)
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:23:59.328
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: S1000 General error java.lang.RuntimeException: database alias does not exist
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:24:26.046
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:28:38.968
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:29:37.593
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:42:04.625
    !MESSAGE Error while performing database login with the junkdb driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2009-07-14 08:44:33.015
    !MESSAGE Error while performing database login with the hsqldb server driver
    !STACK 0
    java.sql.SQLException: SOO10 Invalid argument in JDBC call
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
    at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:51)
    at java.lang.Thread.run(Unknown Source)

    !ENTRY org.eclipse.ui.console 4 2 2009-07-14 08:45:30.703
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.console”.
    !STACK 0
    org.eclipse.swt.SWTException: Device is disposed
    at org.eclipse.swt.SWT.error(SWT.java:3777)
    at org.eclipse.swt.SWT.error(SWT.java:3695)
    at org.eclipse.swt.SWT.error(SWT.java:3666)
    at org.eclipse.swt.widgets.Display.error(Display.java:1180)
    at org.eclipse.swt.widgets.Display.asyncExec(Display.java:648)
    at org.eclipse.ui.internal.console.ConsoleDropDownAction.consolesRemoved(ConsoleDropDownAction.java:150)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:154)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174)
    at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:262)
    at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:244)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeProcess(ProcessConsoleManager.java:98)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeLaunch(ProcessConsoleManager.java:81)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.shutdown(ProcessConsoleManager.java:198)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.stop(DebugUIPlugin.java:388)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1050)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1046)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:531)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1104)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:655)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:312)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:236)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:678)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:576)
    at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:424)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    !ENTRY org.eclipse.ui.console 4 120 2009-07-14 08:45:30.703
    !MESSAGE An exception occurred during console notification
    !STACK 0
    org.eclipse.swt.SWTException: Device is disposed
    at org.eclipse.swt.SWT.error(SWT.java:3777)
    at org.eclipse.swt.SWT.error(SWT.java:3695)
    at org.eclipse.swt.SWT.error(SWT.java:3666)
    at org.eclipse.swt.widgets.Display.error(Display.java:1180)
    at org.eclipse.swt.widgets.Display.asyncExec(Display.java:648)
    at org.eclipse.ui.internal.console.ConsoleDropDownAction.consolesRemoved(ConsoleDropDownAction.java:150)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:154)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174)
    at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:262)
    at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:244)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeProcess(ProcessConsoleManager.java:98)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeLaunch(ProcessConsoleManager.java:81)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.shutdown(ProcessConsoleManager.java:198)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.stop(DebugUIPlugin.java:388)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1050)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1046)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:531)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1104)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:655)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:312)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:236)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:678)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:576)
    at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:424)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !SESSION 2009-07-14 22:01:56.296 ———————————————–
    eclipse.buildId=M20090211-1700
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.ui 2 0 2009-07-14 22:02:20.171
    !MESSAGE Warnings while parsing the action sets from the ‘org.eclipse.ui.actionSets’ extension point
    !SUBENTRY 1 org.eclipse.ui 2 0 2009-07-14 22:02:20.171
    !MESSAGE There was no class provided, and the action is not retargettable: plug-in=’org.codehaus.groovy.eclipse.junit’, id=’org.codehaus.groovy.eclipse.junit.action1′

    !ENTRY org.eclipse.jface 2 0 2009-07-14 22:02:34.765
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2009-07-14 22:02:34.765
    !MESSAGE A conflict occurred for CTRL+F9:
    Binding(CTRL+F9,
    ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.activateTask,Activate Task,
    ,
    Category(org.eclipse.ui.category.navigate,Navigate,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(CTRL+F9,
    ParameterizedCommand(Command(RunSQLAction,Run SQL,
    Run SQL,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2009-07-14 22:02:34.765
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@555538,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.mylyn.tasks.ui 4 0 2009-07-14 22:02:48.000
    !MESSAGE Could not load repository template extension repository

    By the way, how can I attach images and files?

    Regards, Uwe

    #300527 Reply

    Uwe,
    I was able to connect to HSQL. The only difference I could figure out was the way in which the server was started
    I used the following
    java -cp ../lib/hsqldb.jar org.hsqldb.Server -database.0 file:mydb -dbname.0 xdb
    user name: sa and left the password field blank.
    Can you start your server using the above command and check if it works?

    #300544 Reply

    U. Sauerbrei
    Member

    It works the way you described. Thanks!

    #300551 Reply

    you are welcome..

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: How to connect to hsqldb

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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