I'm trying to install an app on a linux server using it's ant install script. However, the apps install script fails when it tries to start the h2 server.
The command line it uses is "java -cp h2-1.2.132.jar org.h2.tools.Server -baseDir . -tcp -tcpAllowOthers" No output is shown, and after a few minutes it times out and returns to the command line. I've previously successfully installed the same app on my windows PC. Any idea what could be happening, or how to debug this. I noticed a - trace option, which I tried, but it still gave no output. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
