|
From: Prashant N <ma...@gm...> - 2011-02-17 09:20:46
|
Hi, I am using Java Service Wrapper to convert my JBoss Application Server into a service / daemon process. I have been successful in this and I can [ console | start | stop | restart | condrestart | status | install | remove | dump ]. However, the service is not booting up along with the system while the system boots up. My environment : OS : CentOS 5.5 64bit JDK : 1.5.07 64 bit JBoss : 4.0.3SP1 Wrapper : wrapper-linux-x86-64-3.5.7 - Community Edition I have added the service to the start sequence by : chkconfig add jboss and chkconfig --list jboss shows : jboss 0:off 1:off 2:on 3:on 4:on 5:on 6:off After the system boots when I check for its status, it gives me # /etc/init.d/jboss status JBoss AS-4.0.3SP1 is not running. I can start the service properly by hand, but the service does not start at system start-up. There are no errors / messages in wrapper.log, JBoss's boot.log & JBoss's server.log files. How to resolve this ? -- Thanks & Regards Prashant N |