Hi,
I’m working on a project, I noticed that the image in the foreground of the page I was modyfing disappeared so I closed the designer hopying it would fix itself, but it got worse. I reopened the project and now I can’t open the main window, the error is:
java.io.EOFException
at java.base/java.util.zip.GZIPInputStream.readUByte(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.readUShort(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.<init>(Unknown Source)
at com.inductiveautomation.factorypmi.application.model.WindowInfo.getInputStream(WindowInfo.java:145)
at com.inductiveautomation.factorypmi.application.model.WindowCache._loadWindow(WindowCache.java:310)
at com.inductiveautomation.factorypmi.application.model.WindowCache.openWindow(WindowCache.java:289)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace$DesigntimeWindowOpener.openWindow(WindowWorkspace.java:3500)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace.openWindow(WindowWorkspace.java:1294)
at com.inductiveautomation.factorypmi.designer.model.navtree.WindowNode.open(WindowNode.java:268)
at com.inductiveautomation.ignition.designer.navtree.model.AbstractResourceNavTreeNode.onDoubleClick(AbstractResourceNavTreeNode.java:257)
at com.inductiveautomation.ignition.designer.navtree.NavTreePanel$MouseListener.lambda$mousePressed$0(NavTreePanel.java:655)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Ignition v8.0.2 (b2019060511)
Java: Azul Systems, Inc. 11.0.3
I exported the window but the bin file is empty.
I hope you can help me.
Daniele