I have a WildFly 9.0.2.Final server running on windows 10. When I try shutdown the server using command:
jboss-cli.bat --connect command=:shutdown
I see the following log:
Failed to connect to the controller: The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed: Invalid response
What this means and how can I shutdown the server?