3 Replies Latest reply on Mar 2, 2016 5:41 AM by sharkbite

    8:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address:

    sharkbite

      Hi

       

      I am getting  the above with my resource adapter on wildfly-10.0.0.Final :

       

       

      08:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([

          ("deployment" => "SampleConnector3-0.0.1-SNAPSHOT.rar"),

          ("subsystem" => "resource-adapters"),

          ("ironjacamar" => "ironjacamar"),

          ("resource-adapter" => "activemq-ra"),

          ("connection-definitions" => "JmsXA"),

          ("statistics" => "local")

      ]) - failure description: "WFLYCTL0030: No resource definition is registered for address [

          (\"deployment\" => \"SampleConnector3-0.0.1-SNAPSHOT.rar\"),

          (\"subsystem\" => \"resource-adapters\"),

          (\"ironjacamar\" => \"ironjacamar\"),

          (\"resource-adapter\" => \"activemq-ra\"),

          (\"connection-definitions\" => \"JmsXA\"),

          (\"statistics\" => \"local\")

      ]"

       

       

      Your guidance will be greatly appreciated.

       

      Thanks in advance,

      sharbite

        • 1. Re: 8:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address:
          ctomc

          you get that as result of what?

          what are you trying to lookup?

          you have some monitoring that is looking up stats?

          • 2. Re: 8:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address:
            sharkbite

            The adapter needs to open a socket using an ip and port.

             

            The rar has

             

            ironjacamar.xml that looks like

             

             

            <ironjacamar>

              <connection-definitions>

                <connection-definition

                 class-name="com.sample.adapter.RAManagedConnectionFactory"

                 jndi-name="java:/eis/SocketAdapter"/>

              </connection-definitions>

             

            </ironjacamar>


            when the rar is deployed I can see:


            12:31:25,588 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0002: Bound JCA ConnectionFactory [java:/eis/SocketAdapter]


            In my EJB project I am doing lookup:


             

            @Resource(name = "java:/eis/SocketAdapter")

              private HsmConnectionFactory hsmConnectionFactory;

             

            then I get this error here at runtime:

             

             

            08:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address: ([

                ("deployment" => "SampleConnector3-0.0.1-SNAPSHOT.rar"),

                ("subsystem" => "resource-adapters"),

                ("ironjacamar" => "ironjacamar"),

                ("resource-adapter" => "activemq-ra"),

                ("connection-definitions" => "JmsXA"),

                ("statistics" => "local")

            ]) - failure description: "WFLYCTL0030: No resource definition is registered for address [

                (\"deployment\" => \"SampleConnector3-0.0.1-SNAPSHOT.rar\"),

                (\"subsystem\" => \"resource-adapters\"),

                (\"ironjacamar\" => \"ironjacamar\"),

                (\"resource-adapter\" => \"activemq-ra\"),

                (\"connection-definitions\" => \"JmsXA\"),

                (\"statistics\" => \"local\")

            ]"

             

             

            I hope I have answered all your questions

            • 3. Re: 8:20:53,034 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 70) WFLYCTL0013: Operation ("read-resource-description") failed - address:
              sharkbite

              this is the error I get when I deploy the RAR

               

              12:40:19,236 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0002: Bound JCA ConnectionFactory [java:/eis/SocketAdapter]

              12:40:19,516 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 77) WFLYCLINF0002: Started client-mappings cache from ejb container

              12:40:19,967 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 5) WELD-001125: Illegal bean type javax.ws.rs.ext.MessageBodyReader<java.util.List<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.multipart.ListMultipartReader

              12:40:19,967 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 7) WELD-001125: Illegal bean type javax.ws.rs.ext.MessageBodyReader<java.util.Map<?, ?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataReader

              12:40:20,034 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-001125: Illegal bean type interface javax.ws.rs.ext.MessageBodyWriter<javax.xml.bind.JAXBElement<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @Produces @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider

              12:40:20,034 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-001125: Illegal bean type org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<javax.xml.bind.JAXBElement<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @Produces @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider

              12:40:20,035 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-001125: Illegal bean type interface javax.ws.rs.ext.MessageBodyReader<javax.xml.bind.JAXBElement<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @Produces @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider

              12:40:20,035 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 2) WELD-001125: Illegal bean type class org.jboss.resteasy.plugins.providers.AbstractEntityProvider<javax.xml.bind.JAXBElement<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Provider @Produces @ApplicationScoped @Consumes class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider