1 2 Previous Next 18 Replies Latest reply on Oct 14, 2013 8:30 PM by lwang99 Go to original post
      • 15. Re: Jboss AS 7 on Tibco
        tareq_zaman

        Yevgen,

         

        Your article on AS 7/Tibco works fine on AS 7.1.1 Final. Thanks. Do you think this would also work in EAP 6.1 ? in my test it worked on 7.1.1 final but not in EAP 6.1. Do you have any clue?

        I have seen a difference in standalone.xml, not sure if this has anything to do with the issue I am facing.

         

         

        Standlaone.xml - In 7.1 subsystem start tag looks like this -  <subsystem xmlns="urn:jboss:domain:ejb3:1.2">

        Standalone.xml - But in EAP it looks like this -  <subsystem xmlns="urn:jboss:domain:ejb3:1.4">

         

         

        in EAP I am getting following error.Using the same rar adapter from this site. Can you please help me if you have any clue?

         

         

        15:42:24,236 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.ra.deployment."genericra.rar_1": org.jboss.msc.service.StartException in service jboss.ra.deployment."genericra.rar_1": org.jboss.msc.service.StartException in anonymous service: JBAS010446: Failed to start RA deployment [genericra]

                  at org.jboss.as.connector.services.resourceadapters.deployment.ResourceAdapterXmlDeploymentService.start(ResourceAdapterXmlDeploymentService.java:131)

                  at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

                  at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]

                  at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]

        Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS010446: Failed to start RA deployment [genericra]

                  at org.jboss.as.connector.services.resourceadapters.deployment.ResourceAdapterXmlDeploymentService.start(ResourceAdapterXmlDeploymentService.java:115)

                  ... 5 more

        Caused by: org.jboss.jca.deployers.common.DeployException: JBAS010472: Deployment com.sun.genericra.GenericJMSRA failed

                  at org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService$AbstractAS7RaDeployer.initAndInject(AbstractResourceAdapterDeploymentService.java:441)

                  at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.createObjectsAndInjectValue(AbstractResourceAdapterDeployer.java:1218)

                  at org.jboss.as.connector.services.resourceadapters.deployment.ResourceAdapterXmlDeploymentService$AS7RaXmlDeployer.doDeploy(ResourceAdapterXmlDeploymentService.java:183)

                  at org.jboss.as.connector.services.resourceadapters.deployment.ResourceAdapterXmlDeploymentService.start(ResourceAdapterXmlDeploymentService.java:108)

                  ... 5 more

        Caused by: java.lang.NoSuchMethodException: JBAS010474: Method setSupportsXA not found

                  at org.jboss.as.connector.util.Injection.inject(Injection.java:130)

                  at org.jboss.as.connector.util.Injection.inject(Injection.java:83)

                  at org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService$AbstractAS7RaDeployer.initAndInject(AbstractResourceAdapterDeploymentService.java:428)

                  ... 8 more

        • 16. Re: Jboss AS 7 on Tibco
          lu2000ck

          Hi Justin:

           

          I tested your tibco integration as you pointed: https://github.com/jbertram/generic-jms-ra .

          It works with AS 7.1.1, but not with EAP 6.1. Using EAP 6.1, it reported following error:

           

          {"JBAS014771: Services with missing/unavailable dependencies" => [

          "jboss.deployment.unit.\"jboss-as-helloworld-mdb.war\".component.HelloWorldQueueMDB.CREATE is missing [jboss.ra.\"generic-jms-ra-1.0.RC2-SNAPSHOT\"]"

           

          Really appreciate if you can help checking this.

          Thanks!

          • 17. Re: Jboss AS 7 on Tibco
            jbertram

            I recommend you post your question to the forum used for the RA - https://groups.google.com/forum/?fromgroups=#!forum/jboss-generic-jms-ra.

            • 18. Re: Jboss AS 7 on Tibco

              Have you figured out the problem?  I run into the same error:

              Caused by: java.lang.NoSuchMethodException: JBAS010474: Method setSupportsXA not found

               

               

              Really appreciate if you can share what did you learn.

               

              Thank!

              1 2 Previous Next