[JBoss JIRA] (JBTM-1422) Deployment failure because of missing service dependencies
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1422?page=com.atlassian.jira.plugin.... ]
Paul Robinson resolved JBTM-1422.
---------------------------------
Resolution: Cannot Reproduce Bug
> 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
> Priority: Minor
> Fix For: 5.0.0.Final
>
>
> 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
11 years, 10 months
[JBoss JIRA] (JBTM-1365) Deploy REST-AT support as a JBossAS subsystem and module
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1365?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-1365:
-------------------------------------
We need to make sure there are some integration tests for this too.
> Deploy REST-AT support as a JBossAS subsystem and module
> --------------------------------------------------------
>
> Key: JBTM-1365
> URL: https://issues.jboss.org/browse/JBTM-1365
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: REST
> Reporter: Paul Robinson
> Assignee: Gytis Trikleris
> Fix For: 5.0.0.M3
>
> Original Estimate: 3 weeks
> Time Spent: 3 hours
> Remaining Estimate: 2 weeks, 4 days, 5 hours
>
> Currently a user of REST-AT needs to deploy the coordinator and also create a new module for the REST-AT client support. It would be a lot easier for developers if this was already deployed as part of AS7.
> I think the way to do this is to create a sub-system for the coordinator (like what we do for the XTS coordinator) and a module for the REST-AT libraries (again, similar to XTS).
> The subsystem would need to:
> * Bootstrap the coordinator. Currently bootstrapping occurs when the coordinator war is deployed. As there will be no war, the subsystem needs to take care of this bootstrapping.
> * Deploy the coordinator endpoint.
> The module would need to contain the REST-AT coordinator code and the client libraries.
> h3. Open Issues
> Need to check with the AS team to see if we add a new Subsystem or make do with an existing one. We can't start this work until this is resolved.
--
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
11 years, 10 months
[JBoss JIRA] (JBTM-1526) Add a EAP profile that contains the components required by EAP
by Weinan Li (JIRA)
[ https://issues.jboss.org/browse/JBTM-1526?page=com.atlassian.jira.plugin.... ]
Weinan Li commented on JBTM-1526:
---------------------------------
sure, I think the missing version tags is also an independent issue, I'll create a JIRA for that also. Let's make this issue be the parents of all the relevant issues I've found :-)
Now I need a profile that just contains the components that needed by AS7, and I'll use this profile to do the building against EAP6 environment and create jira issues as I make progress.
> Add a EAP profile that contains the components required by EAP
> --------------------------------------------------------------
>
> Key: JBTM-1526
> URL: https://issues.jboss.org/browse/JBTM-1526
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: 4.17.3
> Reporter: Weinan Li
> Assignee: Tom Jenkinson
> Fix For: 4.17.4, 5.0.0.Final
>
>
> Currently narayana has too many dependencies that is disallowed in EAP repo. We could create a profile for EAP6 that just have the necessary modules.
--
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
11 years, 10 months
[JBoss JIRA] (JBTM-1526) Add a EAP profile that contains the components required by EAP
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1526?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-1526:
-------------------------------------
Hi Weinan,
Please can you raise a Jira for the second issue (orb.idl) as we don't see that on our machines, it might be environmental so let us know the OS etc and assign it [~mmusgrov]
Please can you raise a pull request for the first one?
Thanks!
Tom
> Add a EAP profile that contains the components required by EAP
> --------------------------------------------------------------
>
> Key: JBTM-1526
> URL: https://issues.jboss.org/browse/JBTM-1526
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: 4.17.3
> Reporter: Weinan Li
> Assignee: Tom Jenkinson
> Fix For: 4.17.4, 5.0.0.Final
>
>
> Currently narayana has too many dependencies that is disallowed in EAP repo. We could create a profile for EAP6 that just have the necessary modules.
--
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
11 years, 10 months
[JBoss JIRA] (JBTM-1592) Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1592?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson resolved JBTM-1592.
---------------------------------
Resolution: Won't Fix
> Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
> -----------------------------------------------------------------------------------------------------
>
> Key: JBTM-1592
> URL: https://issues.jboss.org/browse/JBTM-1592
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 4.17.4, 5.0.0.M3
>
>
> See: http://172.17.131.2/job/jbossts-EAP61/1745
> {noformat}
> junit-jdbc-ncl-testsuite:
> [mkdir] Created dir: /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [copy] Copying 1 file to /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [echo] Running junit test group jdbcresources01_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 184.715 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi FAILED
> [echo] Running junit test group jdbcresources02_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 183.608 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi FAILED
> {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
11 years, 10 months
[JBoss JIRA] (JBTM-1592) Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1592?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-1592:
-------------------------------------
Thanks Gytis,
I checked this and think it is a "database down" situation, it looks like CI is being shutdown so I think it is expected.
I will mark it as cannot reproduce to reflect this, please do re-open if you see it again and think it is an issue.
Tom
> Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources0*_oracle_thin_jndi
> -----------------------------------------------------------------------------------------------------
>
> Key: JBTM-1592
> URL: https://issues.jboss.org/browse/JBTM-1592
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Priority: Minor
> Fix For: 4.17.4, 5.0.0.M3
>
>
> See: http://172.17.131.2/job/jbossts-EAP61/1745
> {noformat}
> junit-jdbc-ncl-testsuite:
> [mkdir] Created dir: /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [copy] Copying 1 file to /home/hudson/workspace/jbossts-EAP61/qa/dbdrivers/selected_dbdriver
> [echo] Running junit test group jdbcresources01_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 184.715 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi FAILED
> [echo] Running junit test group jdbcresources02_oracle_thin_jndi from basedir=/home/hudson/workspace/jbossts-EAP61/qa
> [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi
> [junit] Tests run: 30, Failures: 60, Errors: 0, Time elapsed: 183.608 sec
> [junit] Test org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi FAILED
> {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
11 years, 10 months