An exception occurred through the webconsole. Went to check the log and discovered that the file data/activemq.log is empty. Also there is no kahadb store.
Below is a diff I did where activemq_conf is the actual running install and the ~/Downloads/apache-activemq-5.11.1/conf/ is a fresh copy from http://activemq.apache.org You can see that I have not modified the standard logging.properties or log4j.properties. diff activemq_conf/conf/ ~/Downloads/apache-activemq-5.11.1/conf/ diff activemq_conf/conf/activemq.xml /home/andy/Downloads/apache-activemq-5.11.1/conf/activemq.xml 40c40 < <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" useJmx="true"> --- > <broker xmlns="http://activemq.apache.org/schema/core" > brokerName="localhost" dataDirectory="${activemq.data}"> 69,77d68 < < This is the default for managementContext: < <managementContext> < <managementContext createConnector="false"/> < </managementContext> < < You only need to change this if you want to set a different port. < As long as useJmx="true" in <broker> , < then we can leave the following createConnector as false. 106c97 < <storeUsage limit="20 gb"/> --- > <storeUsage limit="100 gb"/> 109c100 < <tempUsage limit="5 gb"/> --- > <tempUsage limit="50 gb"/> 123d113 < 147c136 < --- > \ No newline at end of file diff activemq_conf/conf/jetty-realm.properties /home/andy/Downloads/apache-activemq-5.11.1/conf/jetty-realm.properties 20,22c20,21 < ### MASKED DATA ###, admin < ### MASKED DATA ###, user < ### MASKED DATA ###, admin --- > admin: admin, admin > user: user, user \ No newline at end of file diff activemq_conf/conf/jmx.password /### MASKED DATA ###/Downloads/apache-activemq-5.11.1/conf/jmx.password 16,19c16,18 < ## ------------------------------------------------------------------------ < # < # < admin ### MASKED DATA ### --- > ## > --------------------------------------------------------------------------- > > admin ### MASKED DATA ### \ No newline at end of file diff activemq_conf/conf/users.properties /### MASKED DATA ###/Downloads/apache-activemq-5.11.1/conf/users.properties 18,19c18 < admin=admin < ### MASKED DATA ### --- > admin=admin \ No newline at end of file -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-log-is-empty-tp4705088.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.