[jbossts-issues] [JBoss JIRA] (JBTM-1422) Deployment failure because of missing service dependencies

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Fri Jan 11 05:07:08 EST 2013


Gytis Trikleris created JBTM-1422:
-------------------------------------

             Summary: Deployment failure because of missing service dependencies
                 Key: JBTM-1422
                 URL: https://issues.jboss.org/browse/JBTM-1422
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Testing, XTS
            Reporter: Gytis Trikleris
            Assignee: Paul Robinson
            Priority: Minor
             Fix For: 5.0.0.M2


See: http://172.17.131.2/job/narayana/141

{noformat}
org.jboss.as.test.xts.simple.wsba.participantcompletion.client.WSBAParticipantCompletionTestCase  Time elapsed: 16103 sec  <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: wsba-participant-completion.war
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
...
Caused by: java.lang.Exception: {
    "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.module.service.\"deployment.wsba-participant-completion.war\".main is missing [jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
    "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => ["jboss.deployment.unit.\"wsba-participant-completion.war\".FIRST_MODULE_USE"],
        "Services that may be the cause:" => [
            "jboss.module.spec.service.\"deployment.arquillian-service\".main",
            "jboss.txn.TransactionSynchronizationRegistry",
            "jboss.txn.UserTransactionRegistry"
        ]
    }
}
...
{noformat}

{noformat}
org.jboss.as.test.xts.simple.wsat.client.WSATTestCase  Time elapsed: 1846 sec  <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: wsat.war
	at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
...
Caused by: java.lang.Exception: {
    "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.module.service.\"deployment.wsat.war\".main is missing [jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
    "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => ["jboss.deployment.unit.\"wsat.war\".FIRST_MODULE_USE"],
        "Services that may be the cause:" => [
            "jboss.module.spec.service.\"deployment.arquillian-service\".main",
            "jboss.txn.TransactionSynchronizationRegistry",
            "jboss.txn.UserTransactionRegistry"
        ]
    }
}
...
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list