We're getting the following error since moving from JBoss 3.2.2 to 3.2.4: 13:17:24,768 INFO [STDOUT] java.lang.ClassCastException 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.newBuilder(MBeanServerFactory.java:463) 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.checkMBeanServerBuilder(MBeanServerFactory.java:500) 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.getNewMBeanServerBuilder(MBeanServerFactory.java:536) 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:312) 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:227) 13:17:24,768 INFO [STDOUT] at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:188) 13:17:24,768 INFO [STDOUT] at com.lawson.morpheus.config.ConfigurationManager.(ConfigurationManager.java:68) 13:17:24,768 INFO [STDOUT] at com.lawson.morpheus.config.ConfigurationManager.getInstance(ConfigurationManager.java:99)
Here's our line of code that starts the error: MBeanServer foo = MBeanServerFactory.createMBeanServer(); This worked fine in 3.2.2. Any ideas? TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840503#3840503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840503 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
