[jboss-dev-forums] [Design of POJO Server] - Re: Minimal now boots

scott.stark@jboss.org do-not-reply at jboss.com
Fri Sep 15 12:42:21 EDT 2006


We are on to looking at the default configuration and want to get this to the point of only having deployers fail. Currently there are some class loading errors for services that need to be resolved before we flip this over to the trunk:


  | 09:34:50,199 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Described mode=Manual requiredState=Configured
  | org.jboss.deployment.DeploymentException: Unable to createMBean for jboss.remoting:service=JMXConnectorServer,protocol=rmi
  | 	at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
  | 	at org.jboss.system.ServiceCreator.install(ServiceCreator.java:141)
  | 	at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
  | 	at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
  | 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
  | 	at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:198)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
  | 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:320)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:190)
  | 	at org.jboss.system.ServiceController.doChange(ServiceController.java:656)
  | 	at org.jboss.system.ServiceController.install(ServiceController.java:272)
  | 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:80)
  | 	at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
  | 	at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:395)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:406)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:346)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:316)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:235)
  | 	at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
  | 	at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:399)
  | 	at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:338)
  | 	at org.jboss.Main.boot(Main.java:210)
  | 	at org.jboss.Main$1.run(Main.java:488)
  | 	at java.lang.Thread.run()V(Unknown Source)
  | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.mx.remoting.service.JMXConnectorServerService
  | 	at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
  | 	at org.jboss.mx.loading.UnifiedClassLoader.loadClassImpl(UnifiedClassLoader.java:275)
  | 	at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:406)
  | 	at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source)
  | 	at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1213)
  | 	at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
  | 	at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:344)
  | 	at org.jboss.system.ServiceCreator.installPlainMBean(ServiceCreator.java:197)
  | 	at org.jboss.system.ServiceCreator.install(ServiceCreator.java:115)
  | 	at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
  | 	at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
  | 	at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
  | 	at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:198)
  | 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
  | 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
  | 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:320)
  | 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:190)
  | 	at org.jboss.system.ServiceController.doChange(ServiceController.java:656)
  | 	at org.jboss.system.ServiceController.install(ServiceController.java:272)
  | 	at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:80)
  | 	at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
  | 	at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:395)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:406)
  | 	at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:346)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:316)
  | 	at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:235)
  | 	at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
  | 	at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:399)
  | 


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

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



More information about the jboss-dev-forums mailing list