Activenmq will not start on the data aggregator
search cancel

Activenmq will not start on the data aggregator

book

Article ID: 7877

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

After a successful installation of the data aggregator with a sudo user account activemq will not start.  The error is:

/etc/init.d/activemq start Starting ActiveMQ 

ERROR: There are syntax errors in '/etc/default/activemq' 

 

Environment

CAPM 3.1

Resolution

Simply rename /etc/default/activemq with the following command mv /etc/default/activemq activemq.orig then restart the data aggregator with the following commands

  1. service dadaemon stop
  2. service activemq stop
  3. service dadaemon start

There is no need to start activemq as it will start when the data aggregator is started