Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CA309EE3 for ; Fri, 16 Mar 2012 15:28:43 +0000 (UTC) Received: (qmail 43247 invoked by uid 500); 16 Mar 2012 15:28:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43172 invoked by uid 500); 16 Mar 2012 15:28:39 -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 43159 invoked by uid 99); 16 Mar 2012 15:28:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 15:28:39 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=MSGID_MULTIPLE_AT,RCVD_IN_DNSWL_NONE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.25.134.20] (HELO mailout08.t-online.de) (194.25.134.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 15:28:31 +0000 Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de ) by mailout08.t-online.de with smtp id 1S8Z4c-0005H8-BV; Fri, 16 Mar 2012 16:28:10 +0100 Received: from Preissa (rSaBd2ZDZhkrgp0FQuYb13vrU-eR7fzycG1qG7W4xnmhtpuVdcmgiTXu-QRCuHkQFY@[217.95.49.140]) by fwd22.t-online.de with esmtp id 1S8Z4W-0tBKVM0; Fri, 16 Mar 2012 16:28:04 +0100 From: =?UTF-8?Q?Konstantin_Prei=C3=9Fer?= To: "'Tomcat Users List'" Subject: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33 Date: Fri, 16 Mar 2012 16:27:54 +0100 Message-ID: <000a01cd0389$5bb8e820$132ab860$@preisser@t-online.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac0DiVuI2p0dna/CTTChUN4sKh9HsQ== Content-Language: de X-ID: rSaBd2ZDZhkrgp0FQuYb13vrU-eR7fzycG1qG7W4xnmhtpuVdcmgiTXu-QRCuHkQFY X-TOI-MSGID: 0772aa6e-4f71-4333-b29e-dcf2e19b0417 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have a system with Windows Server 2008 32 bit, IIS 7.0, Java 1.7.0_03, = Tomcat 7.0.26 and the ISAPI redirector. Since I updated the ISAPI redirector from 1.2.32 to 1.2.33, it seems = that each time when IIS tries to recycle its application pool, the IIS = worker process (w3wp.exe) crashes in isapi_redirect.dll. In the event = log, an "Application Error" of w3wp.exe is logged (here is an English = translation): Faulty application w3wp.exe, Version 7.0.6002.18005, time stamp = 0x49e023cf, faulty module isapi_redirect.dll, Version 1.2.33.0, time = stamp 0x4f59be7d, exception code 0xc0000005, error offset 0x0002bb16, = process ID 0x10f0, application start time 01cd0336e5b7824a. (The process ID does not match the one of w3wp.exe before the crash, nor = the one after the crash, so it seems a bit like when the new w3wp.exe is = launched after recycle, it crashes and immediately another w3wp.exe is = started). In the ISAPI log, following lines appear when w3wp.exe crashes: [Fri Mar 16 06:37:38.402 2012] [4336:6828] [error] = ajp_worker_factory::jk_ajp_common.c (3006): allocating ajp worker record = from shared memory [Fri Mar 16 06:37:38.417 2012] [4336:6828] [error] = wc_create_worker::jk_worker.c (150): factory for ajp13 failed for = worker1 [Fri Mar 16 06:37:38.426 2012] [4336:6828] [error] = build_worker_map::jk_worker.c (261): failed to create worker worker1 [Fri Mar 16 06:37:38.434 2012] [4336:6828] [error] = extension_fix::jk_uri_worker_map.c (554): Could not find worker with = name 'worker1' in uri map post processing. Any idea what these lines could mean / that caused them? Note that it = seems that after the crash (when a new w3wp.exe is created), pages are = served fine again (though I do not know what happens with request that = are made exactly in the time when IIS resets the app pool). The crashes and these log lines didn't appear in ISAPI 1.2.32. I think I read somewhere in the thread "Issues with the tomcat connector = (On W2k8 + IIS7.5)" about some change in the ISAPI connector which has = to do with shared memory, but I'm not sure. Thanks! Regards, Konstantin Prei=C3=9Fer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org