This content has been marked as final.
Show 3 replies
-
1. Re: Windows 2008 is shutting down if I stop the JBoss 7.1.1 Windows-Service
peterj Aug 4, 2013 8:32 PM (in response to andreas_herrmann)What mechanism are you using to run JBoss AS as a serivice? There are several mechanisms mentioned here:
https://community.jboss.org/wiki/RunJBossAsAServiceOnWindows
Most likely culprits:
a) If using a script mechanism, the script is calling Windows shutdown
b) If using a configurable mechanism (e.g. Java Service Wrapper), the configuration is set such that Windows is shut down
-
2. Re: Windows 2008 is shutting down if I stop the JBoss 7.1.1 Windows-Service
andreas_herrmann Aug 5, 2013 4:27 PM (in response to peterj)it was case a).
The service.bat I used was calling "shutdown" from Windows.
After changing the script it works as expected.
-
3. Re: Windows 2008 is shutting down if I stop the JBoss 7.1.1 Windows-Service
jbjares Jan 8, 2014 8:22 AM (in response to andreas_herrmann)Localize and comment: REM call shutdown -S < .s.lock >> shutdown.log 2>&1 and solved.