You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Krzysztof Binias <sk...@opgk.krakow.pl> on 2000/08/31 07:35:17 UTC

Error in TomCat 3.1 ?

I have RedHat 6.2 with TomCat 3.1.
When I run TomCat "tomcat.sh run" everything is OK.
When I try to connect to TomCat server (with telnet for example) I get
message and server is stopped:

    "java.net.SocketException: Interrupted system call"
    ...
    Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8007]
shutdown
    due to exception:
    Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]
shutdown
    due to exception:

My localhost is 127.0.0.1

What 's the matter ?!
Is that error in TomCat ?

Krzysiek.