Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created March 27, 2013 20:56
Show Gist options
  • Save hobodave/5257935 to your computer and use it in GitHub Desktop.
Save hobodave/5257935 to your computer and use it in GitHub Desktop.
INFO: Loading '/etc/default/activemq'
INFO: Using java '/usr/local/bin/java'
INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C)
Java Runtime: Oracle Corporation 1.7.0_05 /packages/encap/java-1.7.0_05
Heap sizes: current=1004928k free=994439k max=1004928k
JVM args: -Xms1G -Xmx1G -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote -Djava.io.tmpdir=/var/tmp -Dactivemq.classpath=/usr/local/activemq/conf; -Dactivemq.home=/usr/local/activemq -Dactivemq.base=/usr/local/activemq -Dactivemq.conf=/usr/local/activemq/conf -Dactivemq.data=/var/testing/activemq/data
Extensions classpath:
[/usr/local/activemq/lib,/usr/local/activemq/lib/camel,/usr/local/activemq/lib/optional,/usr/local/activemq/lib/web,/usr/local/activemq/lib/extra]
ACTIVEMQ_HOME: /usr/local/activemq
ACTIVEMQ_BASE: /usr/local/activemq
ACTIVEMQ_CONF: /usr/local/activemq/conf
ACTIVEMQ_DATA: /var/testing/activemq/data
Loading message broker from: xbean:activemq-commeng.xml
INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@45a51ac0: startup date [Wed Mar 27 20:49:41 UTC 2013]; root of context hierarchy
INFO | PListStore:[/var/testing/activemq/data/localhost/tmp_storage] started
INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[/var/testing/activemq/data/kahadb]
INFO | Apache ActiveMQ 5.8.0 (localhost, ID:build2-47150-1364417382939-0:1) is starting
INFO | Listening for connections at: stomp+nio://build2:61613?transport.closeAsync=false
INFO | Connector stomp+nio Started
INFO | Apache ActiveMQ 5.8.0 (localhost, ID:build2-47150-1364417382939-0:1) started
INFO | For help or more information please see: http://activemq.apache.org
INFO | Web console type: embedded
WARN | Aliased resource: file:/packages/installed/build-2013.01.16_9.32/activemq/webapps/admin/WEB-INF/webconsole-embedded.xml~=file:/packages/encap/activemq-5.8.0/activemq/webapps/admin/WEB-INF/webconsole-embedded.xml
WARN | Failed startup of context o.e.j.w.WebAppContext{/admin,file:/packages/installed/build-2013.01.16_9.32/activemq/webapps/admin/}
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/webconsole-embedded.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/webconsole-embedded.xml]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment