Консоль администратора сервера ActiveMQ Ubuntu - PullRequest
0 голосов
/ 05 марта 2012

Я установил пакет activeMQ из репозиториев Ubuntu, и он правильно настроен и работает на моей виртуальной машине с Ubuntu-сервером.Проблема в том, что я не могу подключиться к консоли администратора.Я заметил, что в windows bin файл jetty.xml импортируется в activemq.xml, поэтому я сделал это и на ubunut-сервере.Но все равно ничего.Может кто-то указать, что еще должно быть сделано?

РЕДАКТИРОВАТЬ После предложений я должен был опубликовать конфиг, так что вот оно.

<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
      http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>

<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data"
        destroyApplicationContextOnStop="true">

  <destinationPolicy>
    <policyMap>
      <policyEntries>
        <policyEntry topic=">" producerFlowControl="true" memoryLimit="1mb">
          <pendingSubscriberPolicy>
            <vmCursor/>
          </pendingSubscriberPolicy>
        </policyEntry>
        <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
        </policyEntry>
      </policyEntries>
    </policyMap>
  </destinationPolicy>

  <destinations>
    <queue physicalName="CMAgentStatus"/>
    <queue physicalName="CMUpdateRequest"/>
    <queue physicalName="CMSnapshotEvent"/>
  </destinations>

  <managementContext>
    <managementContext createConnector="true"/>
  </managementContext>

  <persistenceAdapter>
    <kahaDB directory="${activemq.base}/data/kahadb"/>
  </persistenceAdapter>

  <transportConnectors>
    <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
  </transportConnectors>

</broker>

<!--    <import resource="jetty.xml"/>  -->
</beans>

Когда я включаю jetty.xml, activeMQ не загружается.В activemq.log нет сообщений.

jetty.xml выглядит следующим образом:

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

<bean id="securityLoginService" class="org.eclipse.jetty.security.HashLoginService">
  <property name="name" value="ActiveMQRealm"/>
  <property name="config" value="${activemq.base}/conf/jetty-realm.properties"/>
</bean>

<bean id="securityConstraint" class="org.eclipse.jetty.http.security.Constraint">
  <property name="name" value="BASIC"/>
  <property name="roles" value="admin"/>
  <property name="authenticate" value="false"/>
</bean>
<bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
  <property name="constraint" ref="securityConstraint"/>
  <property name="pathSpec" value="/*"/>
</bean>
<bean id="securityHandler" class="org.eclipse.jetty.security.ConstraintSecurityHandler">
  <property name="loginService" ref="securityLoginService"/>
  <property name="authenticator">
    <bean class="org.eclipse.jetty.security.authentication.BasicAuthenticator"/>
  </property>
  <property name="constraintMappings">
    <list>
      <ref bean="securityConstraintMapping"/>
    </list>
  </property>
  <property name="handler">
    <bean id="sec" class="org.eclipse.jetty.server.handler.HandlerCollection">
      <property name="handlers">
        <list>
          <bean class="org.eclipse.jetty.webapp.WebAppContext">
            <property name="contextPath" value="/admin"/>
            <property name="resourceBase" value="${activemq.home}/webapps/admin"/>
            <property name="logUrlOnStart" value="true"/>
          </bean>
          <bean class="org.eclipse.jetty.webapp.WebAppContext">

            <property name="contextPath" value="/camel"/>
            <property name="resourceBase" value="${activemq.home}/webapps/camel"/>
            <property name="logUrlOnStart" value="true"/>
          </bean>
          <bean class="org.eclipse.jetty.webapp.WebAppContext">
            <property name="contextPath" value="/demo"/>
            <property name="resourceBase" value="${activemq.home}/webapps/demo"/>
            <property name="logUrlOnStart" value="true"/>
          </bean>
          <bean class="org.eclipse.jetty.webapp.WebAppContext">
            <property name="contextPath" value="/fileserver"/>
            <property name="resourceBase" value="${activemq.home}/webapps/fileserver"/>
            <property name="logUrlOnStart" value="true"/>
            <property name="parentLoaderPriority" value="true"/>
          </bean>
          <bean class="org.eclipse.jetty.server.handler.ResourceHandler">
            <property name="directoriesListed" value="false"/>
            <property name="welcomeFiles">
              <list>
                <value>index.html</value>
              </list>
            </property>
            <property name="resourceBase" value="${activemq.home}/webapps/"/>
          </bean>
          <bean id="defaultHandler" class="org.eclipse.jetty.server.handler.DefaultHandler">
            <property name="serveIcon" value="false"/>
          </bean>
        </list>
      </property>
    </bean>
  </property>
</bean>

<bean id="contexts" class="org.eclipse.jetty.server.handler.ContextHandlerCollection">
</bean>

<bean id="Server" class="org.eclipse.jetty.server.Server" init-method="start"
      destroy-method="stop">

  <property name="connectors">
    <list>
      <bean id="Connector" class="org.eclipse.jetty.server.nio.SelectChannelConnector">
        <property name="port" value="8161"/>
      </bean>
    </list>
  </property>

  <property name="handler">
    <bean id="handlers" class="org.eclipse.jetty.server.handler.HandlerCollection">
      <property name="handlers">
        <list>
          <ref bean="contexts"/>
          <ref bean="securityHandler"/>
        </list>
      </property>
    </bean>
  </property>

</bean>

</beans>

Надеюсь, это поможет.

1 Ответ

1 голос
/ 07 марта 2012

Вы должны убедиться, что настроенные порты доступны и разрешены любой политикой безопасности, которую вы используете. Если Jetty не может связаться с 8161, то у вас возникнет проблема.

...