-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
False
-
Release Notes
-
-
-
-
-
-
?
-
Undefined
-
JBoss EAP 7 is configured as a service in a Windows server using Apache Jsvc.
From procrun , --StopTimeout can be used to define the time that procrun waits for service to exit.
But it waits forever even setting --StopTimeout.
------
1105 apxLogWrite(APXLOG_MARK_DEBUG "Waiting for stop worker to finish...");
1106 apxHandleWait(hWorker, INFINITE, FALSE);
1107 apxLogWrite(APXLOG_MARK_DEBUG "Stop worker finished.");
------