Andy created AMQ-6593:
-------------------------
Summary: root respawns process every few minutes after stopping
activeMQ service
Key: AMQ-6593
URL: https://issues.apache.org/jira/browse/AMQ-6593
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.11.4
Environment: CentOS 7, Java 1.7
Reporter: Andy
We shutdown ActiveMQ (local user-owned). Now root starts spawning new activemq
processes every few minutes.
Environment is:
user@server:/opt/activemq$ uname -ra
Linux minpin06 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
user@server:/opt/activemq$ cat /etc/centos-release
CentOS release 6.8 (Final)
user@server:/opt/activemq$ java -version
java version "1.7.0_101"
OpenJDK Runtime Environment (rhel-2.6.6.4.el6_8-x86_64 u101-b00)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
root 27350 1 22 16:56 ? 00:00:05 /usr/bin/java -Xms1G -Xmx1G
-Djava.util.logging.config.file=logging.properties
-Djava.security.auth.login.config=/opt/apache-activemq-5.11.4/conf/login.config
-Dcom.sun.management.jmxremote -Djava.awt.headless=true
-Djava.io.tmpdir=/opt/apache-activemq-5.11.4/tmp
-Dactivemq.classpath=/opt/apache-activemq-5.11.4/conf:
-Dactivemq.home=/opt/apache-activemq-5.11.4
-Dactivemq.base=/opt/apache-activemq-5.11.4
-Dactivemq.conf=/opt/apache-activemq-5.11.4/conf
-Dactivemq.data=/opt/apache-activemq-5.11.4/data -jar
/opt/apache-activemq-5.11.4/bin/activemq.jar start
user@server:/opt$ sudo ./apache-activemq-5.11.4/bin/activemq stop
INFO: Loading '/opt/apache-activemq-5.11.4/bin/env'
INFO: Using java '/usr/bin/java'
INFO: Waiting at least 30 seconds for regular process termination of pid
'58233' :
Java Runtime: Oracle Corporation 1.7.0_101
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.101.x86_64/jre
Heap sizes: current=1005568k free=995061k max=1005568k
JVM args: -Xms1G -Xmx1G -Djava.util.logging.config.file=logging.properties
-Djava.security.auth.login.config=/opt/apache-activemq-5.11.4/conf/login.config
-Dactivemq.classpath=/opt/apache-activemq-5.11.4/conf:
-Dactivemq.home=/opt/apache-activemq-5.11.4
-Dactivemq.base=/opt/apache-activemq-5.11.4
-Dactivemq.conf=/opt/apache-activemq-5.11.4/conf
-Dactivemq.data=/opt/apache-activemq-5.11.4/data
Extensions classpath:
[/opt/apache-activemq-5.11.4/lib,/opt/apache-activemq-5.11.4/lib/camel,/opt/apache-activemq-5.11.4/lib/optional,/opt/apache-activemq-5.11.4/lib/web,/opt/apache-activemq-5.11.4/lib/extra]
ACTIVEMQ_HOME: /opt/apache-activemq-5.11.4
ACTIVEMQ_BASE: /opt/apache-activemq-5.11.4
ACTIVEMQ_CONF: /opt/apache-activemq-5.11.4/conf
ACTIVEMQ_DATA: /opt/apache-activemq-5.11.4/data
Connecting to pid: 58233
Stopping broker: localhost
.. FINISHED
user@server:/opt$ sudo ./apache-activemq-5.11.4/bin/activemq status
INFO: Loading '/opt/apache-activemq-5.11.4/bin/env'
INFO: Using java '/usr/bin/java'
ActiveMQ is running (pid '62193')
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)