-
Bug
-
Resolution: Done
-
Critical
-
jboss-fuse-6.2.1
-
None
-
%
-
-
-
6.3 Sprint 1 (4-Jan->29-Jan)
- In Solaris OS, child-containers can not be stopped using wrapper service.
- I slightly modified the service script and identified that output of below line in script while stopping container is empty hence it leads to Stale PID:
pidtest=`$PSEXE -p $pid -o comm | grep $WRAPPER_CMD | tail -1` echo "pidtest: $pidtest" //Output bash-3.00# ./fusechild-service stop Stopping fusechild... pidtest: Removed stale pid file: /chandrashekhar_testing/jboss-fuse-6.2.1.redhat-084/instances/abc/data/fusechild.pid
- I further looked into this line within script and found that ` grep $WRAPPER_CMD` is not able to grep anything. So we might have to change this while other part of line works well.
- is duplicated by
-
ENTESB-4725 Karaf Wrapper su Usage Unsupported on Sun Solaris
- Closed
- is related to
-
ENTESB-4386 Use system specific init scripts
- Closed
- relates to
-
ENTESB-4865 Improve support for Solaris 10 init scripts
- Closed
-
FUSEDOC-1136 Document support for system specific init scripts
- Closed