INFO | Scheduler using directory: activemq-data/localhost/scheduler
ERROR | Failed to start ActiveMQ JMS Message Broker. Reason: java.io.EOFException: Chunk stream does not exist at page: 0
java.io.EOFException: Chunk stream does not exist at page: 0
It means that there is something wrong with the scheduler.
If you don't use the built in persisten scheduler you can easily turn it off by changing the activemq.xml config file (/opt/local/share/java/activemq/conf/activemq.xml)
<broker xmlns="http://activemq.apache.org/schema/core" .... to
<broker xmlns="http://activemq.apache.org/schema/core" schedulerSupport="false">