Thank you for your answer. And by the way, I have another error that you or somebody else could maybe identify :
--------------
Jun 23, 2004 11:17:12 AM org.apache.jk.server.JkCoyoteHandler action
SEVERE: 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:457)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:654)
at org.apache.jk.server.JkCoyoteHandler.action(JkCoyoteHandler.java:472)
at org.apache.coyote.Response.action(Response.java:226)
at org.apache.coyote.Response.finish(Response.java:348)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:329)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:395)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:673)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:615)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:786)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
--------------This error doesn't seem to hang Tomcat but "SEVERE" and "Broken pipe" do not sound well in my ears ...
Thanks,
Bastien.
Ralph Einfeldt wrote:
Btw. appweb.NativeCall doesn't look like a part of tomcat so it most likely the application or an additional library that is used by the application.
-----Original Message-----
From: Ralph Einfeldt Sent: Wednesday, June 23, 2004 11:15 AM
To: Tomcat Users List
Subject: RE: tomcat crash ... "unexpected exception"
For this part of the error you have to look at at the application.
appweb.NativeCall looks like a class that is an interfaces to a native (C) library. The error is thrown in that native library.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
