hi,
I am getting the following problem while starting up the JBoss5.0 server......i couldnt understand the problem.
following is the error log generated in server.log file.
2009-01-28 12:25:19.488,DEBUG,org.jboss.system.ServiceCreator,
JBoss,main,Created mbean: jboss:service=Naming,
2009-01-28 12:25:19.488,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,CallByValue set to false in jboss:service=Naming,
2009-01-28 12:25:19.488,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,Port set to 2099 in jboss:service=Naming,
2009-01-28 12:25:19.504,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,BindAddress set to 127.0.0.1 in jboss:service=Naming,
2009-01-28 12:25:19.504,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,RmiPort set to 1098 in jboss:service=Naming,
2009-01-28 12:25:19.504,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,RmiBindAddress set to 127.0.0.1 in jboss:service=Naming,
2009-01-28 12:25:19.504,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,LookupPool set to MBeanProxyExt[jboss.system:service=ThreadPool] in jboss:service=Naming,
2009-01-28 12:25:19.519,DEBUG,org.jboss.system.ServiceConfigurator,JBoss,main,Naming set to MBeanProxyExt[jboss:service=NamingBeanImpl] in jboss:service=Naming,
2009-01-28 12:25:19.535,ERROR,org.jboss.kernel.plugins.dependency.AbstractKernelController,JBoss,main,Error installing to Configured: name=jboss:service=Naming state=Instantiated mode=Manual requiredState=Configured,
java.lang.RuntimeException: Exception setting attribute Naming on mbean jboss:service=Naming
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:170)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
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)
at org.jboss.system.ServiceController.install(ServiceController.java:274)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:95)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
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.doInstallParentFirst(DeployersImpl.java:1178)
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: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.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:274)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.IllegalArgumentException: Unable to find operation setNaming(org.jnp.server.NamingBean)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:231)
at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:128)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:103)
at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)
at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:617)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:166)
... 40 more
*** CONTEXTS IN ERROR: Name -> Error
vfsfile:/D:/OTPServer/common/3rdparty/jboss/server/default/conf/jboss-service.xml -> java.lang.IllegalArgumentException: Unable to find operation setNaming(org.jnp.server.NamingBean)
Thanks in advance..