Hi,
I Installed JBoss as a Windows Service using jboss-native-2.0.0 as instructed.
Service is getting installed and are started also at first time. but it fails to stop with the following message -
Error 1053: The service did not respond to the start or control request in a timely fashion.
However, when I manually execute the command $JBOSS_HOME/bin/shutdown.bat -S , the service is getting stopped.
Can any body tell what's going wrong?
Thanks .