[jboss-jira] [JBoss JIRA] (WFLY-1543) ear.EnterpriseArchiveTestCase fails intermittently
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Mon Jun 17 06:53:21 EDT 2013
jaikiran pai created WFLY-1543:
----------------------------------
Summary: ear.EnterpriseArchiveTestCase fails intermittently
Key: WFLY-1543
URL: https://issues.jboss.org/browse/WFLY-1543
Project: WildFly
Issue Type: Bug
Components: OSGi, Test Suite
Affects Versions: 8.0.0.Alpha1
Reporter: jaikiran pai
Assignee: Thomas Diesler
Attachments: log.txt
The ear.EnterpriseArchiveTestCase is intermittently failing on TeamCity. The exception looks like:
{code}
Caused by: java.lang.Exception: {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"war-structure.ear\".\"war-structure-bundle.war\".Activate" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"war-structure.ear\".\"war-structure-bundle.war\".Activate: Failed to start service
Caused by: org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException: JBAS017345: Timeout context service activation: service jboss.undertow.deployment.default-host./war-structure-bundle
Caused by: java.util.concurrent.TimeoutException: JBAS017345: Timeout context service activation: service jboss.undertow.deployment.default-host./war-structure-bundle"}}
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
... 88 more
{code}
The entire log file is attached to this JIRA. The test runs for this test can be found here http://teamcity.cafe-babe.org/project.html?projectId=project2&testNameId=-6445855124052176769&tab=testDetails
--
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 jboss-jira
mailing list