1 Reply Latest reply on Oct 24, 2014 9:46 AM by tcunning

    Problem to configure JBoss 6.2 to publish XML messages in EMS (Tibco)

    jbillaut

      Hello All,

       

      I use an application deployed in JBoss 6.2 (on RedHat 6.4 server).

      This application sends messages to internal queue of JBoss, with sucess.

       

      I now try to configure JBoss in order to allow it to publish messages directly in Tibco queues.

      For that, I followed the procedure in attachment. But when I start JBoss, via the command : ./standalone.sh -c standalone-full.xml -b 0.0.0.0 , I have the following error :


      Listening for transport dt_socket at address: 8787

      20:59:29,421 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final-redhat-2

      20:59:30,211 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1

      20:59:30,474 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015899: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) starting

      20:59:32,990 INFO  [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.7.GA-redhat-1

      20:59:32,990 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

      20:59:33,005 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.7.GA-redhat-1

      20:59:33,051 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.18.GA-redhat-1

      20:59:33,207 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.

      20:59:33,253 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem

      20:59:33,264 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 47) JBAS011800: Activating Naming Subsystem

      20:59:33,352 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) JBAS015537: Activating WebServices Extension

      20:59:33,249 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

      20:59:33,290 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 52) JBAS013171: Activating Security Subsystem

      20:59:33,406 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

      20:59:33,450 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 50) JBAS014613: Operation ("add") failed - address: ([

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

          ("resource-adapter" => "org.jboss.genericjms")

      ]) - failure description: "JBAS010473: Failed to load module for RA [org.jboss.genericjms]"

      20:59:33,573 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory

      20:59:33,644 INFO  [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.19.SP2-redhat-1

      20:59:33,656 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 50) JBAS014613: Operation ("activate") failed - address: ([

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

          ("resource-adapter" => "org.jboss.genericjms")

      ]) - failure description: "JBAS010480: RAR 'org.jboss.genericjms' not yet deployed."

      20:59:33,877 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.23.Final-redhat-1)

      20:59:33,989 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]

      20:59:34,264 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      20:59:34,250 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on 0.0.0.0:4447

      20:59:35,159 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

       

       

       

      (you can find the full log in attachement, in the file Nohup)

       

      Do you have an idea about the origin of these errors ?