Hi, I've followed the tutorial
http://activemq.apache.org/getting-started.html and downloaded http://www-eu.apache.org/dist/activemq/5.13.1/apache-activemq-5.13.1-bin.tar.gz to my Debian 8 jessie machine. When I'm trying to start ActiveMQ with the command /./bin/activemq console/ I get the program spits out the following: > $ ./bin/activemq console INFO: Loading '/etc/default/activemq' INFO: Using java '/usr/bin/java' INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C) INFO: Creating pidfile /home/nico/activemq/apache-activemq-5.13.1//data/activemq.pid ./bin/activemq: 356: exec: "/usr/bin/java" -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/home/nico/activemq/apache-activemq-5.13.1//conf/login.config -Djava.awt.headless=true -Djava.io.tmpdir="/home/nico/activemq/apache-activemq-5.13.1//tmp" -Dactivemq.classpath="/home/nico/activemq/apache-activemq-5.13.1//conf:/home/nico/activemq/apache-activemq-5.13.1//../lib/:" -Dactivemq.home="/home/nico/activemq/apache-activemq-5.13.1/" -Dactivemq.base="/home/nico/activemq/apache-activemq-5.13.1/" -Dactivemq.conf="/home/nico/activemq/apache-activemq-5.13.1//conf" -Dactivemq.data="/home/nico/activemq/apache-activemq-5.13.1//data" -jar "/home/nico/activemq/apache-activemq-5.13.1//bin/activemq.jar" start : not found I'm using Java 1.7u95 (OpenJDK Runtime Environment). The activemq.log inside the data directory is completely empty. Am I missing something? Best regards! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
