ActiveMQ는 Ubuntu 14.04에서 시작되지 않습니다.

ActiveMQ는 Ubuntu 14.04에서 시작되지 않습니다.

문제가 있는 것으로 보이는 패키지 중 하나는 입니다 activemq.

설치 후에는 간단한 기호 링크를 사용하여 대기열 중 하나를 활성화해야 합니다.

sudo ln -s /etc/activemq/instances-available/main \
    /etc/activemq/instances-enabled/main

다음으로 서비스를 시작합니다.

sudo service activemq start

달리기?

ps aux | grep '[a]ctive'

아니요. 어쩌면 제대로 표시되지 않는 것일까요?

ps aux | grep '[j]ava'

아니요.

전경 모드에서 시작하십시오.

sudo activemq console

훌륭합니다. 기본적으로 클래스 경로 오류가 발생했습니다.(접착 상자):

Caused by: java.io.FileNotFoundException: class path resource [activemq.xml] cannot be opened because it does not exist
    at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:158)
    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)
    ... 25 more

ActiveMQ가 시작되도록 문제를 해결하려면 어떻게 해야 합니까?

답변1

이것은 형편없는 솔루션이지만 방금 Ubuntu 12.04 및 ActiveMQ "Just Works™"를 사용하기 시작했습니다.

관련 정보