- This topic has 7 replies, 2 voices, and was last updated 18 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
jimisolaMemberHi!
I upgraded to MyEclipse 4.1M1 and now I can’t save my UMR file.
As you can see below the filename has for some reason “/home/jimisola” repeated 3 times.
Do you have quick fix or must I go back to 4.0.x?
Jimisola
!ENTRY com.genuitec.eclipse.uml 4 0 2005-12-07 18:05:45.779
!MESSAGE Exception occured during save attempt
!STACK 0
java.io.FileNotFoundException: home/jimisola/home/jimisola/home/jimisola/stickybit/project/p4clients/iso/main/doc/de
veloper_docs/system_design/system_design.umr (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at org.argouml.persistence.ZargoFilePersister.doSave(ZargoFilePersister.java:156)
at org.argouml.persistence.AbstractFilePersister.save(AbstractFilePersister.java:180)
at com.genuitec.eclipse.uml.editor.UMLEditor$2.run(UMLEditor.java:468)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
at com.genuitec.eclipse.uml.editor.UMLEditor.doSave(UMLEditor.java:441)
at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95)
at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:116)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:624)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:621)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2134)
at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:122)
at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:100)
at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1154)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2714)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2727)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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 org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
jimisolaMemberI also got a message about “Unable to save previous state of file” or something similar.
I don’t know if it popped up when I tried to save manually or when I closed the file.
jimisolaMemberFYI, everything workslwhen I went back to 4.0.3 GA.
Riyad KallaMemberJimisola,
Do you have two parallel installs (I wantt o ask you to test something) or did you uninstall 4.1 already?
jimisolaMemberSorry, only one instance. Too much work to have two up and running and I had some urgent UML diagrams to create.
Tell me what to check as I might have time to check it when things cool down.
Riyad KallaMemberNo worries I kicked this off to our UML team to try and reproduce. There was *a lot* of work that went in after M1 and will be in M2 in 2 weeks so hopefully it shouldn’t still occur, otherwise we have to cut someone’s hand off from the UML team.
jimisolaMemberYou can close this issue since it seem to be resolved in 4.1M2.
Riyad KallaMemberThank you for letting us know.
-
AuthorPosts