You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by frank kalich <fk...@cstp.umkc.edu> on 2000/09/27 04:04:52 UTC

i get this startup exception java.net.SocketException : Socket closed

this is the whole stack trace.  actually i copied this from another
person's post on the other news group.  his version is java 1.2, mine is
1.1.8.  someone told him to try changing the port.  that did not help.
also starting startup.sh from the tomcat home directory, that did not
help.  i am running linux.  not sure of the version.  just took over s/a
duties here and i am an idiot, which is a hinderance.
i looked in the server.xml file.  it did not have a host there.  i put
my host there, but that was no help.  the 0.0.0.0/0.0.0.0 address on
that looks odd to me.

should anyone help me, i will say 50 hail marys for their immortal soul,
while walking barefoot in the snow (when the snow comes to kansas).
thank you thank you thank you.

I'm installed tomcat v3.1 on Linux and run by startup.sh (or tomcat.
start).

  But it can't start and error message :

  java.net.SocketException : Socket closed
  at java.net,PlainSocketImpl.closed(PlainSocketImpl.java:408)
  at java.net,Socket.closed(Socket.java:383)
  at java.net,ServerSocket.implAccept(ServerSocket.java:206)
  at java.net,ServerSocket.accept(ServerSocket.java:181)
  at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(SimpleTcpEndpoint.java:267)

  at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(SimpleTcpEndpoint.java:248)

  at
org.apache.tomcat.service.TcpListenerThread.run(SimpleTcpEndpoint.java:319)

  at java.lang.Thread.run9Thread.java)
  Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]
shutdown due to
  exception:java.net.SocketException : Socket closed

  Could you help me?

  P.S: My jdk version is 1.2 Linux