|
From: Hoa Lu <hl...@sc...> - 2009-12-11 18:05:56
|
Resending this since I¹m not sure if it went through the first time. It didn¹t show up in the archives online. Hi, I downloaded the wrapper and followed the instructions for Integration Method 1 using jboss. How do I stimulate jboss jvm failure? Whenever I try to kill the jboss process, it seems to kill the wrapper process as well. I¹m running in a linux box. Here is what I did: ps ef | grep jboss And get : ------------------------ gateway 17195 1 0 11:06 ? 00:00:00 /home/gateway/jboss-5.1.0.GA/bin/./wrapper <http://jboss-5.1.0.GA/bin/./wrapper> /home/gateway/jboss-5.1.0.GA/bin/../conf/wrapper.conf <http://jboss-5.1.0.GA/bin/../conf/wrapper.conf> wrapper.syslog.ident=jboss wrapper.pidfile=/home/gateway/jboss-5.1.0.GA/bin/./jboss.pid <http://jboss-5.1.0.GA/bin/./jboss.pid> wrapper.name <http://wrapper.name> =jboss wrapper.displayname=JBoss Application Server wrapper.daemonize=TRUE gateway 17197 17195 99 11:06 ? 00:00:22 /usr/java/jdk1.6.0_11/bin/java -Dprogram.name=run.sh -Djava.library.path=../lib -classpath ../lib/wrapper.jar:./run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar -Dwrapper.key=rKAoI1Pvy2FtDsh8 -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=17195 -Dwrapper.version=3.3.9 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main gateway 17220 15030 0 11:06 pts/2 00:00:00 grep jboss ---------------------------------- ./jboss status tells me JBoss Application Server is running (PID:17195) Which process can I kill to stimulate jboss going down and the wrapper will restart jboss? I tried both 17197 or 17195, and the end result is the same, the wrapper gets killed. Thanks, Hoa |