Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 43478 invoked from network); 19 Dec 2000 22:36:50 -0000 Received: from hercules.telenet-ops.be (HELO smtp.pandora.be) (195.130.132.33) by locus.apache.org with SMTP; 19 Dec 2000 22:36:50 -0000 Received: (qmail 21438 invoked from network); 19 Dec 2000 22:36:49 -0000 Received: from unknown (HELO christoph) ([213.224.39.220]) (envelope-sender ) by hercules.telenet-ops.be (qmail-ldap-1.03) with SMTP for ; 19 Dec 2000 22:36:49 -0000 Message-ID: <007301c06a0d$32cba5a0$0a01a8c0@christoph> From: "Christoph Rooms" To: , Subject: Re: Virtual Machine error Date: Tue, 19 Dec 2000 23:44:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N try to start giving the option "+classic" ... should work ... ----- Original Message ----- From: "Jed Soane" To: Sent: Tuesday, December 19, 2000 11:29 PM Subject: Virtual Machine error Hi, I am having an intermittent problem with my Tomcat installation. When starting/stopping Tomcat, compiling Java code that imports javax.servlet.jsp.* etc, or when accessing JSP pages the Java Virtual Machine gives the following error: # HotSpot Virtual Machine Error, Unexpected Signal 11 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 4F533F4C494E55580E43505005BC # # Problematic Thread: prio=1 tid=0x804e770 nid=0x37ab runnable I then need to restart Tomcat before it will serve any more JSP pages. When compiling code I can just keep re-entering the javac command line until the code eventually compiles. Compiling code that doesn't import any JSP or servlet stuff does not produce the same problem. I am using Tomcat 3.2.1, Apache 1.3/mod_jserv, and the Sun JDK 1.3. I also had similar problems with Tomcat 3.1 and the IBM JDK 1.3. Any ideas? Should i be using JDK 1.2? Cheers Jed