The problem is with the jboss.jcml file. The exception being thrown is a
RuntimeMBeanException that contains a RuntimeErrorException which contains
an AbstractMethodError. The actual stack trace is:

bin 722>run.bat
CLASSPATH=;run.jar;../lib/crimson.jar
Using configuration "default"
[Default] java.lang.AbstractMethodError
[Default]       at java.lang.reflect.Method.invoke(Native Method)
[Default]       at 
com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1205)
[Default]       at 
com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1151)
[Default]       at 
org.jboss.configuration.ConfigurationService.save(ConfigurationService.java:188)
[Default]       at 
org.jboss.configuration.ConfigurationService.saveConfiguration(ConfigurationService.java:220)
[Default]       at java.lang.reflect.Method.invoke(Native Method)
[Default]       at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Default]       at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Default]       at org.jboss.Main.<init>(Main.java:186)
[Default]       at org.jboss.Main$1.run(Main.java:94)
[Default]       at java.security.AccessController.doPrivileged(Native Method)
[Default]       at org.jboss.Main.main(Main.java:90)
[Default] JBoss 2.1-BETA-Mar-24-2001 Started in 0m:1s

The problem is that the jbossmq jboss.jcml file is out of date with respect to the 
current
Logger mbean and is setting attributes which don't exist any longer. The setting for 
the
Logging mbean just needs to be removed as this is done in jboss.conf. 
     <mbean name="DefaultDomain:service=Logging,type=Console">
       <attribute name="Format">[{2}] {4}</attribute>
     </mbean>

The lib/ext/jnpserver.jar also needs to be updated as well. I would just bring all of
the jbossmq src/lib jars up to date with the current jboss dist. Note that you can
turn on debugging of the MBean server by passing a -DLEVEL_TRACE=INFO_MBEANSERVER
property on the java command line. 





_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to