Hi!

I am running tomcat 6.0.20 on AIX with Tomcat-native(1.1.16) enabled.  I get 
the following exception during  Tomcat Shutdown.   

SEVERE: Socket accept failed
Throwable occurred: org.apache.tomcat.jni.Error: Software caused connection 
abort
at org.apache.tomcat.jni.Socket.accept(Native Method)
at org.apache.tomcat.util.net.AprEndpoint$Acceptor.run(AprEndpoint.java:1128)
at java.lang.Thread.run(Thread.java:736)

There are quite a few cases where the Acceptor thread raises the exception when 
the file descriptor limits are reached/there is issue with the file descriptor 
limit.  It’s interesting that in our case this exception is raised during 
shutdown.  Did search quite a bit on the net and mailing-list for similar 
issues but not  quite successful.   Tested by binding to a specific ip as weil 
with no luck.

1)can anyone point to conditions that can cause this error?  
2)Any debug options that can be used for the native code?  
3)What is the impact of this error? Functionally,  there seems to be no issue 
but we get this in the logs on shutdown.

Thanks in Advance for the help.

Sharan.





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to