[jboss-jira] [JBoss JIRA] (AS7-6567) Hang in ProfileTransformersTestCase ModelTestModelControllerService.waitForSetup
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu Feb 21 05:42:57 EST 2013
[ https://issues.jboss.org/browse/AS7-6567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755648#comment-12755648 ]
Kabir Khan commented on AS7-6567:
---------------------------------
Rebase and rebuild everything and the 7.2.0.Alpha1-SNAPSHOT should go away. This is the commit that does that: https://github.com/jbossas/jboss-as/commit/23237531bf850c44ecba5cb50151e73a4654a175#core-model-test/framework/src/main/java/org/jboss/as/core/model/test/CoreModelTestDelegate.java
These test use maven repository artifacts to set up the classpath for the legacy controller, that is the intent.
If you still are seeing problems after a rebase and rebuild, then please let me know
> Hang in ProfileTransformersTestCase ModelTestModelControllerService.waitForSetup
> --------------------------------------------------------------------------------
>
> Key: AS7-6567
> URL: https://issues.jboss.org/browse/AS7-6567
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, Test Suite
> Reporter: Carlo de Wolf
> Assignee: Kabir Khan
> Attachments: AS7-6567-threaddump.txt
>
>
> {noformat}
> "main" prio=10 tid=0x00007fa1a8009000 nid=0x7f2 waiting on condition [0x00007fa1b1b13000]
> java.lang.Thread.State: WAITING (parking)
> at sun.misc.Unsafe.park(Native Method)
> - parking to wait for <0x00000007acdbe350> (a java.util.concurrent.CountDownLatch$Sync)
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
> at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
> at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994)
> at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303)
> at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236)
> at org.jboss.as.model.test.ModelTestModelControllerService.waitForSetup(ModelTestModelControllerService.java:190)
> at org.jboss.as.core.model.test.AbstractKernelServicesImpl.create(AbstractKernelServicesImpl.java:108)
> at org.jboss.as.core.model.bridge.impl.ChildFirstClassLoaderKernelServicesFactory.create(ChildFirstClassLoaderKernelServicesFactory.java:63)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.jboss.as.core.model.bridge.local.ScopedKernelServicesBootstrap.createChildClassLoaderKernelServices(ScopedKernelServicesBootstrap.java:77)
> at org.jboss.as.core.model.bridge.local.ScopedKernelServicesBootstrap.createKernelServices(ScopedKernelServicesBootstrap.java:51)
> at org.jboss.as.core.model.test.CoreModelTestDelegate$LegacyKernelServicesInitializerImpl.install(CoreModelTestDelegate.java:565)
> at org.jboss.as.core.model.test.CoreModelTestDelegate$LegacyKernelServicesInitializerImpl.access$300(CoreModelTestDelegate.java:526)
> at org.jboss.as.core.model.test.CoreModelTestDelegate$KernelServicesBuilderImpl.build(CoreModelTestDelegate.java:493)
> at org.jboss.as.core.model.test.profile.ProfileTransformersTestCase.testProfilesTransformer(ProfileTransformersTestCase.java:66)
> {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 jboss-jira
mailing list