CF2021 -wsconfig NullPointerException
When using the Web Server Configuration tool I'm receiving the following error. I don't want to attempt installing this on a server if I can't get it running locally.
java.lang.NullPointerException
at com.adobe.coldfusion.connector.connectorinstaller.ParserUtils.parseXMLDocument(ParserUtils.java:103)
at com.adobe.coldfusion.connector.connectorinstaller.ConfigParser.getRootNode(ConfigParser.java:52)
at com.adobe.coldfusion.connector.connectorinstaller.ConfigParser.getTreeNode(ConfigParser.java:37)
at com.adobe.coldfusion.connector.connectorinstaller.ConfigParser.getConnectorHeartbeatPath(ConfigParser.java:200)
at com.adobe.coldfusion.connector.connectorinstaller.WebServerInstaller.writeConnectorPropertiesFile(WebServerInstaller.java:988)
at com.adobe.coldfusion.connector.connectorinstaller.IISInstaller.installConnector(IISInstaller.java:337)
at com.adobe.coldfusion.connector.connectorinstaller.gui.AddConfigDialog$AddConfigThread.run(AddConfigDialog.java:1189)
It looks like the wsconfig tool gets about half way though setting up. It adds the isapi handlers but doesn't connnfigure the wscoonfig/1 settings for the isapi_redirect.ppropperties or the woorker.pproperties.
I've tried adding tthese manually and I haven't gotten that to work either.
Anyonne else runninng g into this?
OS Name: Microsoft Windows 10 Enterprise
Version 10.0.17763 Build 17763
