I am using Wildfly 9
under both Ubuntu
an Windows
servers. Sometimes, I need to restart the servers but after I stop the server, I cannot start it again. There is a red message box saying Server start failed
. The detailed message is:
WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException
I cannot stop Wildfly
because there is a bug on Windows preventing the user from stopping Wildfly server through Services. The process stucks at Stopping
but it never stops the Wildfly service. I have to restart Windows itself to make it work again.
Anyone facing this problem? How can I overcome this?