Le 30/09/16 à 17:59, Markus Koschany a écrit :
Control: severity -1 normal
Control: tags -1 moreinfo
On 30.09.2016 17:40, Laurent Bigonville wrote:
Package: activemq
Version: 5.14.0+dfsg-1
Severity: serious
Hi,
Is I'm installing activemq without the Recommends, the server is not
starting at all.
So I guess there is an hard dependency missing somewhere.
Hi,
I assume by Recommends you mean the libraries which are recommended by
libactivemq-java:
libcommons-net-java, libjettison-java, libjmdns-java, libosgi-core-java,
libxalan2-java, libxstream-java
When I remove these libraries from my system the activemq server still
starts and runs.
Could you provide more information about how you have configured the
server and please provide more information about the error messages that
you see when the server is not starting (systemctl status activemq, log
messages, etc.)
On a freshly installed VM (stretch or sid), I install activemq with:
1) apt-get install --no-recommends activemq
2) cd /etc/activemq/instances-enabled
3) ln -s ../instances-available/main .
4) service restart activemq
The server is not starting
If I'm doing: "apt-get install --fix-policy" and then "service restart
activemq" the server is starting as expected