I can successfuly run serviceMix 4.2 in foreground on a Unix box. Following command works [$HOME]sudo /opt/servicemix/apache-servicemix-4.2.0/bin/servicemix
Following script does not work If I try to run a bash script: [$HOME]sudo ./servicemix.sh containing following lines #!/bin/bash export JDK_HOME=/usr/java/default export JAVA_HOME=/usr/java/default /opt/servicemix/apache-servicemix-4.2.0/bin/servicemix & It tries to start and then shutdowns ServiceMix. I have enclosed the log file. http://old.nabble.com/file/p28612112/SMix.txt SMix.txt -- View this message in context: http://old.nabble.com/Unable-to-run-ServiceMix-in-background-on-a-Unix-box-tp28612112p28612112.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
