On 6/1/15 2:19 PM, Rick Mann wrote:
> Something is killing my resin process. The watchdog log shows this when it 
> happens:
>
> [2015/06/01 21:13:45.624] {watchdog-app-0} Watchdog detected close of 
> Resin[app-0,pid=3728]
>                                               exit reason: SIGKILL (signal=9)
> [2015/06/01 21:13:45.628] {watchdog-app-0} WatchdogChild[app-0] starting
> [2015/06/01 21:13:45.677] {watchdog-app-0} Watchdog starting Resin[app-0]
>
> This seems to correlate with invoking an action that spawns some threaded 
> activity. Note that this is a webapp I've been running for years on an older 
> VM, and a few days ago I moved it to a new VM. ps shows this:
Is there anything in the resin log?

The only 'kill' is in the watchdog, and it doesn't use a sigkill. It 
just calls the JVM's process.close().

I checked the JNI and there's no kill there.

Anything in /var/log possibly?

-- Scott

>
>   4985 ?        Sl     0:25 /usr/lib/jvm/java-8-oracle/bin/java -Xmx2048m 
> -XX:MaxPermSize=256m -Dresin.server=app-0 
> -Djava.util.logging.manager=com.caucho.log.LogManagerImpl 
> -Djava.system.class.loader=com.caucho.loader.SystemClassLoader 
> -Djava.endorsed.dirs=/usr/lib/jvm/java-8-oracle/jre/lib/endorsed:/lz/usr/resin/current//endorsed:/lz/var/www/endorsed
>  -Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl 
> -Djava.awt.headless=true -Djava.awt.headlesslib=true 
> -Dresin.home=/lz/usr/resin/current/ -Xss1m -d64 -server 
> com.caucho.server.resin.Resin --root-directory /lz/var/www -conf 
> /lz/etc/resin/resin.xml -server app-0 -socketwait 50229 -root-directory 
> /lz/var/www -log-directory /logs/resin restart
> 21256 ?        Sl    11:12 /usr/lib/jvm/java-8-oracle/bin/java 
> -Dresin.watchdog=app-0 
> -Djava.util.logging.manager=com.caucho.log.LogManagerImpl 
> -Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl 
> -Djava.awt.headless=true -Djava.awt.headlesslib=true 
> -Dresin.home=/lz/usr/resin/current/ -Dresin.root=/lz/var/www -Xrs -Xss256k 
> -Xmx32m -d64 -server com.caucho.boot.WatchdogManager -root-directory 
> /lz/var/www -conf /lz/etc/resin/resin.xml -log-directory /logs/resin start 
> --log-directory /logs/resin
>
> I started resin as root with "resinctl start."
>
> I'm not sure what else to look at. Any suggestions?
>
> Thanks!
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to