User 502c546f4e
02-07-2008 06:59:09
Hi
I'd just installed MarvinBeans 5.0.6 on my iMAc running Mac OS X 10.5.4. However, I have a problem launching MarvinSketch. It gives me an unknown error. When I click Stack Trace, the following is generated:
java.lang.NullPointerException
at chemaxon.marvin.sketch.swing.actions.ZoomTool.access$000(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool$1.getItemCount(Unknown Source)
at apple.laf.CUIAquaComboBoxPopup.shouldScroll(CUIAquaComboBoxPopup.java:77)
at apple.laf.CUIAquaComboBoxPopup.updateContents(CUIAquaComboBoxPopup.java:28)
at apple.laf.CUIAquaComboBoxPopup.configurePopup(CUIAquaComboBoxPopup.java:22)
at javax.swing.plaf.basic.BasicComboPopup.<init>(BasicComboPopup.java:319)
at apple.laf.CUIAquaComboBoxPopup.<init>(CUIAquaComboBoxPopup.java:14)
at apple.laf.CUIAquaComboBox.createPopup(CUIAquaComboBox.java:91)
at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:212)
at apple.laf.CUIAquaComboBox.installUI(CUIAquaComboBox.java:30)
at javax.swing.JComponent.setUI(JComponent.java:653)
at javax.swing.JComboBox.setUI(JComboBox.java:238)
at javax.swing.JComboBox.updateUI(JComboBox.java:247)
at javax.swing.JComboBox.init(JComboBox.java:212)
at javax.swing.JComboBox.<init>(JComboBox.java:164)
at chemaxon.marvin.sketch.swing.actions.ZoomTool$1.<init>(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool.createTool(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool.getTool(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomToolAction.getToolBarItem(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.CustomToolBarItemController.createAndBindItem(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.AbstractItemController.getComponent(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.AbstractToolBarItemController.fill(Unknown Source)
at chemaxon.marvin.uif.controller.impl.ToolBarControllerImpl.fillContainer(Unknown Source)
at chemaxon.marvin.uif.controller.impl.AbstractTopLevelController.contentChanged(Unknown Source)
at chemaxon.marvin.uif.controller.impl.AbstractTopLevelController.getContainer(Unknown Source)
at chemaxon.marvin.uif.controller.impl.ToolBarControllerImpl.getToolBar(Unknown Source)
at chemaxon.marvin.uif.module.GUIModule.getToolBar(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.addToolBar(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.addToolBars(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.setRegistry(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.<init>(Unknown Source)
at chemaxon.marvin.sketch.swing.SketchPanel.molInit(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel.init(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel.setProperties(Unknown Source)
at chemaxon.marvin.sketch.swing.SketchPanel.setProperties(Unknown Source)
at chemaxon.marvin.beans.MarvinPane.setParams(Unknown Source)
at chemaxon.marvin.beans.MarvinPane.init(Unknown Source)
at chemaxon.marvin.beans.MSketchPane.<init>(Unknown Source)
at chemaxon.marvin.beans.MSketchPane.<init>(Unknown Source)
at chemaxon.marvin.Sketch.<init>(Unknown Source)
at chemaxon.marvin.Sketch.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.MacLauncher.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Can anyone help?
Thanks in advance,
Ed
I'd just installed MarvinBeans 5.0.6 on my iMAc running Mac OS X 10.5.4. However, I have a problem launching MarvinSketch. It gives me an unknown error. When I click Stack Trace, the following is generated:
java.lang.NullPointerException
at chemaxon.marvin.sketch.swing.actions.ZoomTool.access$000(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool$1.getItemCount(Unknown Source)
at apple.laf.CUIAquaComboBoxPopup.shouldScroll(CUIAquaComboBoxPopup.java:77)
at apple.laf.CUIAquaComboBoxPopup.updateContents(CUIAquaComboBoxPopup.java:28)
at apple.laf.CUIAquaComboBoxPopup.configurePopup(CUIAquaComboBoxPopup.java:22)
at javax.swing.plaf.basic.BasicComboPopup.<init>(BasicComboPopup.java:319)
at apple.laf.CUIAquaComboBoxPopup.<init>(CUIAquaComboBoxPopup.java:14)
at apple.laf.CUIAquaComboBox.createPopup(CUIAquaComboBox.java:91)
at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:212)
at apple.laf.CUIAquaComboBox.installUI(CUIAquaComboBox.java:30)
at javax.swing.JComponent.setUI(JComponent.java:653)
at javax.swing.JComboBox.setUI(JComboBox.java:238)
at javax.swing.JComboBox.updateUI(JComboBox.java:247)
at javax.swing.JComboBox.init(JComboBox.java:212)
at javax.swing.JComboBox.<init>(JComboBox.java:164)
at chemaxon.marvin.sketch.swing.actions.ZoomTool$1.<init>(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool.createTool(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomTool.getTool(Unknown Source)
at chemaxon.marvin.sketch.swing.actions.ZoomToolAction.getToolBarItem(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.CustomToolBarItemController.createAndBindItem(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.AbstractItemController.getComponent(Unknown Source)
at chemaxon.marvin.uif.controller.impl.item.AbstractToolBarItemController.fill(Unknown Source)
at chemaxon.marvin.uif.controller.impl.ToolBarControllerImpl.fillContainer(Unknown Source)
at chemaxon.marvin.uif.controller.impl.AbstractTopLevelController.contentChanged(Unknown Source)
at chemaxon.marvin.uif.controller.impl.AbstractTopLevelController.getContainer(Unknown Source)
at chemaxon.marvin.uif.controller.impl.ToolBarControllerImpl.getToolBar(Unknown Source)
at chemaxon.marvin.uif.module.GUIModule.getToolBar(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.addToolBar(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.addToolBars(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.setRegistry(Unknown Source)
at chemaxon.marvin.uif.aloe.AloeDockHandler.<init>(Unknown Source)
at chemaxon.marvin.sketch.swing.SketchPanel.molInit(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel.init(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel.setProperties(Unknown Source)
at chemaxon.marvin.sketch.swing.SketchPanel.setProperties(Unknown Source)
at chemaxon.marvin.beans.MarvinPane.setParams(Unknown Source)
at chemaxon.marvin.beans.MarvinPane.init(Unknown Source)
at chemaxon.marvin.beans.MSketchPane.<init>(Unknown Source)
at chemaxon.marvin.beans.MSketchPane.<init>(Unknown Source)
at chemaxon.marvin.Sketch.<init>(Unknown Source)
at chemaxon.marvin.Sketch.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.MacLauncher.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Can anyone help?
Thanks in advance,
Ed