Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Jan Ruusuvuori / Jan Ruusuvuori (jruusu)
Created: 11/08/2012
Components: Installation/Config
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Linux RH Enterprise 6
Vote Count: 1
Duplicate ID: CF-3306641
Problem Description:
All ColdFusion 10 standalone server instances running on a machine are configured to use the same CFSTAT server port (7995) by default. This setup will only allow statistics collection on the server instance that is started first.
Steps to Reproduce:
1) Install ColdFusion 10 standalone
2) Create at least one additional server instance
3) Start all cf server instances
Actual Result:
The cfstat command line tool can be used to collect statistics from only one of the server instances (the one that was started first and got to listen on port 7995). Statistics from subsequently started instances are not available.
The port number allocated to cfstat can't be set through the Admin UI nor the Admin API.
The Admin UI field "Connector Port" seems to be mapped to "cfconnectorport" variable in neo-metric.xml. It probably should be mapped to "cfstatport" instead.
The Admin UI field "Connector Port" is undocumented.
Expected Result:
Each server instance should be allocated a distinct cfstat port number. The cfstat command line tool should be able to connect to and collect statistics from each server instance separately, using their allocated port numbers.
Cfstat server port can be read and set through Admin UI and API.
Any Workarounds:
Edit lib/neo-metrics.xml and fix the configuration manually.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3361929
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: jruusu
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: