Hi,

I have 2 webapps, one of them is file upload/download application. Both apps
use single sign on.
If I go to this file manager app from another webapp and don't do anything;
leave it idle, Tomcat server occasionaly shutsdown with the following
Exception:

StandardServer.await: accept: java.io.IOException: Interrupted system call
java.io.IOException: Interrupted system call
   at gnu.java.net.PlainSocketImpl.accept(gnu.java.net.PlainSocketImpl)
(/usr/lib/libgcj.so.6.0.0)
   at gnu.java.net.PlainSocketImpl.accept(java.net.SocketImpl)
(/usr/lib/libgcj.so.6.0.0)
   at java.net.ServerSocket.implAccept(java.net.Socket)
(/usr/lib/libgcj.so.6.0.0)
   at java.net.ServerSocket.accept() (/usr/lib/libgcj.so.6.0.0)
   at org.apache.catalina.core.StandardServer.await()
(/usr/lib/libcatalina-5.0.30.jar.so)
   at org.apache.catalina.startup.Catalina.await()
(/usr/lib/libcatalina-5.0.30.jar.so)
   at org.apache.catalina.startup.Catalina.start()
(/usr/lib/libcatalina-5.0.30.jar.so)
   at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
(/usr/lib/libgcj.so.6.0.0)
   at org.apache.catalina.startup.Bootstrap.start()
(/usr/lib/libtomcat-bootstrap-5.0.30.jar.so)
   at org.apache.catalina.startup.Bootstrap.main(java.lang.String[])
(/usr/lib/libtomcat-bootstrap-5.0.30.jar.so)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
9-Jul-06 6:29:32 AM org.apache.catalina.core.StandardService stop()
INFO: Stopping service Tomcat-Apache

Anyone could give me a hint?

I have the following versions:

jdk: 1.4.2
Linux Fedora Core 4
Tomcat 5.0.30

Thanks very much for any input
Seetha


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to