The "Connection aborted by peer" and "Connection reset by peer" errors indicate the browser broke the connection. This is normal for some browsers. It is not an indication that Tomcat isn't working properly. The problem with the JVM suddently terminating isn't likely to be related to this error. Try upgrading to JDK1.3.1_01 and see if it behaves better.
Cheers, Larry > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 8:57 PM > To: [EMAIL PROTECTED] > Subject: TOMCAT RUNNING PROBLEM > > > I install TOMCAT version 3.3 under windows > 2000(simplified Chinese) which > was download from <http://jakarta.apache.org>,JDK version is > java2 sdk > standared version 1.3.0.I start TOMCAT with startup.bat, but > when I visit a > jsp page,TOMCAT output information : > > 2001-12-06 11:19:07 - ErrorHandler: Error loop for R( /juyuan + > /login/login.jsp > + null) error java.net.SocketException: > Connection aborted by peer: > socket write error > 2001-12-06 11:19:09 - DecodeInterceptor: Charset from > session ISO-8859-1 > > What does this mean? Please help me.. > > Another problem is when I start TOMCAT as a NT service ,the service > sometimes terminate suddenly,the jvm.stderr output information: > > 2001-12-04 02:19:14 - Ctx( /juyuan ): IOException in: > R( /juyuan + > /images/login-bg.jpg + null) Connection aborted by peer: > socket write > error > 2001-12-04 02:19:49 - ContextManager: SocketException > reading request, > ignored - java.net.SocketException: Connection reset by peer: > JVM_recv in > socket input stream read > at java.net.SocketInputStream.socketRead(Native Method) > at > java.net.SocketInputStream.read(SocketInputStream.java:86) > at > java.io.BufferedInputStream.fill(BufferedInputStream.java:186) > at > java.io.BufferedInputStream.read(BufferedInputStream.java:204) > at > org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpR > equestAdapter.java:115) > > at > org.apache.tomcat.core.BufferedServletInputStream.doRead(Buffe > redServletInputStream.java:106) > > at > org.apache.tomcat.core.BufferedServletInputStream.read(Buffere > dServletInputStream.java:128) > > at > javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138) > at > org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequ > est(HttpRequestAdapter.java:129) > > at > org.apache.tomcat.service.http.HttpConnectionHandler.processCo > nnection(HttpConnectionHandler.java:198) > > at > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin > t.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo > ol.java:501) > at java.lang.Thread.run(Thread.java:484) > > 2001-12-04 02:19:55 - Ctx( /juyuan ): IOException in: > R( /juyuan + > /images/operate.jpg + null) Connection aborted by peer: > socket write > error > 2001-12-04 02:20:45 - Ctx( /juyuan ): IOException in: > R( /juyuan + > /images/page-bg.jpg + null) Connection aborted by peer: > socket write > error > > How can I do? > > Please e-mail to me :[EMAIL PROTECTED] > Thanks a lot > > > > > _________________________________________________________________ > �������� MSN Hotmail վ�� http://www.hotmail.com/cn ����շ������ʼ� > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
