desktop marvin problem

User 870ab5b546

13-01-2011 14:19:34

When I try to start my desktop version of Marvin, it won't launch, and I get an error:


chemaxon.marvin.sketch.templates.TemplateIOException: Error reading template set location: chemaxon/marvin/templates/ACEGenerics3D.t
at chemaxon.marvin.sketch.templates.TemplateSetLocation.createTemplateSet(Unknown Source)
at chemaxon.marvin.sketch.templates.TemplateSetLocation.getTemplateSet(Unknown Source)
at chemaxon.marvin.sketch.templates.TemplateLibrary.getTemplateSets(Unknown Source)
at chemaxon.marvin.sketch.swing.templates.TemplateHandler.initClean2DTemplates(Unknown Source)
at chemaxon.marvin.sketch.swing.templates.TemplateHandler.initTemplateSets(Unknown Source)
at chemaxon.marvin.sketch.swing.templates.TemplateHandler.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:592)
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:592)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

What file is telling it to look for ACEGenerics3D.t, and how can I get it to stop?

ChemAxon 7c2d26e5cf

14-01-2011 14:16:43

Probably there are some deprecated information in your marvin.properties or in marvin.mytemplates file. Please rename it temporary and try it again. You can find them in the .chemaxon sub-directory in your user home directory.


Is it help?

User 870ab5b546

14-01-2011 15:29:08

Yes, that fixed the problem, thanks.