Geoffrey Kwan wrote: > Weird, it seems as if this problem has gone away. To answer your > question the converter uses OTViewerHelper.loadOTrunk to initialize. > > Issue #1 > I have a minor issue that seems to be similar to a previous issue. > > I receive this error while converting an OTrunkModel step, it seems as > if it is pre-pending a % > Can't find object to copy: %http://mw.concord.org/modeler/index.html > skipping object > > Here is the content within the concord otml that I retrieve the step > from that I believe is causing the error. > <div style="font-style: italic; font-family: Optima; color: rgb(0, > 102, 0); margin: 0px 10px 5px 10px;"> > <font size="-1">Powered by the <a > href='http://mw.concord.org/modeler/index.html'>Molecular > Workbench</a> software.</font> > </div> I'll work on making a simple test for this and then fixing it.
> > Issue #2 > I receive this stack trace when I try to run the converted project. > The model still runs fine but I was wondering why I receive this error. > java.io.FileNotFoundException: /Users/geoffreykwan/Library/Application > Support/Molecular Workbench/properties/system.xml (No such file or > directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at > org.concord.modeler.Initializer.readSystemProperties(Initializer.java:274) > at org.concord.modeler.Initializer.read(Initializer.java:90) > at org.concord.modeler.Initializer.init(Initializer.java:99) > at org.concord.otrunkmw.ModelerPage.initMw(ModelerPage.java:40) > at org.concord.otrunkmw.ModelerPage.<init>(ModelerPage.java:33) > 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:494) > at java.lang.Class.newInstance0(Class.java:350) > at java.lang.Class.newInstance(Class.java:303) > at > org.concord.framework.otrunk.DefaultOTController.createRealObjectInternal(DefaultOTController.java:77) > at > org.concord.framework.otrunk.DefaultOTController.createRealObject(DefaultOTController.java:65) > at > org.concord.otrunk.OTControllerServiceImpl.initializeAndStoreRelationships(OTControllerServiceImpl.java:458) > at > org.concord.otrunk.OTControllerServiceImpl.setupRealObject(OTControllerServiceImpl.java:293) > at > org.concord.otrunk.OTControllerServiceImpl.getRealObject(OTControllerServiceImpl.java:94) > at > org.concord.otrunkmw.OTModelerPageView.getComponent(OTModelerPageView.java:61) > at > org.concord.otrunk.view.OTJComponentServiceImpl.getComponent(OTJComponentServiceImpl.java:58) > at > org.concord.otrunk.view.OTViewContainerPanel.createJComponent(OTViewContainerPanel.java:360) > at > org.concord.otrunk.view.OTViewContainerPanel$CreateComponentTask.run(OTViewContainerPanel.java:460) > 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.pumpEvents(EventDispatchThread.java:184) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) This is an issue with MW. It probably is harmless. If you have run MW as a standalone application at least once then you would not get this error. I've sent a message to Charles the MW developer to see if he can clean this up. Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
