Title:
App Pool Crashing "Randomly". "Load balancing workers will not function properly." in isapi_redirct.log at crash time.
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Lee Bartelme / Lee Bartelme (Lee Bartelme)
Created: 03/27/2013
Components: Installation/Config, Connector
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 7
Problem Description: IIS terminates Application pool due to a series of failures in the process serving that pool. Coldfusion logs show no issues but the isapi_redirect.log has:
Initializing shm:(null) errno=-1. Load balancing workers will not function properly.
found a lot around crash time.
See attached isapi log. Latest Crash started on March 27 at 5:47 and finally killed the pool at 6:06
Steps to Reproduce: Can't reproduce at will.
Actual Result: Application Pool Stops
Expected Result: Application Pool Doesn't stop
Any Workarounds: Attempted manually changing items in workers.properties, server.xml and jvm.config
workers.properties Added:
worker.cfusion.max_reuse_connections=250
worker.cfusion.connection_pool_size = 500
worker.cfusion.connection_pool_timeout = 60
worker.cfusion.connection_pool_minsize = 251
server.xml Changed: (To Match Workers.Properties)
<Connector port="8012" protocol="AJP/1.3" redirectPort="8445" tomcatAuthentication="false" maxThreads="500" minSpareThreads="251" connectionTimeout ="60000" />
jvm.config Changed: (Increased Memory, and Max Perm Size
java.args=-server -Xms512m -Xmx2048m -XX:PermSize=192m -XX:MaxPermSize=324m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -D
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3530880
External Customer Info:
External Company:
External Customer Name: Lee Bartelme
External Customer Email:
External Test Config: My Hardware and Environment details:
CF10
IIS 7.5
Win Server 2008
Multiple Websites Connector set to ALL
Attachments:
- March 27, 2013 00:00:00: 1_isapi_redirect.zip
- May 29, 2013 00:00:00: 2_ParaEl-isapi_redirect-2013-05-29.txt
- August 08, 2014 00:00:00: 3_isapi_redirect.zip
Comments: