Forums Register Login

java.net.BindException

+Pie Number of slices to send: Send
i am getting this exception
java.net.BindException : Address already in use : JVM_Bind
how do you unbind?
how do you close a socket connection?
+Pie Number of slices to send: Send
Some other program altogether -- or a previously executed copy of the same program -- may already be running, bound to that same port. What port are you trying to listen on?
+Pie Number of slices to send: Send
i used 3306,5050,1080, e.t.c after some time i am getting the error. its because i am failing to close a socket connection after i exit from the system.i am simulating my client server app.
+Pie Number of slices to send: Send
There is already some application running at that port.many times even if you close the application the jvm keeps on running..in that case you can use the program manager of your app;ication for checking and killing any unnecessay program that might be using that port..some of the program make thread that make use of the port and if the threads are not demon then they would continue to run even after the main method..so in that case it still migh be using the port...so kill that application that is using the port and then again start the server...

--Rahul B
SCJP 1.4
Can you hear that? That's my theme music. I don't know where it comes from. Check under this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1543 times.
Similar Threads
Tomcat goes down
java.net.BindException:
Address Bind Exception
java.net.BindException: Address already in use
Startup problem with Tomcat
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 08:10:53.