Hello Mladen, > -----Original Message----- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Sunday, March 18, 2012 8:46 AM > To: users@tomcat.apache.org > Cc: verlag.preis...@t-online.de; alex.sa...@yieldbroker.com > Subject: Re: IIS 7.0 Worker process crashes on App Pool recycling since > ISAPI redirector 1.2.33 > > > Guys, > > Please try the binaries from: > http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.34/ > > They contain two fixes: > 1. Make sure we fallback to heap memory in case shared cannot be > created > 2. Fix shared memory create/open arguments > > The point is that is that we should have correct [error] log > entries in case shared memory open fails. > If it fails you should have [warn] line, load balancer will not > function properly across multiple processes (will inside each of the > process) > but it shouldn't crash. >
Thank you very much. I tried the new version, and now when the Application Pool is recycled, the logs show these: [Sun Mar 18 12:10:36.324 2012] [4144:6216] [error] jk_shm_open::jk_shm.c (220): Failed to map shared memory JK_TTWEBINFO_DYNDNS_ORG_8_JAKARTA2_ISAPI_REDIRECT with errno=87 [Sun Mar 18 12:10:36.337 2012] [4144:6216] [error] init_jk::jk_isapi_plugin.c (2801): Initializing shm:(null) errno=87. Load balancer will not work properly! But w3wp.exe doesn't crash anymore, so I think it is fixed. (I'm wondering now why mapping the shared memory fails..) Thanks, Konstantin Preißer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org