PDA

View Full Version : Cant runserver dont work



estrangeftw
June 22nd, 2010, 16:00
517
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
at net.com.codeusa.net.SocketListener.<init>(SocketListener.java:40)
at net.com.codeusa.Server.main(Server.java:58)
Press any key to continue . . .

when i click on runserver it says that can any1 help tell me what it means?ive had a server earlier but quited for while thought of reopening and now does that=/

Faab234
June 22nd, 2010, 16:02
Can you read.


java.net.BindException: Address already in use: JVM_Bind

Port 43594 is already in use?

estrangeftw
June 22nd, 2010, 16:08
fixed ty=)