You cannot add the data aggregator as a data source in CAPC. When SSH'ing the data aggregator (DA), the dadaemon process shows as running as per the command:
service dadaemon status
However, the DA server is not listening to port 8581. Since this port is the DA front end web service to CAPC, user is unable to add the DA as a data source to CAPC.
The DA fails to completely start. You adjust memory, but then the DA says it has started, but you see no port listener (TCP 8581).
This appears to be occurring because the generated bundle cache is incomplete.
There are different possible causes such as:
/etc/init.d/dadaemon stop
mv /opt/IMDataAggregator/apache-karaf-2.1.3/data /opt/IMDataAggregator/apache-karaf-2.1.3/data.OLD
/etc/init.d/dadaemon start
Next, #netstat -an
should show:tcp 0 0 :::8581 :::* LISTEN
#wget http://127.0.0.1:8581/rest;cat rest
should show you a whole lot of XML.