Author
java.net.bindexception:address already in use
swetha muthyapu
Greenhorn
Joined: Apr 04, 2009
Posts: 1
Hi I have JDk 1.3 and Apache Tomcat 4.0in my system.When i try to start the server i get the following java.net.bindexception:address already in use
I have checked that Tomcat server is listening at port 8080 and no other application is using this port.Can someone suggest what to do?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56190
Please be sure to ask Tomcat questions in the Tomcat forum. I have moved this post there for you.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56190
The most likely reason is that Tomcat is already running.
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
If you are not sure other applications use 8080 port , May be try changing the port no in "server.xml" and see if it works.
Kees Jan Koster
Ranch Hand
Joined: Mar 31, 2009
Posts: 222
posted Apr 06, 2009 14:10:01
0
Dear swetha,
Please post the entire stack trace for us to look at, not your interpretation of it. The stack trace may reveal things that you have overlooked.
(as an aside and unrelated to your problem, Java 1.3 and Tomcat 4 are really, really old. Both EOSL. Please upgrade)
Java-monitor, JVM monitoring made easy (and free)
subject: java.net.bindexception:address already in use