Hi guys,

I am setting up dukebank with HSQL databse. 
refer to 
http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html#X-22013

When I did this step:

ant -f jboss-build.xml db-create-table 

C:\j2eetutorial14\examples\bank>ant -f jboss-build.xml db-create-table
Buildfile: jboss-build.xml

db-create-table:
     [java] java.sql.SQLException: socket creation error
     [java] ScriptTool.init error: socket creation error
     [java]     at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
     [java]     at org.hsqldb.jdbc.jdbcConnection.(Unknown Source)
     [java]     at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
     [java]     at org.hsqldb.jdbcDriver.connect(Unknown Source)
     [java]     at java.sql.DriverManager.getConnection(Unknown Source)
     [java]     at java.sql.DriverManager.getConnection(Unknown Source)
     [java]     at org.hsqldb.util.ScriptTool.execute(Unknown Source)
     [java]     at org.hsqldb.util.ScriptTool.main(Unknown Source)
     [java] Exception in thread "main" java.lang.NullPointerException
     [java]     at org.hsqldb.util.ScriptTool.execute(Unknown Source)
     [java]     at org.hsqldb.util.ScriptTool.main(Unknown Source)
     [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 1 second
C:\j2eetutorial14\examples\bank>



I don't know what is wrong? Do I need to setup HSQL databse first?  Please 
help, thank you very much!

chwang


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to