NetBeans plugin broken in 3.1.0RC2

Hi,
I downloaded 3.1.0RC2 and installed it in my NetBeans/SunONE Studio IDE
and am having a problem.
It starts up OK, but when I go into Tools->Options and try to view the
JDO->Kodo Settings, I get an exception (included below).
I had a problem similar to this once before that you helped me work
through, so I tried the same thing you suggested then but it had no effect.
1. Disable the Kodo module.
2. Exit IDE.
3. Remove kodo-jdo.jar from the studio5_se/modules directory (was 3.0.3).
4. Restart the IDE. Check in Tools->Options...no more JDO.
5. Exit the IDE.
6. Copy the 3.1.0RC2 kodo-jdo.jar into the studio5_se/modules directory.
7. Restart the IDE.
Any ideas?
Thanks,
Bill
java.lang.IllegalArgumentException:
java.lang.reflect.InvocationTargetException
     at
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:452)
     at
org.openide.util.SharedClassObject$WriteReplace.readObject(SharedClassObject.java:643)
     at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
     at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.readSerial(XMLSettingsSupport.java:522)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:550)
     at
org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.instanceCreate(SerialDataConvertor.java:325)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.init(SerialDataNode.java:859)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.addNotify(SerialDataNode.java:837)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at
org.openide.explorer.view.VisualizerNode.getChildren(VisualizerNode.java:169)
     at
org.openide.explorer.view.VisualizerNode.getChildCount(VisualizerNode.java:213)
     at
javax.swing.tree.DefaultTreeModel.getChildCount(DefaultTreeModel.java:168)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1461)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at
javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded(VariableHeightLayoutCache.java:966)
     at
javax.swing.tree.VariableHeightLayoutCache.setExpandedState(VariableHeightLayoutCache.java:164)
     at
javax.swing.plaf.basic.BasicTreeUI.updateExpandedDescendants(BasicTreeUI.java:1494)
     at
javax.swing.plaf.basic.BasicTreeUI$TreeExpansionHandler.treeExpanded(BasicTreeUI.java:2314)
     at javax.swing.JTree.fireTreeExpanded(JTree.java:2228)
     at javax.swing.JTree.setExpandedState(JTree.java:2999)
     at javax.swing.JTree.expandPath(JTree.java:1735)
     at
javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2095)
     at
javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2082)
     at
javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2036)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2831)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2801)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at
org.openide.explorer.view.TreeTable$TreeTableCellEditor.isCellEditable(TreeTable.java:519)
     at javax.swing.JTable.editCellAt(JTable.java:2530)
     at org.openide.explorer.view.TreeTable.editCellAt(TreeTable.java:204)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.processMouseEvent(TreeTable.java:933)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.mousePressed(TreeTable.java:850)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
==>
java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
     at
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:532)
     at
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:907)
     at java.security.AccessController.doPrivileged(Native Method)
     at
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:449)
     at
org.openide.util.SharedClassObject$WriteReplace.readObject(SharedClassObject.java:643)
     at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
     at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.readSerial(XMLSettingsSupport.java:522)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:550)
     at
org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.instanceCreate(SerialDataConvertor.java:325)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.init(SerialDataNode.java:859)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.addNotify(SerialDataNode.java:837)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at
org.openide.explorer.view.VisualizerNode.getChildren(VisualizerNode.java:169)
     at
org.openide.explorer.view.VisualizerNode.getChildCount(VisualizerNode.java:213)
     at
javax.swing.tree.DefaultTreeModel.getChildCount(DefaultTreeModel.java:168)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1461)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at
javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded(VariableHeightLayoutCache.java:966)
     at
javax.swing.tree.VariableHeightLayoutCache.setExpandedState(VariableHeightLayoutCache.java:164)
     at
javax.swing.plaf.basic.BasicTreeUI.updateExpandedDescendants(BasicTreeUI.java:1494)
     at
