More info... [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 On 15 Juni, 17:31, Vidioten <[email protected]> wrote: > Hi, > > Why does I get these error now adays? Non o the mentioned ports in in > use. > > / Vidioten > > r...@ubuntu:~/bin# java -cp ../lib/h2.jar org.h2.tools.Server > org.h2.jdbc.JdbcSQLException: Connection is broken [90067-72] > at org.h2.message.Message.getSQLException(Message.java:92) > at org.h2.message.Message.getSQLException(Message.java:96) > at org.h2.message.Message.getSQLException(Message.java:74) > at org.h2.message.Message.getSQLException(Message.java:117) > at org.h2.tools.Server.start(Server.java:461) > at org.h2.tools.Server.run(Server.java:262) > at org.h2.tools.Server.main(Server.java:123) > Port is in use, maybe another TCP server already running on > tcp://localhost:9092 > org.h2.jdbc.JdbcSQLException: Connection is broken [90067-72] > at org.h2.message.Message.getSQLException(Message.java:92) > at org.h2.message.Message.getSQLException(Message.java:96) > at org.h2.message.Message.getSQLException(Message.java:74) > at org.h2.message.Message.getSQLException(Message.java:117) > at org.h2.tools.Server.start(Server.java:461) > at org.h2.tools.Server.run(Server.java:273) > at org.h2.tools.Server.main(Server.java:123) > Port is in use, maybe another PG server already running on pg://localhost:5435 > java.net.NoRouteToHostException: No route to host > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java: > 333) > at java.net.PlainSocketImpl.connectToAddress > (PlainSocketImpl.java:195) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:520) > at java.net.Socket.connect(Socket.java:470) > at java.net.Socket.<init>(Socket.java:367) > at java.net.Socket.<init>(Socket.java:209) > at org.h2.util.NetUtils.createSocket(NetUtils.java:58) > at org.h2.util.NetUtils.createSocket(NetUtils.java:50) > at org.h2.util.NetUtils.createLoopbackSocket(NetUtils.java:34) > at org.h2.server.web.WebServer.isRunning(WebServer.java:288) > at org.h2.tools.Server.isRunning(Server.java:500) > at org.h2.tools.Server.start(Server.java:458) > at org.h2.tools.Server.run(Server.java:285) > at org.h2.tools.Server.main(Server.java:123) > org.h2.jdbc.JdbcSQLException: Connection is broken [90067-72] > at org.h2.message.Message.getSQLException(Message.java:92) > at org.h2.message.Message.getSQLException(Message.java:96) > at org.h2.message.Message.getSQLException(Message.java:74) > at org.h2.message.Message.getSQLException(Message.java:117) > at org.h2.tools.Server.start(Server.java:461) > at org.h2.tools.Server.run(Server.java:285) > at org.h2.tools.Server.main(Server.java:123) > Port is in use, maybe another Web server already running > onhttp://localhost:8082 > Please open a browser and go tohttp://localhost:8082 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
