[jboss-jira] [JBoss JIRA] (WFLY-1543) ear.EnterpriseArchiveTestCase fails intermittently
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Mon Jun 17 07:02:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782014#comment-12782014 ]
Thomas Diesler commented on WFLY-1543:
--------------------------------------
I see a 30sec delay here
{code}
23:19:05,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015970: Defer FIRST_MODULE_USE for commons-collections.jar making it PASSIVE
23:19:35,986 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011002: Bundle started: org.apache.commons.collections:3.2.1
{code}
Later the context is registered
{code}
23:19:35,999 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS018210: Register web context: /bundle-collections
{code}
but in the meantime the WebContextLifecycleInterceptor has given up waiting.
> 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