Hi Gustavo and *, This looks like issue 4790 or issue 4717, but I get the impression that this is caused by the user opening a file that is still being written in a background process. Is that possible?
Regards, Michiel Gustavo Soeiro Senise wrote: > 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=1058989 To unsubscribe from this discussion, e-mail: [[email protected]].
