-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
8.0.0.Alpha1
-
None
The ear.CollectionsEnterpriseArchiveTestCase is failing intermittently but often on TeamCity. The exception looks like:
Caused by: java.lang.Exception: {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"bundle-collections.ear\".\"bundle-collections.war\".Activate" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"bundle-collections.ear\".\"bundle-collections.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./bundle-collections Caused by: java.util.concurrent.TimeoutException: JBAS017345: Timeout context service activation: service jboss.undertow.deployment.default-host./bundle-collections"}} 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
The test runs for this test are here http://teamcity.cafe-babe.org/project.html?projectId=project2&buildTypeId=bt27&testNameId=-6737741753563767318&tab=testDetails
The entire log file is attached to this JIRA.