Hi
For a while now I have struggled with a problem when trying to connect to a Ignition Edge gateway (8.3.2) from several computers, within the network and through VPN. Reading from a launch_error-log it seems like it struggles with downloading a file called “security-8.3.2.jar”
For “fun” I tried to put the url in a browser, where it also started downloading the file, but stops at around 15kb, eventually timing out.
Designer launcher is 1.3.2 on my computer and the problematic Ignition Edge is installed on ma Windows 10 IOT PC. I tried Ignition 8.1.50 earlier, and it worked ok.
I tried to set "signature.verification.strength": "LOOSE" in the designer-launcher.json on my computer(s).
There is no problem connecting to a similar Ignition Edge with same version on a Wago Edge PC.
I’ve tried disabling the firewall
Downloading "http://xx.xxx.xxx.xx:8088/system/jar/m/security-8.3.2.jar" (timeout=60000)...
Connect successful.
Starting download of 18755 bytes
Only read 15551 bytes in 60018ms!
Download attempt #2 for file security-8.3.2.jar failed.
Has anyone experienced this before? Looking for some tips on what to check.
INFO [CompositeClassRejectListFilter] [2025/12/21 21:26:15]: Initialization performed successfully
INFO [CompositeClassRejectListFilter] [2025/12/21 21:26:15]: JVM-wide ObjectInputFilter set up successfully
INFO [CompositeClassRejectListFilter] [2025/12/21 21:26:15]: Platform serialFilter has 88 pattern(s)
INFO [DesignerLauncher ] [2025/12/21 21:26:15]: Set initial logging level to INFO
INFO [GatewayConnect ] [2025/12/21 21:26:19]: Attempting to connect to gateway http://xx.xxx.xxx.xx:8088...
INFO [LaunchUtil ] [2025/12/21 21:26:20]: Starting Java with the following parameters: C:\Program Files\Inductive Automation\Designer Launcher\jre\bin\java.exe -classpath C:\Users\HansOlavRønning.ignition\cache\resources\platform\launchclient.jar\00000000607E8D0A\launchclient.jar -Dignition.gateway.addr.0=http://xx.xxx.xxx.xx:8088 -Dignition.launchts=1766348780574 -Dignition.main=com.inductiveautomation.ignition.designer.DesignerStartupHook -Dignition.edition=edge -Dignition.plugins=edge-panel,edge-eam,edge-iiot,edge-sync,edge-compute -Xms512M -Xmx2048M -Dignition.memory.init=512M -Dignition.memory.max=2048M --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=java.desktop/java.awt.event=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.tree=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.synth=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.awt.image=ALL-UNNAMED --add-exports=java.desktop/sun.awt.shell=ALL-UNNAMED --add-exports=java.desktop/sun.awt.windows=ALL-UNNAMED --add-exports=java.desktop/sun.swing=ALL-UNNAMED --add-exports=java.desktop/sun.swing.plaf.synth=ALL-UNNAMED --add-exports=java.desktop/sun.swing.table=ALL-UNNAMED --add-exports=java.desktop/sun.print=ALL-UNNAMED --add-exports=java.base/sun.security.action=ALL-UNNAMED -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=false -Dignition.screen=0 -Dignition.scope=D com.inductiveautomation.ignition.client.launch.BootstrapSwing
You're going to need to look at AV/security software, firewalls, VPN configurations, etc...
10000% it's something doing packet/traffic inspection and a false positive is triggering on the contents of that JAR file.
2 Likes