Howdy, Once you get an OutOfMemoryError, you're in an indeterminate state. Configure your JVM such that you don't get OutOfMemoryErrors. See http://java.sun.com/docs/hotspot/VMOptions.html for your options.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Sven K�hler [mailto:[EMAIL PROTECTED] >Sent: Monday, February 24, 2003 11:03 AM >To: [EMAIL PROTECTED] >Subject: tomcat 4.1.18 locks up > >this is all i can tell you (from catalina.out) > >SCHWERWIEGEND: Caught exception executing >[EMAIL PROTECTED], terminating >java.lang.OutOfMemoryError >24.02.2003 14:55:03 org.apache.jk.server.JkCoyoteHandler action >SCHWERWIEGEND: Error in action code >java.net.SocketException: Broken pipe > at java.net.SocketOutputStream.socketWrite0(Native Method) > at >java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) > at java.net.SocketOutputStream.write(SocketOutputStream.java:136) > at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:435) > at >org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:627) > at >org.apache.jk.server.JkCoyoteHandler.action(JkCoyoteHandler.java:372) > at org.apache.coyote.Response.action(Response.java:222) > at org.apache.coyote.Response.finish(Response.java:343) > at >org.apache.coyote.tomcat4.OutputBuffer.close(OutputBuffer.java:326) > at >org.apache.coyote.tomcat4.CoyoteResponse.finishResponse(CoyoteResponse.java >:500) > at >org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:224) > at >org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261) > at >org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) > at >org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:632) > at >org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:590 >) > at >org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:707) > at >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.ja >va:530) > at java.lang.Thread.run(Thread.java:536) > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
