DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36550>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36550 Summary: Tomcat Stopped with HotSpot libjvm error Product: Tomcat 5 Version: 5.5.9 Platform: Sun OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] We are running Tomcat 5.5.9 on Sun Solaris 9 64bit.... We have Apache Axis running a Java webservice which makes a JNI call into C code... Pretty straight forward - right! But unexplained Tomcat stops responding.... Java version reports --------------------------------------------- java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Server VM (build 1.5.0_04-b05, mixed mode) --------------------------------------------- Catalina.out shows --------------------------------------------- Sep 7, 2005 10:42:08 AM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Sep 7, 2005 10:42:09 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 6449 ms - Unable to find config file. Creating new servlet engine config file: /WEB- INF /server-config.wsdd # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xfe9bac34, pid=8093, tid=39 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_04-b05 mixed mode) # Problematic frame: # V [libjvm.so+0x1bac34] # # An error report file with more information is saved as hs_err_pid8093.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------------------------------------- And then it doesn't respond on 8080 any more... I noticed around this time that the catalina log file showed a --------------------------------------------- Sep 7, 2005 10:41:47 AM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Sep 7, 2005 10:41:47 AM org.apache.jk.common.ChannelSocket acceptConnections WARNING: Exception executing accept java.net.SocketException: Invalid argument at java.net.PlainSocketImpl.socketSetOption(Native Method) at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:264) at java.net.Socket.setSoLinger(Socket.java:869) at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:300) at org.apache.jk.common.ChannelSocket.acceptConnections (ChannelSocket.ja va:641) at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:852) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadP ool.java:684) at java.lang.Thread.run(Thread.java:595) Sep 7, 2005 10:41:48 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina --------------------------------------------- Am I missing something here? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]