We have an Ignition Gateway at a remote site that we VPN to using a cellular modem. When trying to use the client launcher it gets stuck for a couple minutes on the “Downloading Project” screen. It will eventually get up to about 60% downloaded and then we get the following error:
Error launching application:
EOFException: Unexpected end of ZLIB input stream
We are also having this issue. The Ignition Gateway is on a remote site and a computer with the client launcher connects to the Ignition Gateway via Radio communication. Did you find a solution to this? Thanks.
I honestly don’t recall what I did to get past this, but it was probably purging the Java cache. That seems to be the solution to a bunch of weird launching issues.
I've the same error, any solution found? I didn´t understand how to delete the Java cache. Can someone provide where is located the Java library cache.
I just ran into this when restoring an edge backup (8.1.35, Ubuntu 22). I fixed it by stopping the gateway, deleting folder <installDirectory>/data/jar-cache, and restarting the gateway.
I have some edge devices that are remote and I don't have the best support onsite to delete folders on the device. Any other workaround besides deleting the cache? How to prevent in the future?
Then you could try deleting the .ignition/cache/ directory under your local user profile folder - this is one of the rare occasions where that might actually help. If that really doesn't work, but you've got access to the gateway web interface, you could do something pretty hacky:
Use a separate, working Ignition install to create a gateway startup script that deletes the jar-cache folder in question (I'm not convinced that's related to this issue, but it's the only breadcrumb you have to go on).
Export the project from that gateway.
Import it into the affected gateway.
Et voila, you've run code on the machine that you don't otherwise have access to.