You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Steven Garrett <St...@cometsystems.com> on 2002/09/05 19:12:35 UTC

Warp Errors

Hi,

I'm pretty new to java/tomcat, etc.  I keep getting these two errors when I
try to start apache and tomcat.  I'm not really sure what they mean and was
looking for some help.

Thanks,

Steve

from httpsdctl:
bash-2.03# ../bin/httpsdctl configtest
Syntax error on line 241 of /usr/local/apache+ssl/conf/httpsd.conf:
Cannot get socket address information

from apache_log underneath tomcat:
2002-09-05 12:12:12 [org.apache.catalina.connector.warp.WarpConnector] Error
accepting requests
java.net.SocketException: Socket closed
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343)
        at java.net.ServerSocket.implAccept(ServerSocket.java:438)
        at java.net.ServerSocket.accept(ServerSocket.java:409)
        at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
        at java.lang.Thread.run(Thread.java:536)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>