0 Replies Latest reply on Aug 28, 2014 9:54 AM by tollrakesh

    JMX remoting-connector dependency error

    tollrakesh

      My WildFly 8.1 configuration contains the below subsystem profile. But, during the server startup it throws an error. Can someone help please...

      <server xmlns="urn:jboss:domain:2.1">
      <extensions>
      ....
      <extension module="org.jboss.as.remoting"/>
      ....
      </extensions>

      ...........
      <profile>
      <subsystem xmlns="urn:jboss:domain:jmx:1.3">
      <expose-resolved-model/>
      <expose-expression-model/>
      <remoting-connector/>
      </subsystem>

      <subsystem xmlns="urn:jboss:domain:remoting:2.0">
      <endpoint worker="default"/>
      <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
      </subsystem>
      </profile>
      <socket-binding-group name="standard-sockets" default-interface="public" port-offset="$

      {jboss.socket.binding.port-offset:0}

      ">
      <socket-binding name="management-http" interface="management" port="$

      {jboss.management.http.port:9990}

      "/>
      <socket-binding name="management-https" interface="management" port="$

      {jboss.management.https.port:9993}

      "/>
      <socket-binding name="ajp" port="$

      {jboss.ajp.port:8009}

      "/>
      <socket-binding name="http" port="$

      {jboss.http.port:8080}

      "/>
      <socket-binding name="https" port="$

      {jboss.https.port:8443}

      "/>
      <socket-binding name="txn-recovery-environment" port="4712"/>
      <socket-binding name="txn-status-manager" port="4713"/>
      <outbound-socket-binding name="mail-smtp">
      <remote-destination host="localhost" port="25"/>
      </outbound-socket-binding>
      </socket-binding-group>
      </server>

      During startup, the JMX addition fails with the below error

      2014-08-27 14:34:06,301 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
      ("subsystem" => "jmx"),
      ("remoting-connector" => "jmx")
      ]) - failure description:

      {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]"]}

      2014-08-27 14:34:06,329 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
      JBAS014775: New missing/unsatisfied dependencies:
      service jboss.remoting.endpoint.management (missing) dependents: [service jboss.jmx.remoting-connector-ref]