0 Replies Latest reply on Feb 16, 2018 11:11 AM by emilutma

    JBoss EAP 7.1.0 Stopping as a windows service

    emilutma

      Hello,

       

      I have recently installed Jboss EAP 7.1.0 as windows service (using service.bat tool), it starts fine but cannot be stopped in a normal way (as stopping a windows service - I must to close the java process from task manager).

      The "stop" command in windows registry is defined like below (see the attachment as well) and if it is executed from command line separately, it works (i.e. stops the windows service):

      "cmd /c C:\jboss-EAP-7.1.0\bin\jboss-cli.bat --controller=localhost:10090 --connect --user=a*** --password=*** --command=:shutdown"

       

      Please note, that Jboss is configured to multiple standalone Servers on the same machine, in my case is only one instance (C:\jboss-EAP-7.1.0\node1).

      This situation is happening on a windows 7 64 bit machine (dev VM).

       

      What could be the reason of this behavior?

       

      Best regards,

      Emil