[root@mss-pup-mst2 ~]# /etc/init.d/pe-puppetserver status
pe-puppetserver dead but pid file exists
2015-12-13 04:38:21,100 INFO [p.t.internal] Shutting down due to JVM shutdown hook.
2015-12-13 04:38:21,363 INFO [p.t.internal] Beginning shutdown sequence
2015-12-13 04:38:21,640 INFO [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopping metrics sampler job
2015-12-13 04:38:21,990 INFO [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopped metrics sampler job
2015-12-13 04:38:22,724 INFO [p.t.s.w.jetty9-service] Shutting down web server(s).
2015-12-13 04:38:22,808 INFO [p.t.s.w.jetty9-core] Shutting down web server.
2015-12-13 04:38:23,243 INFO [o.e.j.s.ServerConnector] Stopped ServerConnector@4369ad74{SSL-HTTP/1.1}{0.0.0.0:8140}
2015-12-13 04:38:23,262 INFO [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@3749adc6{/status,null,UNAVAILABLE}
#
# java.lang.OutOfMemoryError: GC overhead limit exceeded
# -XX:OnOutOfMemoryError="kill -9 %p"
# Executing /bin/sh -c "kill -9 34514"...
# Modify this if you'd like to change the memory allocation, enable JMX, etc
JAVA_ARGS="-Xms1024m -Xmx1024m"
[root@mss-pup-mst2 puppetserver]# ps -ef | grep java
493 1526 1 0 Dec17 ? 00:11:59 /opt/puppetlabs/server/apps/java/lib/jvm/java/jre/bin/java -Xms512m -Xmx512m -Dorg.apache.activemq.UseDedicatedTaskRunner=false -Djava.util.logging.config.file=logging.properties -Dhawtio.realm=activemq -Dhawtio.role=admins -Dhawtio.rolePrincipalClasses=org.apache.activemq.jaas.GroupPrincipal -Djava.security.auth.login.config=/etc/puppetlabs/activemq/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/opt/puppetlabs/server/apps/activemq/tmp -Dactivemq.classpath=/etc/puppetlabs/activemq; -Dactivemq.home=/opt/puppetlabs/server/apps/activemq -Dactivemq.base=/opt/puppetlabs/server/apps/activemq -Dactivemq.conf=/etc/puppetlabs/activemq -Dactivemq.data=/opt/puppetlabs/server/data/activemq -jar /opt/puppetlabs/server/apps/activemq/bin/activemq.jar start
497 1618 1 0 Dec17 ? 00:21:55 /opt/puppetlabs/server/bin/java -XX:OnOutOfMemoryError=kill -9 %p -Djava.security.egd=/dev/urandom -Xmx256m -Xms256m -cp /opt/puppetlabs/server/apps/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.main --config /etc/puppetlabs/puppetdb/conf.d -b /etc/puppetlabs/puppetdb/bootstrap.cfg
495 2129 1 0 Dec17 ? 00:08:54 /opt/puppetlabs/server/bin/java -XX:OnOutOfMemoryError=kill -9 %p -Djava.security.egd=/dev/urandom -Xmx256m -Xms256m -cp /opt/puppetlabs/server/apps/console-services/console-services-release.jar clojure.main -m puppetlabs.trapperkeeper.main --config /etc/puppetlabs/console-services/conf.d -b /etc/puppetlabs/console-services/bootstrap.cfg
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a3e57049-21da-41d4-a438-a03a1c24fb11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi All,I am doing POC for puppet enterprise. Master is on CentOS 6.4 VM with 2GB ram. Puppet server is going down on its own.[root@mss-pup-mst2 ~]# /etc/init.d/pe-puppetserver status
pe-puppetserver dead but pid file exists
I can start it without any issues, but it stays for like 30-60 Mins up. then It goes down again.Logs are not hinting anything, but for one of shutdown, I found following lines. Surprisingly they appeared for only one shutdown incident. Not for others2015-12-13 04:38:21,100 INFO [p.t.internal] Shutting down due to JVM shutdown hook.
2015-12-13 04:38:21,363 INFO [p.t.internal] Beginning shutdown sequence
2015-12-13 04:38:21,640 INFO [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopping metrics sampler job
2015-12-13 04:38:21,990 INFO [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopped metrics sampler job
2015-12-13 04:38:22,724 INFO [p.t.s.w.jetty9-service] Shutting down web server(s).
2015-12-13 04:38:22,808 INFO [p.t.s.w.jetty9-core] Shutting down web server.
2015-12-13 04:38:23,243 INFO [o.e.j.s.ServerConnector] Stopped ServerConnector@4369ad74{SSL-HTTP/1.1}{0.0.0.0:8140}
2015-12-13 04:38:23,262 INFO [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@3749adc6{/status,null,UNAVAILABLE}
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/59958791-b989-484e-add0-09d7298eb328%40googlegroups.com.