[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: HOWTO deploy webapp dynamically

thomas.diesler@jboss.com do-not-reply at jboss.com
Tue Feb 26 08:42:02 EST 2008


I am getting further. The endpoint deploys


  | 14:32:59,417 INFO  [TomcatDeployment] deploy, ctxPath=/jaxws-endpoint-servlet, vfsUrl=
  | 14:33:00,357 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=jaxws-endpoint,endpoint=EndpointBean
  | 

However, there seems to be a problem with the JACC service


  | 14:33:00,690 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)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132169#4132169

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132169



More information about the jboss-dev-forums mailing list