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 on
http://localhost:8082
Please open a browser and go to http://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
-~----------~----~----~----~------~----~------~--~---