User e21f251256
15-01-2010 21:30:49
We occasionally see this exception when displaying a JDialog that contains an MSketchPane. Can anyone at Chemaxon give us a hint about what the problem might be?
This is using Marvin 5.2.04
Ryan
java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:33)
at chemaxon.marvin.sketch.AbbrevGroupCollection.<init>(AbbrevGroupCollection.java:62)
at chemaxon.marvin.sketch.swing.SketchPanel.molLoaderFinished(SketchPanel.java:3344)
at chemaxon.marvin.util.MolLoader.run(MolLoader.java:371)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
at java.awt.Dialog$1.run(Dialog.java:517)
at java.awt.Dialog$2.run(Dialog.java:545)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:543)
at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:843)
at chemaxon.marvin.common.swing.modules.ExceptionFrame.runErrorDialog(ExceptionFrame.java:167)
at chemaxon.marvin.common.swing.modules.ExceptionFrame.show(ExceptionFrame.java:141)
at chemaxon.marvin.common.swing.modules.ExceptionFrame.access$000(ExceptionFrame.java:29)
at chemaxon.marvin.common.swing.modules.ExceptionFrame$1.run(ExceptionFrame.java:98)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
at java.awt.Dialog$1.run(Dialog.java:517)
at java.awt.Dialog$2.run(Dialog.java:545)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:543)
at java.awt.Component.show(Component.java:1300)
at java.awt.Component.setVisible(Component.java:1253)