I need some help in starting successfully Tomcat 3.2.3 under Linux Mandrake
8.1 and with Apache 1.3.20 mod_jk

Sometimes Tomcat fails starting. I need to reboot the server in order to
restart it correctly.
It starts it correctly the first time. I stop it normally (no error
message). Apache is stopped also.
But it arrives that the second startup of tomcat still fails. It seems that
the port is occupied. I changed it to another existing one but no successful
result.

The console displays the folllowing error message :

FATAL:java.io.IOException: Address already in use
java.io.IOException: Address already in use
        at java.net.PlainSocketImpl.socketBind(PlainSocketImpl.java:native)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:43)
        at java.net.ServerSocket.<init>(ServerSocket.java:53)
        at java.net.ServerSocket.<init>(ServerSocket.java:30)
        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:202)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)


I think it is not a bind/port problem as those I found in the tomcat-user
archive list.
Someone alredy encountered this problem ? Please help me!


Marius Matei



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to