In general you should create an issue for such reports. It looks at first glance that the save failed. Was there an error message during the save?
Is there an archive of your previous project file with the tilde extension? e.g. MyProject.zargo should have an archive file of MyProject.zargo~ Try copying that archive to NewProject.zargo and see if you can open that. (don't overwrite any of your existing files just in case there is something that can and needs to be rescued) How do you normally startup ArgoUML? If save is failing then I suspect that you are running out of memory and don't have your JVM parameters set correctly. Saving as .uml could be safer if you have low memory. Bob. 2009/1/27 Gustavo Soeiro Senise <[email protected]>: > Hi folks, > > I thank you Nyambayar, Bob, Michiel and Dave for your observations. > > I have been a little busy these days building a UML class diagram from a very > weird MVC php system, so sometimes its going to take a while for me to answer. > > While doing this reverse engineer I got an error. I don't know where to go > for help, if a I should paste the error here or in another post or another > list. > > So I am pasting here anyway. It ocurred when I was trying to open a file that > I have just closed a few seconds before this attempt. I did that because of > that: when I create a new Datatype, I always have to restart ArgoUML so I can > see the new Datatype in the Type list of the parameter. So I have to restart > Argo a few times when creating my model. Suddenly it stops to open my file > spitting this error. Anyone can help me with that error? > > Thank you all! > > Error opening file : sigcf.zargo System Info: > ArgoUML version : 0.26.2 > Java Version : 1.6.0_07 > Java Vendor : Sun Microsystems Inc. > Java Vendor URL : http://java.sun.com/ > Java Home Directory : /usr/lib/jvm/java-6-sun-1.6.0.07/jre > Java Classpath : ./argouml.jar > Operation System : Linux, Version 2.6.24-23-generic > Architecture : i386 > User Name : gustavo > User Home Directory : /home/gustavo > Current Directory : /home/gustavo/programas/argouml-0.26.2 > JVM Total Memory : 23142400 > JVM Free Memory : 3477936 > > > Error occurred at : Tue Jan 27 11:02:38 BRST 2009 > Cause : java.io.EOFException: Unexpected end of ZLIB input stream > at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223) > at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141) > at java.util.zip.ZipInputStream.read(ZipInputStream.java:146) > at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:92) > at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:70) > at > org.argouml.persistence.ZargoFilePersister.getEntryNames(ZargoFilePersister.java:618) > at > org.argouml.persistence.ZargoFilePersister.doLoad(ZargoFilePersister.java:218) > at org.argouml.ui.ProjectBrowser.loadProject(ProjectBrowser.java:1631) > at org.argouml.ui.LoadSwingWorker.construct(LoadSwingWorker.java:71) > at org.argouml.ui.SwingWorker.doConstruct(SwingWorker.java:139) > at org.argouml.ui.SwingWorker$2.run(SwingWorker.java:267) > at java.lang.Thread.run(Thread.java:619) > ------- > Full exception : org.argouml.persistence.OpenException: java.io.EOFException: > Unexpected end of ZLIB input stream > at > org.argouml.persistence.ZargoFilePersister.doLoad(ZargoFilePersister.java:225) > at org.argouml.ui.ProjectBrowser.loadProject(ProjectBrowser.java:1631) > at org.argouml.ui.LoadSwingWorker.construct(LoadSwingWorker.java:71) > at org.argouml.ui.SwingWorker.doConstruct(SwingWorker.java:139) > at org.argouml.ui.SwingWorker$2.run(SwingWorker.java:267) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.io.EOFException: Unexpected end of ZLIB input stream > at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223) > at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141) > at java.util.zip.ZipInputStream.read(ZipInputStream.java:146) > at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:92) > at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:70) > at > org.argouml.persistence.ZargoFilePersister.getEntryNames(ZargoFilePersister.java:618) > at > org.argouml.persistence.ZargoFilePersister.doLoad(ZargoFilePersister.java:218) > ... 5 more > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1058945 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1058962 To unsubscribe from this discussion, e-mail: [[email protected]].
