Hi !

 I am new to jboss. I have just installed jboss on windows 2000 server.
with jdk 1.5.0.

I can not start the jboss. It gives cannot create MBeanServer runtime exception.

full boot log is

16:02:40,374 INFO  [Server] Server Home Dir: C:\jboss-4.0.3SP1\server\default
16:02:40,374 INFO  [Server] Server Home URL: 
file:/C:/jboss-4.0.3SP1/server/default/
16:02:40,374 DEBUG [Server] Server Data Dir: 
C:\jboss-4.0.3SP1\server\default\data
16:02:40,374 INFO  [Server] Server Temp Dir: 
C:\jboss-4.0.3SP1\server\default\tmp
16:02:40,374 DEBUG [Server] Server Config URL: 
file:/C:/jboss-4.0.3SP1/server/default/conf/
16:02:40,374 DEBUG [Server] Server Library URL: 
file:/C:/jboss-4.0.3SP1/server/default/lib/
16:02:40,374 INFO  [Server] Root Deployment Filename: jboss-service.xml
16:02:40,374 DEBUG [Server] Starting General Purpose Architecture (GPA)...
16:02:40,577 WARN  [BasicMBeanRegistry] 
javax.management.MBeanRegistrationException: preRegister() failed: 
[ObjectName='JMImplementation:type=MBeanServerDelegate', 
Class=javax.management.MBeanServerDelegate ([EMAIL PROTECTED])]
16:02:40,593 DEBUG [Server] Failed to start
java.lang.RuntimeException: Cannot create MBeanServer
        at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:224)
        at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:56)
        at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
        at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:388)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
        at org.jboss.Main.boot(Main.java:187)
        at org.jboss.Main$1.run(Main.java:438)
        at java.lang.Thread.run(Thread.java:566)
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: 
[ObjectName='JMImplementation:type=MBeanServerDelegate', 
Class=javax.management.MBeanServerDelegate ([EMAIL PROTECTED])]
        at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:694)
        at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:196)
        at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:200)
        ... 8 more
Caused by: javax.management.RuntimeOperationsException: Exception occured 
trying find the descriptors of the MBean
        at 
javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptors(ModelMBeanInfoSupport.java:445)
        at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.initPersistence(ModelMBeanInvoker.java:522)
        at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:504)
        at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:470)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:635)
        at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:678)
        ... 10 more
Caused by: java.lang.IllegalArgumentException: Descriptor Type is invalid
        ... 16 more

pls help me.!

thanks in advance.

Hemant Kulkarni

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to