javax.swing.plaf.basic.BasicTreeUI$TreeExpansionHandler.treeExpanded(BasicTreeUI.java:2314)
     at javax.swing.JTree.fireTreeExpanded(JTree.java:2228)
     at javax.swing.JTree.setExpandedState(JTree.java:2999)
     at javax.swing.JTree.expandPath(JTree.java:1735)
     at
javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2095)
     at
javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2082)
     at
javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2036)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2831)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2801)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at
org.openide.explorer.view.TreeTable$TreeTableCellEditor.isCellEditable(TreeTable.java:519)
     at javax.swing.JTable.editCellAt(JTable.java:2530)
     at org.openide.explorer.view.TreeTable.editCellAt(TreeTable.java:204)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.processMouseEvent(TreeTable.java:933)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.mousePressed(TreeTable.java:850)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Caused by: java.lang.NoClassDefFoundError: javax/management/MBeanServer
     at java.lang.Class.getDeclaredMethods0(Native Method)
     at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
     at java.lang.Class.getDeclaredMethods(Class.java:1131)
     at java.beans.Introspector$1.run(Introspector.java:1126)
     at java.security.AccessController.doPrivileged(Native Method)
     at
java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124)
     at java.beans.Introspector.internalFindMethod(Introspector.java:1157)
     at java.beans.Introspector.findMethod(Introspector.java:1232)
     at java.beans.Introspector.findMethod(Introspector.java:1212)
     at java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:55)
     at
com.solarmetric.conf.ConfigurationImpl.getPropertyDescriptor(ConfigurationImpl.java:232)
     at
com.solarmetric.conf.ConfigurationImpl.getPropertyDescriptors(ConfigurationImpl.java:195)
     at
kodo.jdbc.integration.netbeans.SubSettingsHelper.generateOptions(SubSettingsHelper.java:38)
     at
kodo.jdbc.integration.netbeans.SubSettingsHelper.generateOptions(SubSettingsHelper.java:29)
     at
kodo.jdbc.integration.netbeans.KodoSettings.<init>(KodoSettings.java:64)
[catch] ... 111 more
==>
java.lang.NoClassDefFoundError: javax/management/MBeanServer
     at java.lang.Class.getDeclaredMethods0(Native Method)
     at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
     at java.lang.Class.getDeclaredMethods(Class.java:1131)
     at java.beans.Introspector$1.run(Introspector.java:1126)
     at java.security.AccessController.doPrivileged(Native Method)
     at
java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124)
     at java.beans.Introspector.internalFindMethod(Introspector.java:1157)
     at java.beans.Introspector.findMethod(Introspector.java:1232)
     at java.beans.Introspector.findMethod(Introspector.java:1212)
     at java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:55)
     at
com.solarmetric.conf.ConfigurationImpl.getPropertyDescriptor(ConfigurationImpl.java:232)
     at
com.solarmetric.conf.ConfigurationImpl.getPropertyDescriptors(ConfigurationImpl.java:195)
     at
kodo.jdbc.integration.netbeans.SubSettingsHelper.generateOptions(SubSettingsHelper.java:38)
     at
kodo.jdbc.integration.netbeans.SubSettingsHelper.generateOptions(SubSettingsHelper.java:29)
     at
kodo.jdbc.integration.netbeans.KodoSettings.<init>(KodoSettings.java:64)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
     at
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:532)
     at
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:907)
     at java.security.AccessController.doPrivileged(Native Method)
     at
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:449)
     at
org.openide.util.SharedClassObject$WriteReplace.readObject(SharedClassObject.java:643)
     at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
     at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.readSerial(XMLSettingsSupport.java:522)
     at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:550)
     at
org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.instanceCreate(SerialDataConvertor.java:325)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.init(SerialDataNode.java:859)
     at
org.netbeans.modules.settings.convertors.SerialDataNode$InstanceChildren.addNotify(SerialDataNode.java:837)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1169)
     at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1126)
     at
org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1023)
     at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1015)
     at org.openide.nodes.Children.callAddNotify(Children.java:420)
     at org.openide.nodes.Children.getArray(Children.java:463)
     at org.openide.nodes.Children.getNodes(Children.java:316)
     at
