Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 98420 invoked from network); 7 Sep 2005 18:31:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 18:31:23 -0000 Received: (qmail 81983 invoked by uid 500); 7 Sep 2005 18:31:18 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 81964 invoked by uid 500); 7 Sep 2005 18:31:18 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 81951 invoked by uid 99); 7 Sep 2005 18:31:18 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 11:31:17 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id AA7FC362; Wed, 7 Sep 2005 20:31:16 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 36549] New: - Tomcat Stopped with HotSpot libjvm error X-Bugzilla-Reason: AssignedTo Message-Id: <20050907183116.AA7FC362@ajax.apache.org> Date: Wed, 7 Sep 2005 20:31:16 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=36549 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: rhuddleston@cavtel.com 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: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org