- This topic has 3 replies, 2 voices, and was last updated 19 years ago by Riyad Kalla.
-
AuthorPosts
-
mdwoolleyMemberI just created a .umr file and reverse engineered some classes. I was following the tutorial and using the tool for UML for the first time. The message goes on to say “Your file might be corrupted. Please file a bug report at http://www.myeclipseide.com”.
The log file contains the following:
!ENTRY com.genuitec.eclipse.uml 4 0 2005-11-01 13:24:36.574
!MESSAGE A problem occurred while saving: “null”.
Your file might be corrupted.
Please file a bugreport at http://www.myeclipseide.com
!STACK 0
org.argouml.persistence.SaveException
at org.argouml.persistence.ZargoFilePersister.doSave(ZargoFilePersister.java:230)
at org.argouml.persistence.AbstractFilePersister.save(AbstractFilePersister.java:180)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:186)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:123)
at com.genuitec.eclipse.uml.editor.UMLEditor$2.run(UMLEditor.java:449)
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:438)
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:1149)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2673)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2686)
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$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
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:324)
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)
Caused by: org.argouml.persistence.SaveException
at org.argouml.persistence.ModelMemberFilePersister.save(ModelMemberFilePersister.java:162)
at org.argouml.persistence.ZargoFilePersister.doSave(ZargoFilePersister.java:200)
… 46 more
Caused by: ru.novosoft.uml.xmi.IncompleteXMIException
at org.argouml.model.uml.XmiWriter.write(XmiWriter.java:76)
at org.argouml.persistence.ModelMemberFilePersister.save(ModelMemberFilePersister.java:160)
… 47 more
Caused by:
org.argouml.persistence.SaveException
at org.argouml.persistence.ModelMemberFilePersister.save(ModelMemberFilePersister.java:162)
at org.argouml.persistence.ZargoFilePersister.doSave(ZargoFilePersister.java:200)
at org.argouml.persistence.AbstractFilePersister.save(AbstractFilePersister.java:180)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:186)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:123)
at com.genuitec.eclipse.uml.editor.UMLEditor$2.run(UMLEditor.java:449)
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:438)
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:1149)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2673)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2686)
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$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
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:324)
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)
Caused by: ru.novosoft.uml.xmi.IncompleteXMIException
at org.argouml.model.uml.XmiWriter.write(XmiWriter.java:76)
at org.argouml.persistence.ModelMemberFilePersister.save(ModelMemberFilePersister.java:160)
… 47 more
Caused by:
ru.novosoft.uml.xmi.IncompleteXMIException
at org.argouml.model.uml.XmiWriter.write(XmiWriter.java:76)
at org.argouml.persistence.ModelMemberFilePersister.save(ModelMemberFilePersister.java:160)
at org.argouml.persistence.ZargoFilePersister.doSave(ZargoFilePersister.java:200)
at org.argouml.persistence.AbstractFilePersister.save(AbstractFilePersister.java:180)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:186)
at org.argouml.uml.ui.ActionSaveProject.trySave(ActionSaveProject.java:123)
at com.genuitec.eclipse.uml.editor.UMLEditor$2.run(UMLEditor.java:449)
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:438)
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:1149)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2673)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2686)
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$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
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:324)
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)
Riyad KallaMemberDoes this occur every time, or only this one time saving? What version of MyEclipse are you using?
mdwoolleyMemberMyEclipse version 4.0.3 GA with Eclipse 3.1.
I created another diagram and this one saved OK. If I have a repeat of this incident I’ll post again.
Riyad KallaMemberThank you, keep us posted.
-
AuthorPosts