org.openide.explorer.view.VisualizerNode.getChildren(VisualizerNode.java:169)
     at
org.openide.explorer.view.VisualizerNode.getChildCount(VisualizerNode.java:213)
     at
javax.swing.tree.DefaultTreeModel.getChildCount(DefaultTreeModel.java:168)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1461)
     at
javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at
javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded(VariableHeightLayoutCache.java:966)
     at
javax.swing.tree.VariableHeightLayoutCache.setExpandedState(VariableHeightLayoutCache.java:164)
     at
javax.swing.plaf.basic.BasicTreeUI.updateExpandedDescendants(BasicTreeUI.java:1494)
     at
javax.swing.plaf.basic.BasicTreeUI$TreeExpansionHandler.treeExpanded(BasicTreeUI.java:2314)
     at javax.swing.JTree.fireTreeExpanded(JTree.java:2228)
     at javax.swing.JTree.setExpandedState(JTree.java:2999)
     at javax.swing.JTree.expandPath(JTree.java:1735)
     at
javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2095)
     at
javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2082)
     at
javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2036)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2831)
     at
javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2801)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at
org.openide.explorer.view.TreeTable$TreeTableCellEditor.isCellEditable(TreeTable.java:519)
     at javax.swing.JTable.editCellAt(JTable.java:2530)
     at org.openide.explorer.view.TreeTable.editCellAt(TreeTable.java:204)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.processMouseEvent(TreeTable.java:933)
     at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.mousePressed(TreeTable.java:850)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5097)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

Abe,
Yep, that was it. Actually, I noticed that there are actually five new
JARs in 3.1.0 that weren't in 3.0.3:
jline.jar
mx4j-admb.jar
mx4j-jmx.jar
mx4j-tools.jar
sqlline.jar
I also see that jakarta-commons-logging-1.0.3.jar & log4j-1.2.6.jar which
were in 3.0.3 are not in 3.1.0.
Are these differences explained in the release notes (I admit, I didn't
even look at them blush).
Thanks!
Bill
Abe White wrote:
The base exception appears to be:
java.lang.NoClassDefFoundError: javax/management/MBeanServer
Try including the mx4j-* jar files in your classpath.

