[jboss-jira] [JBoss JIRA] Commented: (JBAS-6963) ServiceBindingManaged Objects tests failing
sridhar r (JIRA)
jira-events at lists.jboss.org
Wed Aug 5 00:47:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12478969#action_12478969 ]
sridhar r commented on JBAS-6963:
---------------------------------
I also notice same issue with JBOSS 5.0.1 GA release on Linux. I had no issues with deploying ear file on Windows.
Caused by: java.lang.ClassNotFoundException: org.jboss.logging.Log4jService from BaseClassLoader at 483bead5{VFSClassLoaderPolicy at 55b66aff{name=vfsfile:/u01/app/btee/jboss-5.0.1.GA/server/default/conf/jboss-service.xml domain=ClassLoaderDomain at 5d15126e{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.system.NoAnnotationURLClassLoader at 5b3caecd} roots=[MemoryContextHandler at 992655183[path= context=vfsmemory://af5546-1fxdah-fxzk75wn-1-fxzk7f1v-6 real=vfsmemory://af5546-1fxdah-fxzk75wn-1-fxzk7f1v-6]] delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:422)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1213)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
at org.jboss.system.ServiceCreator.installExternalXMBean(ServiceCreator.java:278)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:137)
at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
> ServiceBindingManaged Objects tests failing
> --------------------------------------------
>
> Key: JBAS-6963
> URL: https://jira.jboss.org/jira/browse/JBAS-6963
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ProfileService
> Affects Versions: JBossAS-5.1.0.CR1
> Environment: HPUX, Solaris
> Reporter: Richard Achmatowicz
> Assignee: Scott M Stark
> Priority: Minor
>
> Some tests from the profile service are repeatably failing on the above platforms.
> For example, on Solaris 9 (http://hudson.qa.jboss.com/hudson/view/EAP5/job/eap5-as-solaris9/14/#showFailuresLink):
> org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testServiceBindingManager
> org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts01
> org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts02
> org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts03
> From looking at the assertions which have failed, it seems that this sort of code is failing:
> ManagementView mgtView = getManagementView();
> ComponentType type = new ComponentType("MCBean", "MCServer");
> ManagedComponent mc = mgtView.getComponent("jboss.system:type=MCServer", type);
> assertNotNull(mc);
> Didn't see much information concerning these failures in the test log. However, there was an exception nin the server side log for the profile service server config:
> 22:26:44,670 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey at c6692[domain=default, server=default, name=profileservice]
> 22:26:53,888 INFO [WebService] Using RMI server codebase: http://10.16.94.178:8083/
> 22:27:20,460 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
> 22:27:20,461 INFO [NativeServerConfig] 3.1.1.GA
> 22:27:23,958 INFO [AttributeCallbackItem] Owner callback not implemented.
> 22:27:25,215 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml state=PreReal mode=Manual requiredState=Real
> org.jboss.deployers.spi.DeploymentException: Error deploying: vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml
> at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
> at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:136)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)
> at org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
> at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
> at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
> at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
> at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
> at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
> at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
> at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
> at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
> at org.jboss.Main.boot(Main.java:216)
> at org.jboss.Main$1.run(Main.java:546)
> at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.IllegalArgumentException: Exception loading class for ScopeKey addition.
> at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:67)
> at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:126)
> ... 34 more
> Caused by: java.lang.ClassNotFoundException: org.jboss.test.no.such.class.NoSuchClassTest from BaseClassLoader at 9e4dc0{VFSClassLoaderPolicy at 102abdb{name=vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml domain=ClassLoaderDomain at e06703{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader at e102dc} roots=[MemoryContextHandler at 6349431[path= context=vfsmemory://ag2g46-xs9new-fuvzhbhk-1-fuvzi9mh-l real=vfsmemory://ag2g46-xs9new-fuvzhbhk-1-fuvzi9mh-l]] delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
> at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:422)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:63)
> ... 35 more
> 22:27:29,238 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl at 1de0c09[ defaultDoma
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list