Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 2580 invoked from network); 20 May 2008 19:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 19:50:58 -0000 Received: (qmail 34544 invoked by uid 500); 20 May 2008 19:50:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 34516 invoked by uid 500); 20 May 2008 19:50:48 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 34505 invoked by uid 99); 20 May 2008 19:50:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 12:50:48 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of astine@us.ibm.com designates 32.97.182.142 as permitted sender) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 19:49:53 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m4KJoFYc012337 for ; Tue, 20 May 2008 15:50:15 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m4KJoEog161858 for ; Tue, 20 May 2008 15:50:14 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m4KJoE4D022571 for ; Tue, 20 May 2008 15:50:14 -0400 Received: from d01ml259.pok.ibm.com (d01ml259.pok.ibm.com [9.56.227.83]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m4KJoED6022558 for ; Tue, 20 May 2008 15:50:14 -0400 Subject: Disabling Asserts on Tomcat 5.0.x To: users@tomcat.apache.org X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Andrew Stine Date: Tue, 20 May 2008 15:50:14 -0400 X-MIMETrack: Serialize by Router on D01ML259/01/M/IBM(Release 8.0.1|February 07, 2008) at 05/20/2008 15:50:13 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm having an issue running Tomcat 5.0.x on an IBM JVM. We currently have a product which is heavily dependant on BOXi which uses Tomcat 5.0.27 to run its webapp. It runs fine on the Sun JVM. Due to business reasons however, we're being forced to switch from the Sun JVM to the IBM one, which to our dismay causes Tomcat 5.0.27 to break whenever it is run as a service. All versions of Tomcat 5.0.x that we've tried throw an assert error (shown below) when run as a service. These errors are not thrown when Java is started directly and when they are dismissed, Tomcat appears to run normally. What I need then, is a way to suppress this error or to disable whatever part of Tomcat it is that is throwing it. I'll appreciate any help. Regards, Andrew J Stine The error message: ---------------------------------------------------------------------------------------------------------------------------------------- Assertion failed! Program: ...Software Foundation\Tomcat 5.0\bin\tomcat5.exe File: CheckFailureSnippet.cpp Line: 41 Expression: x86CG()->supportsFS0VMThreadRematerialization() && x86CG()-> allowVMThreadRematerialization() For information on how a program can cause an assertion failure, see the Visual C++ documentation on asserts (Press Retry to debug the application - JIT must be enabled) ----------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org