[jboss-jira] [JBoss JIRA] Created: (JBAS-5257) jboss:service=defaultClassLoader is not registered with dynamic webapp deployment
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Feb 27 15:12:42 EST 2008
jboss:service=defaultClassLoader is not registered with dynamic webapp deployment
---------------------------------------------------------------------------------
Key: JBAS-5257
URL: http://jira.jboss.com/jira/browse/JBAS-5257
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment services
Reporter: Thomas Diesler
Assigned To: Dimitris Andreadis
Fix For: JBossAS-5.0.0.CR1
[tdiesler at tdvaio trunk]$ ant -Dtest=jaxws/endpoint test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.endpoint.EndpointTestCase
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 2.678 sec
[junit] Test org.jboss.test.ws.jaxws.endpoint.EndpointTestCase FAILED
21:00:51,741 INFO [TomcatDeployment] deploy, ctxPath=/jaxws-endpoint-servlet, vfsUrl=
21:00:51,876 INFO [DefaultEndpointRegistry] register: jboss.ws:context=jaxws-endpoint,endpoint=EndpointBean
21:00:52,080 INFO [WSDLFilePublisher] WSDL published to: file:/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/data/wsdl/endpoint-deployment/TestService1845.wsdl
21:00:52,089 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.jacc:id=endpoint-deployment,service=jacc state=Described mode=Manual requiredState=Configured
org.jboss.deployment.DeploymentException: Unable to createMBean for jboss.jacc:service=jacc,id=endpoint-deployment
at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
...
Caused by: javax.management.InstanceNotFoundException: jboss:service=defaultClassLoader is not registered.
at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
at org.jboss.mx.server.MBeanServerImpl.getClassLoader(MBeanServerImpl.java:1094)
at org.jboss.system.ServiceCreator.installPlainMBean(ServiceCreator.java:191)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:115)
It seems that the JACC service does not use the classloader that was supplied whit the webapp deployment
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list