Could you post the full output from running "ant -f jboss-build.xml db-create-table"? Also, what version of JBossAS are you using?
You do have the application server running and Hypersonic configured to open a port, right? You should see console output like this when starting the app server: 09:44:56,713 INFO [STDOUT] [EMAIL PROTECTED]: [Thread[hypersonic-default,5,jboss] ]: checkRunning(false) entered 09:44:56,713 INFO [STDOUT] [EMAIL PROTECTED]: [Thread[hypersonic-default,5,jboss] ]: checkRunning(false) exited 09:44:56,713 INFO [STDOUT] [EMAIL PROTECTED]: Startup sequence initiated from mai n() method 09:44:56,713 INFO [STDOUT] [EMAIL PROTECTED]: Loaded properties from [F:\opt\jbos s\jboss-4.0.5.GA\bin\server.properties] 09:44:56,713 INFO [STDOUT] [EMAIL PROTECTED]: Initiating startup sequence... 09:44:56,729 INFO [STDOUT] [EMAIL PROTECTED]: Server socket opened successfully i n 16 ms. 09:44:57,510 INFO [STDOUT] [EMAIL PROTECTED]: Database [index=0, id=0, db=file:F: \opt\jboss\jboss-4.0.5.GA\server\bank\data\hypersonic\default, alias=] opened su cessfully in 750 ms. 09:44:57,510 INFO [STDOUT] [EMAIL PROTECTED]: Startup sequence completed in 797 m s. 09:44:57,510 INFO [STDOUT] [EMAIL PROTECTED]: 2007-11-26 09:44:57.510 HSQLDB serv er 1.8.0 is online View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107834#4107834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107834 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
