Hi,
Below is the information of the Cold Fusion 11 application server:
VM machine
Windows 2008
32 Bit
3 gb of ram
4 CPU's
Cold Fusion 11 Enterprise (all updates installed, except for Update 5)
IIS 7
IIS setting for the application pool Maximum Worker Processes is 1
The number of users in the application range from 500-700.
Only one website on the server
No errors in the IIS or Cold Fusion logs
The following are the settings in the workers.properties:
worker.list=cfusion
worker.cfusion.type=ajp13
worker.cfusion.host=localhost
worker.cfusion.port=8014
worker.cfusion.max_reuse_connections=500
Worker.cfusion.connection_pool_size=800
The following are the settings in the server.xml:
<Connector port="8014" protocol="AJP/1.3" maxThreads= "800" redirectPort="8447" tomcatAuthentication="false" />
At times a message appears when users try to access the login page (The login page does not access the database):
The service not available
From my research the message is coming from IIS and the access to the IIS application pool. In the article
below
URL:
http://www.coldfusionmuse.com/print.cfm?id=76A75909-039F-9E36-866EDF39204E047C
states to increase the value for maxworkerthreads. I cannot find this for Cold Fusion 11.
Also, I have found the Maximum Worker Processes in IIS should be increased.
Has anyone had the issue of the intermittent message of "The service not available"?
Thanks,
Mike