Variable PROCESSSERVER is undefined in Enterprise manager
I'm getting the following error in the CF Administrator after I installed Release/Update 3 (ColdFusion 2018). The Enterprise manager option has appeared in the left hand side menu when I login to all CF instances and when I click on it I get the error below. Previously, this option was only available on the CFUSION instance. Has anyone had the issue like this before?
Variable PROCESSSERVER is undefined.
The error occurred in /cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm: line 13
Called from /cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm: line 1
Called from /cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/index.cfm: line 327
11 :
12 :
13 : <cfset servers=processServer.doList()>
14 :
15 : <cfset clusters=clusterManager.getClusters()>
....
Stack Trace
at cfserverlist2ecfm1056828963._factor9(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm:13) at cfserverlist2ecfm1056828963.runPage(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm:1) at cfindex2ecfm1080657480.runPage(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/index.cfm:327)
coldfusion.runtime.UndefinedVariableException: Variable PROCESSSERVER is undefined.
at coldfusion.runtime.CfJspPage._get(CfJspPage.java:455)
at coldfusion.runtime.CfJspPage._get(CfJspPage.java:421)
at coldfusion.runtime.CfJspPage._get(CfJspPage.java:400)
at cfserverlist2ecfm1056828963._factor9(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm:13)
at cfserverlist2ecfm1056828963.runPage(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/serverlist.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:262)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:729)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:565)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:4082)
at cfindex2ecfm1080657480.runPage(/cfdisk/coldfusion2018/<instance>/wwwroot/CFIDE/administrator/entman/index.cfm:327)
.....
