Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 22417 invoked by uid 500); 30 May 2001 08:33:22 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 22404 invoked from network); 30 May 2001 08:33:21 -0000 Received: from golem.3glab.com (HELO onix.3glab.com) (@62.254.217.161) by h31.sny.collab.net with SMTP; 30 May 2001 08:33:21 -0000 Received: from sransome.3glab.com ([10.0.0.208] helo=sransome) by onix.3glab.com with smtp (Exim 3.13 #1) id 1551Px-0000j6-00 for tomcat-user@jakarta.apache.org; Wed, 30 May 2001 09:33:25 +0100 Reply-To: From: "Simon Ransome" To: Subject: Segmentation faults when invoking test servlets Date: Wed, 30 May 2001 09:32:24 +0100 Message-ID: <004b01c0e8e3$0e2e27e0$d000000a@3glab.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal X-Scanner: exiscan *1551Px-0000j6-00*mu6PlKG7vcI* http://duncanthrax.net/exiscan/ X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, Apols if this has already been answered: I've found a few references to it in the existing FAQ, but nowehere where it appears to have been answered. I've just installed Tomcat, which runs via Apache 1.3.12. Everything appears to be running fine, until I try to run one of the test jps apps in /usr/local/tomcat-3.2.2/webapps/admin/contextAdmin/ (via the Apache alias http://localhost/admin). Apache is obviously trying to pass the request onto Tomcat, but all I get in the error_log is: [Tue May 29 17:56:00 2001] [notice] Apache-AdvancedExtranetServer/1.3.12 (Linux-Mandrake/30mdk) PHP/3.0.16 mod_perl/1.22 tomcat/1.0 configured -- resuming normal operations [Tue May 29 17:56:00 2001] [info] Server built: Oct 1 2000 12:06:39 [Tue May 29 17:56:15 2001] [notice] child pid 13761 exit signal Segmentation fault (11) [Tue May 29 17:58:18 2001] [notice] child pid 13764 exit signal Segmentation fault (11) The seg faults corresponds exactly to requests for jsp objects. Debug level has been set to "DEBUG" everywhere I can think of to set it, but there is no additional information in any of the Tomcat logs: [root@meatball logs]# tail tomcat.log 2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /examples ) 2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /admin ) 2001-05-29 05:59:54 - ContextManager: Adding context Ctx( ) 2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /test ) 2001-05-29 05:59:55 - PoolTcpConnector: Starting HttpConnectionHandler on 8080 2001-05-29 05:59:55 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007 [root@meatball logs]# tail servlet.log 2001-05-29 05:59:55 - path="/examples" :jsp: init 2001-05-29 05:59:55 - path="/admin" :jsp: init 2001-05-29 05:59:55 - path="" :jsp: init 2001-05-29 05:59:55 - path="/test" :jsp: init Any ideas? Thanks, Simon ------------------------------------------ Simon Ransome, Webmaster. 3G LAB, Cambridgeshire, UK. http://www.3glab.com/ Tel: +44 (0) 1223 598486 ==========================================