Similar Messages

  • Java ME SDK 8.0 EA Netbeans plugin installation problem

    We have been getting reports that some developer had trouble installing the Java ME SDK 8 EA plugins into NetBeans. We are working on fixing the issue, in the meantime please try the workaround posted in the Java ME SDK forum:
    Java ME SDK 8.0 EA Netbeans plugin installation problem
    Also be sure to check the latest ME SDK 8 EA Release Notes for late-braking information:
    http://docs.oracle.com/javame/dev-tools/jme-sdk-8/release-notes/html/Release_Notes/Release_Notes.html
    Sorry for the inconvenience.
    Best,
    -- Terrence

    Hi,
    For the Raspberry Pi, tooling over serial port is not supported. The simplest solution is to use standard IP networking over Ethernet. This can be a direct connection between the PC and the Raspberry Pi, as long as the cable is twisted and the IP addressing is correct (e.g. manual IP addressing or DHCP server on the PC).
    Regarding "Connecting to a UART Device": This is meant for attaching and controlling serial devices from the Raspberry Pi, not for tooling connections between the Raspberry Pi and the PC.
    Hope this helps,
    -- Terrence

  • Cannot install JavaFX NetBeans Plugin

    I cannot seem to install the JavaFX NetBeans Plugin.
    I'm running:
    Windows XP SP3 with all the latest updates
    JDK 6.0 update 11
    NetBeans 6.5 Build 200811100001 with all the latest updates
    All Update Centers are checked in the Plugins Settings tab.
    No JavaFX plugins are listed in the Available Plugins, Downloaded, or Installed tabs (even if I click Reload Catalog, or if I search for javafx or fx).
    Anyone have any ideas?
    I might just uninstall NetBeans and download a new install of NetBeans that includes JavaFX...
    Thanks,
    Ross

    The NetBeans update center was pointing to the URL that you (raindrop) supplied (http://updates.netbeans.org/netbeans/updates/6.5/uc/final/stable/catalog.xml.gz).
    Thanks for the suggestion, though.

  • A definitive source for netbeans plugins information

    http://nextbridge.net/netbeans a definitive source for netbeans plugins information

    I don't. For the moment it seems too complicated. I follow the MVC pattern when the application is big and try to look at the code of successful projects.

  • Flickr plugin broken

    As with the Facebook plugin, and discussion here: http://forums.adobe.com/message/4854227  the flickr plugin (and anything that writes to the temporary area) are broken on Windows 7, at least since the latest Windows update.  The plugin crashes because it can't write temporary files to the drive.  I am running Lightroom 4.2  and Flickr Plugin 4.2.0.850741.  Instead I installed Jeffry Friedl's Flickr plugin as a workaround, which does not have this issue (http://regex.info/blog/lightroom-goodies/facebook).
    Adobe, please look at this!

    Also, I used Microsoft's Process Monitor to track which files were written when I published a 1-photo collection to Flickr:
    These are exactly the directories and files you'd expect, which suggests something very curious on your configuration.  A screenshot of the error message might produce more clues.

  • JavaFX Netbeans plugin defaults to 1.5 runtime always?

    When compiling using the JavaFX plugin I noticed in the output the following command
    javafxc.exe, -profile, desktop, -target, 1.5Why target 1.5 explicitly when I have 1.6 installed? In fact, I thought that JavaFX required 1.6.0_10 or above.

    How does the plugin decides which JRE installation to use when running a project in Netbeans?
    When I try to run a JavaFX project in [Standard Execution] mode it is always started with Java1.5, but when I run the same project in [Web Start Execution] mode it is started with jdk1.6u11.
    My main problem is that I want to test some features (like non-rectangular windows, and opacity) that are not supported by Java1.5, but Netbeans insists on running the project with Java1.5.
    Netbeans itself is running on jdk1.6u11 under Vista Ultimate x64.
    The [JavaFX Platform] for the project is set to [JavaFX SDK on Java 1.6 (Default)], though Netbeans seems to ignore this setting.

  • Dx0 Filmpack 4 plugin broken in CC

    I found the FAQ, not terribly well earmarked and reinstalled my Nik software plugins from scratch. I find it hard to believe that it was not possible to migrate this very common plugin set, as with Topaz and save hundreds of thousands of users (many of whom who won't be very technical) from having to scratch around and find solutions....   Dx0 Filmpack 4 however is broken and does not install from a fresh attempt into CC.  Again, can it have been very hard to liaise and make sure this stuff works?

    I filled in a Dx0 query on this early yesterday. No response so far, unlike Google/Nik who were back to people within the same day. Not impressed.

  • Java card netbeans plugin

    Excuse me for posting stuff for netbeans here
    But I've been waiting for activation on their side.
    http://netbeans.org/kb/docs/javame/java-card.html
    Does anyone know where to download this plugin?
    There seems to be nothing to download on this page.
    Thanks
    Jack

    first idea of all: isn't there a netbeans support forum/mailing list/plugin page ?
    regards
    sebastien

  • NetBeans plugin for portal (Portal Pack Project) and prefered IDE

    Does anybody know wheather portal pack 1.0 for Netbeans 5.5 support development process for Sun Portal Server 6 2004Q2? If no - what IDE or plugins I should use to relieve development process for Sun Portal Server 6?

    The portal pack produces a standard JSR-168 portlet application WAR file, so yes, it can certainly be used with PS 6 2004Q2. However, to get the WAR file installed, you have to manually run the pdeploy command on the WAR file. For automatic deployment from the IDE, the portal pack uses the JMX interfaces to the portal server that were introduced in PS 7.
    Another thing to watch out for is that the portal pack and the portlet container that it uses for testing support an interportlet communication API that was introduced in PS 7. So if you want your portlets to run on PS 6 2004Q2, don't use that API.
    Tom

  • .jar not working when building project with netbeans plugin and log4j

    hey..
    subject tells everything..if i build my project referencing log4j, i get a .jar file with 280 kb which is executable
    if i add log4j and do some logging, code still works in netbeans, but buildung produces a .jar with 80 kb and an
    attached lib-folder with the log4j.jar in it..if i uncheck copy requested libraries, i just get the 80 kb .jar file which
    is not working
    any hints?

    Are you building the jar file using the fxdeploy ant task to build the Jar? That is required to have an executable jar file.
    Also there was a change to the netbeans project structure, which may be a contributing factor.
    Things to try: Upgrade to the latest netbeans 7.1 beta build, set up a new Java platform in nb that includes JavaFX, create a new JavaFX project and build it. This should produce an executable jar.

  • Waves plugins broken in L9.01

    Select multiple channels in the mixer. Add a waves plugin and it only loads one channel. Niiice...

    Waves 5 here, just some of the older plugins (eg Renaissance Comps, Doubler etc). They are all working as before, so maybe it's a V6 thing, or something specific in those newer Waves plugs.

  • Netbeans+Javafx+JBoss-7 : Any netbeans plugin for JBoss-7 support?

    Hello world,
    I am trying to switch from eclipse to netbeans for my current javaee+javafx project, but netbeans doesn't currently support JBoss-7. Any suggestions?
    Thanks.
    BTW The decision to exclude JBoss-7 from netbeans -- perhaps hoping that developers would rush to adopt glassfish-- is a silly one. And yet, Oracle JDeveloper seems to works well with JBoss-7.
    No serious development department in any organization that is already tied to a AS (say) JBoss is going to suddenly change it to glassfish just to be able to use netbeans. This decision will only backfire on Oracle, as its effect would be to stop developers already using JBoss from trying or even adopting netbeans.

    I am already using JBoss and eclipse. I was only trying netbeans to use the javafx facilities, but the JBoss version provided in the project creation task does not include JBoss-7. Beside, if you work for an organisation, you don't have the flexibility to change tools --The decision is not entirely yours.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Quicktime Plugin broken and no option to re-install

    Please help
    I'm normally able to fix things that break but this time I am lost.
    Having upgraded to SL and Quicktime X my Quicktime Plugin (7.6.3) has become corrupt and won't load any videos from the apple website.
    I have tried re-installing SL, deleting the plugin, repairing permissions. Apple suggest re-installing quicktime but as soon as you try it just tells you that you can't re-install it as you have a newer version QT X.
    The plugin works in firefox so its just a safari issue. (I also can't download a new safari as I have to new a version.)
    Anyone else had this problem and solved it?

    Sorry no help here, but just want to state that I have a similar problem. Having upgraded to Snow Leopard, and Quicktime X and Quicktime 7 (Pro) installed the Quicktime plugin doesn't work in Safari. Firefox works o.k.
    I do have Flip4Mac WMV installed - not sure whether that's relevant.

  • Weblogic Server Plugin Broken

    With Notrox installed the weblogic Server plugin stops working. The tree of servers will not build.

    It would be helpful if you can explain the problem in detail. In addition, provide the following information.
    - What OS are you working on?
    - The WebLogic server version
    - Help > About NitroX > Click on Eclipse icon - Version & build id
    - Help > About NitroX > Click on NitroX icon - Version & build id
    - Are you able to create the server configuration at Window > Preferences > NitroX > Server Configuration
    - What JDK did you select for the server configuration?
    - Is your application associated with the above server configuration - Run > Run ... (Debug...) > Web Application?
    - When you Run/Debug, do you see the server start-up message in the Console View?

  • HttpMail Plugin broken by 10.5.6

    Hello,
    I just installed mac os X 10.5.6 and now my http mail plugin doesn't work. As the program is still avaible from apple.com it's something to be solved quickly.
    Thanks

    The problem has been fixed - download the 1.53 version from http://www.automagic-software.com/downloads.php.
    Install and everything should be fine

Maybe you are looking for