Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 9167 invoked from network); 2 Aug 2000 01:01:09 -0000 Received: from pimout1-ext.prodigy.net (HELO pimout1-int.prodigy.net) (207.115.63.77) by locus.apache.org with SMTP; 2 Aug 2000 01:01:09 -0000 Received: from synera427 (NYCMA050-0095.splitrock.net [63.253.66.95]) by pimout1-int.prodigy.net (8.10.1/8.10.1) with SMTP id e72118p163040; Tue, 1 Aug 2000 21:01:08 -0400 Message-ID: <004001bffc1c$feeea600$5f42fd3f@prodigy.net> From: "ALEXANDROS KOTSIRAS" To: , References: <55CC58EC7298D311AA1400A0C9F62B5F4B5D2F@exchange.recruitsoft.com> <39876B34.58831800@acm.org> Subject: Re: java.net.SocketException: Interrupted system call Date: Tue, 1 Aug 2000 21:00:03 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yes, It might be the JVM. I personally had plenty of exceptions at Tomcat startup with JDK1.2 but no such problems with JDK1.2.2 and the new JDK1.3 for Windows. Alex. ----- Original Message ----- From: Tim Kientzle To: Sent: Tuesday, August 01, 2000 8:28 PM Subject: Re: java.net.SocketException: Interrupted system call > I've seen similar problems that disappeared when I > downgraded to a more stable JVM. > > - Tim > > Jean-Philippe Grenier wrote: > > > > I keep getting does exceptions right after running a servlet(from > > examples/servlets), and this kill tomcat. I have my tomcat 3.1 server on > > 127.0.0.1 and I'm accessing tomcat from localhost. Any suggestions.. > > > > Sorry if this has already been on this mailling list. > > > > java.net.SocketException: Interrupted system call > > at java.net.PlainSocketImpl.socketAccept(Native Method) > > at java.net.PlainSocketImpl.accept(Compiled Code) > > at java.net.ServerSocket.implAccept(Compiled Code) > > at java.net.ServerSocket.accept(Compiled Code) > > at org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled > > Code) > > at > > org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled Code) > > at org.apache.tomcat.service.TcpListenerThread.run(Compiled Code) > > at java.lang.Thread.run(Compiled Code) > > Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080] shutdown > > due to exception: java.net.SocketException: Interrupted system call > > java.net.SocketException: Interrupted system call > > at java.net.PlainSocketImpl.socketAccept(Native Method) > > at java.net.PlainSocketImpl.accept(Compiled Code) > > at java.net.ServerSocket.implAccept(Compiled Code) > > at java.net.ServerSocket.accept(Compiled Code) > > at org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled > > Code) > > at > > org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled Code) > > at org.apache.tomcat.service.TcpListenerThread.run(Compiled Code) > > at java.lang.Thread.run(Compiled Code) > > Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8007] shutdown > > due to exception: java.net.SocketException: Interrupted system call >