[jboss-user] [JBoss Seam] - Trouble connecting to built-in HSQL using SQuirreL

siegfried@heintze.com do-not-reply at jboss.com
Fri Jan 11 01:57:32 EST 2008


I'm following the instructions at http://wiki.jboss.org/wiki/Wiki.jsp?page=NukesUsingHSQLDB to connect to the interal HSQL built-into JBoss. I want to see the results of my interaction with the web interface.

I'm running the initial helloworld application from "JBoss Seam" by Yuan and Heute. 

When I try to connect to the internal HSQL database using SQirreL, I get "JBoss: socket creation error".

What am I doing wrong?
Thanks,
Siegfried

  | ava.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:133)
  | 	at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.execute(OpenConnectionCommand.java:97)
  | 	at net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand$SheetHandler.run(ConnectToAliasCommand.java:279)
  | 	at net.sourceforge.squirrel_sql.fw.util.TaskExecuter.run(TaskExecuter.java:82)
  | 	at java.lang.Thread.run(Thread.java:619)
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118919#4118919

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118919



More information about the jboss-user mailing list