User e87f0be5e1
07-05-2006 14:03:05
why i receive this error message with HSQLDB?
java.sql.SQLException: Errore nella creazione del socket
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 java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at chemaxon.util.ConnectionHandler.setConnected(ConnectionHandler.java:206)
at chemaxon.util.ConnectionHandler.connect(ConnectionHandler.java:246)
at chemaxon.jchem.gui.Connector.go(Connector.java:64)
at chemaxon.jchem.gui.JChemFrame.connect(JChemFrame.java:561)
at chemaxon.jchem.JChemManager.init(JChemManager.java:89)
at chemaxon.jchem.JChemManager.main(JChemManager.java:106)
this is my "jcman" panel:
JDBC driver: org.hsqldb.jdbcDriver
URL of database: jdbc:hsqldb:hsql://localhost/
Property table : JChemProperties
Login name:
Password:
then if i configure with: URL of database: jdbc:hsqldb:mem:.
the program start!
what's the difference?
thanks for attention
java.sql.SQLException: Errore nella creazione del socket
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 java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at chemaxon.util.ConnectionHandler.setConnected(ConnectionHandler.java:206)
at chemaxon.util.ConnectionHandler.connect(ConnectionHandler.java:246)
at chemaxon.jchem.gui.Connector.go(Connector.java:64)
at chemaxon.jchem.gui.JChemFrame.connect(JChemFrame.java:561)
at chemaxon.jchem.JChemManager.init(JChemManager.java:89)
at chemaxon.jchem.JChemManager.main(JChemManager.java:106)
this is my "jcman" panel:
JDBC driver: org.hsqldb.jdbcDriver
URL of database: jdbc:hsqldb:hsql://localhost/
Property table : JChemProperties
Login name:
Password:
then if i configure with: URL of database: jdbc:hsqldb:mem:.
the program start!
what's the difference?
thanks for attention