Title:
CF Administrator will not open if registered with PMT but PMT service is not running
| View in TrackerStatus/Resolution/Reason: To Track//PRNeedInfo
Reporter/Name(from Bugbase): Mike C. / ()
Created: 04/01/2020
Components: Administrator, PMT, Core
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: U8 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: / Win 2016
Vote Count: 1
Problem Description:
CfAdmin will not open if cfusion was registered with PMT but the PMT service then is turned off.
Admin should open in any case.
You should be able to unregister or clear PMT settings from CFadmin as well.
Steps to Reproduce:
Register the cfusion instance with the PMT
Stop the PMT service
Open the CF Admin
Actual Result:
The Monitoring service is not available.
This exception is usually caused by service startup failure. Check your server configuration.
The error occurred in C:/ColdFusion2018/cfusion/wwwroot/CFIDE/administrator/Application.cfm: line 112
Called from C:/ColdFusion2018/cfusion/wwwroot/CFIDE/administrator/Application.cfm: line 4
Called from C:/ColdFusion2018/cfusion/wwwroot/CFIDE/administrator/Application.cfm: line 1
110 : request.license = factory.getLicenseService();
111 : request.gateway = factory.getEventProcessorService();
112 : request.monitoringService = factory.getMonitoringService();
113 : request.documentService = factory.getDocumentService();
114 : request.staticpassword = "***************";
Expected Result:
Any Workarounds:
Go into the neo-monitoring.xml and blank out the elasticsearchhost and hostname settings.
Restart the CF service
Open CFAdmin
Attachments:
Comments: