Created
August 19, 2011 14:54
-
-
Save maeste/1156979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:49:22,530 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "wmq.jmsra.rar" | |
| 16:49:37,571 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "ejb.jar" | |
| 16:49:37,600 INFO [org.jboss.as.jpa] (MSC service thread 1-2) added javax.persistence.api dependency to ejb.jar | |
| 16:49:37,695 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."ejb.jar".component.SimpleMDB.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ejb.jar".component.SimpleMDB.START: Failed to start service | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1786) | |
| at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24] | |
| at java.lang.Thread.run(Thread.java:662) [:1.6.0_24] | |
| Caused by: java.lang.RuntimeException: com.ibm.mq.connector.DetailedResourceException: MQJCA1004: Distributed transactions are unavailable., error code: MQJCA1004 An attempt was made to use distributed transactions in an environment where they are not available. Make sure that the WebSphere MQ extended transactional client is installed if required, or use a bindings connection. | |
| at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:178) | |
| at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765) | |
| ... 4 more | |
| Caused by: com.ibm.mq.connector.DetailedResourceException: MQJCA1004: Distributed transactions are unavailable., error code: MQJCA1004 An attempt was made to use distributed transactions in an environment where they are not available. Make sure that the WebSphere MQ extended transactional client is installed if required, or use a bindings connection. | |
| at com.ibm.mq.connector.services.JCAExceptionBuilder.buildException(JCAExceptionBuilder.java:124) | |
| at com.ibm.mq.connector.services.JCAExceptionBuilder.buildException(JCAExceptionBuilder.java:86) | |
| at com.ibm.mq.connector.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:414) | |
| at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:176) | |
| ... 6 more | |
| 16:49:37,699 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Deployment of "ejb.jar" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"ejb.jar\".component.SimpleMDB.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ejb.jar\".component.SimpleMDB.START: Failed to start service"}} | |
| 16:49:37,712 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment ejb.jar in 13ms | |
| 16:49:37,713 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 2) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"Failed services" => {"jboss.deployment.unit.\"ejb.jar\".component.SimpleMDB.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ejb.jar\".component.SimpleMDB.START: Failed to start service"}}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment