Hi,
I'm new to JBoss and doing the Duke's Bank application in J2EE tutorial. I  
made the modifications in hsqldb-ds.xml .however, when I try to create database 
with 

ant -f jboss-build.xml db-create-table command I got the error which is :

--------------------------------------------------------------------------------
Buildfile: jboss-build.xml

db-create-table:
     [java] java.sql.SQLException: 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] ScriptTool.init error: socket creation error
     [java]     at org.hsqldb.jdbcDriver.connect(Unknown Source)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     [java]     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     [java]     at org.hsqldb.util.ScriptTool.execute(Unknown Source)
     [java]     at org.hsqldb.util.ScriptTool.main(Unknown Source)
     [java] java.lang.NullPointerException
     [java]     at org.hsqldb.util.ScriptTool.execute(Unknown Source)
     [java]     at org.hsqldb.util.ScriptTool.main(Unknown Source)
     [java] Exception in thread "main"
     [java] Java Result: 1

BUILD SUCCESSFUL
------------------------------------------------------------------------------------

Ayn suggestions ??? Thanx.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to