-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Beta28
-
None
Description of problem:
By the following code in standalone.bat, domain.bat, EAP restarts unexpectedly when the ERRORLEVEL set more than 10.
> if ERRORLEVEL 10 goto RESTART
For example, when Shutting down Windows while EAP is running, exit code is set as 143 and EAP is restarted.
Originally, EAP expect 10 for restarting.
The value is defined as the following constant.
org.jboss.as.process.ExitCodes.RESTART_PROCESS_FROM_STARTUP_SCRIPT
Version-Release number of selected component (if applicable):
6.x, 7.x
- clones
-
JBEAP-12263 standalone.bat restart EAP unexpectedly
- Closed