-
Bug
-
Resolution: Not A Defect
-
Major
Trying to start servicemix from shell script works fine from terminal. But when i try to run the same script(which internally should start servicemix) it executes the script but is not able to start the service itself.
Even checked whether the issue was due to process tree hence used
"java -Dhudson.util.ProcessTree.disable=true -jar jenkins.war" as well as Build parameter BUILD_ID="dontKillMe".But not helpful.
Used ps command to in the script to check whether the process was started and killed later. But that didn't fetch any result.So the process was not started at all.
Any help would be appreciated. Thanks in advance.