> From: Manoj Punjabi [mailto:kawi...@gmail.com]
> Subject: Tomcat 6.0.18 fresh install on Windows Server 2003:
> java.lang.Exception: Socket bind failed
> 
> the Tomcat logs are showing the dreaded "Socket bind failed" error.

You seem to be fixated on the HTTP port, when the errors appear to be 
associated with one of the other ports Tomcat uses: 8009 for AJP.  Note that 
Tomcat also listens to 8005 on 127.0.0.1 for shutdown messages.

> Apr 3, 2009 3:18:48 PM org.apache.coyote.ajp.AjpAprProtocol init
> SEVERE: Error initializing endpoint
> java.lang.Exception: Socket bind failed: [730048] Only one usage of
> each
> socket address (protocol/network address/port) is normally permitted.
>     at
> org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
>     at
> org.apache.coyote.ajp.AjpAprProtocol.init(AjpAprProtocol.java:160)

Use netstat -ano to find out all the ports that are active, and who's using 
them, then modify your conf/server.xml file accordingly.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to