Something else is using the port?

        Check that:
        1. You are not still running Tomcat 3.1 (is so, change the ports for
Tomcat 3.2 in the server.xml file)
        2. Try stoping and then starting.  Make sure that the JVM actually
dies before restarting.
        3. Without Tomcat running, telnet to the ports that Tomcat uses
(usually 8080 and 8007, check server.xml for actual).  See if you can figure
out what is actually running on the port.  (To check for HTTP, try GET
/<enter>, if this returns an HTML looking document then a webserver of some
kind is running on the port).

        Randy

-----Original Message-----
From: John de la Garza [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 3:53 PM
To: Tomcat-Users (E-mail)
Subject: bind error


Since I have switched to tom cat 3.2 when I restart the server I get this:


Starting tomcat. Check logs/tomcat.log for error messages
FATAL:java.net.BindException: Address in use: JVM_Bind
java.net.BindException: Address in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:397)
        at java.net.ServerSocket.<init>(ServerSocket.java:170)
        at java.net.ServerSocket.<init>(ServerSocket.java:121)
        at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Default
ServerSocketFactory.java:97)
        at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoi
nt.java:239)
        at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.jav
a:188)
        at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:204)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)



any clues to why?

Reply via email to