Netbeans can't start derby server
I've been trying to start the server but I get this error message:
2013-01-23 19:24:18.133 GMT : Security manager installed using the Basic server security policy. 2013-01-23 19:24:18.430 GMT : Could not listen on port 1527 on host localhost: java.net.BindException: Cannot assign requested address: JVM_Bind
On top of that I get a prompt saying:
Unable to connect. Cannot establish a connection to jdbc:derby://localhost:1527/sample using org.apache.derby.jdbc.ClientDriver (java.net.SocketException : Error connecting to server localhost on port 1527 with message Network is unreachable: connect.).
How is one suppose to fix such an issue?
我有同样的问题,但我的问题是我的环回(低)网络接口被禁用...花了很长时间才发现...(但最常见的是德比已经运行的另一个实例,我认为)
链接地址: http://www.djcxy.com/p/41238.html上一篇: 如何将数据库连接到NetBeans
下一篇: Netbeans无法启动德比服务器