How did you start your server ? I use this command, from the h2/bin directory:
$ java -cp h2-1.1.114.jar org.h2.tools.Server -webAllowOthers - tcpAllowOthers and $ lsof -nPi:9092 to confirm if the server is properly running. Hope that helps. Zinahe A. On Jun 18, 10:56 am, Vidioten <[email protected]> wrote: > Hi, > > I have this problem.. > > r...@localhost bin]# netstat -anp | grep 9092 > <No output> > > Failed to start servers: org.h2.jdbc.JdbcSQLException: Exception > opening port H2 TCP Server (tcp://localhost:9092) (port may be in > use), cause: timeout [90061-114] > > [r...@localhost bin]# netstat -anp | grep 9092 > tcp 0 0 127.0.0.1:1048 127.0.0.1:9092 > TIME_WAIT - > [r...@localhost bin]# netstat -anp | grep 9092 > tcp 0 0 127.0.0.1:1048 127.0.0.1:9092 > TIME_WAIT - > [r...@localhost bin]# netstat -anp | grep 9092 > tcp 0 0 127.0.0.1:1048 127.0.0.1:9092 > TIME_WAIT - > [r...@localhost bin]# netstat -anp | grep 9092 > <No output> > > Any ideas? > > / Vidioten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
