Designer Launcher could not load the project

Need help! I could not open the ignition project with Designer Launcher, it always stop at 83%, restarted the laptop and it is the same. show "Download attempt #2 for file security-8.1.43.jar failed." in Launch_error.

Ignition: Version: 8.1.43 (b2024082010)
Designer Launcher Version: 1.1.43
My colleague can open the project.

Can you attach a copy of your designerlauncher.log file from ~/.ignition/clientlauncher-data?

designerlauncher.log (17.6 KB)
Thanks!

Ok, can you copy/paste the command from that log and into a terminal and then run it and copy the output back to this thread?

C:\Users\Burensaiyin\AppData\Roaming\Inductive Automation\Designer Launcher\jre\bin\java.exe -classpath C:\Users\Burensaiyin\.ignition\cache\resources\platform\launchclient.jar\000000004B7512FD\launchclient.jar -Djavaws.sr.gateway.addr.0=http://192.170.8.10:8088 -Djavaws.sr.launchts=1734988736118 -Djavaws.sr.main=com.inductiveautomation.ignition.designer.DesignerStartupHook -Djavaws.sr.platform.edition= -Djavaws.sr.platform.plugins= -Xms64M -Xmx4096M -Djavaws.sr.memory.init=64M -Djavaws.sr.memory.max=4096M --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.awt=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 -Djavaws.sr.screen=0 -Djavaws.sr.scope=D com.inductiveautomation.ignition.client.launch.BootstrapSwing

C:\Users\Burensaiyin>C:\Users\Burensaiyin\AppData\Roaming"Inductive Automation""Designer Launcher1"\jre\bin\java.exe -classpath C:\Users\Burensaiyin.ignition\cache\resources\platform\launchclient.jar\000000004B7512FD\launchclient.jar -Djavaws.sr.gateway.addr.0=http://192.170.8.10:8088 -Djavaws.sr.launchts=1734988736118 -Djavaws.sr.main=com.inductiveautomation.ignition.designer.DesignerStartupHook -Djavaws.sr.platform.edition= -Djavaws.sr.platform.plugins= -Xms64M -Xmx4096M -Djavaws.sr.memory.init=64M -Djavaws.sr.memory.max=4096M --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.awt=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 -Djavaws.sr.screen=0 -Djavaws.sr.scope=D com.inductiveautomation.ignition.client.launch.BootstrapSwing
Error: Could not find or load main class Automation"Designer Launcher1\jre\bin\java.exe
Caused by: java.lang.ClassNotFoundException: Automation"Designer Launcher1\jre\bin\java.exe

Thank you very much for your help!
I have the java.exe in the folder.

Seems to have been a major copy paste error in whatever you tried.

Claiming id in C:\Users\Burensaiyin.ignition\cache\gw192.170.8.10_8088...
... obtaining lock
... lock obtained.
... claimed id 0
Calculated necessary downloads:

<?xml version="1.0" encoding="UTF-8"?> Downloading "http://192.170.8.10:8088/system/jar/m/security-8.1.43.jar" (timeout=60000)... Connect successful. Starting download of 18755 bytes Only read 15550 bytes in 60022ms! Download attempt #0 for file security-8.1.43.jar failed. java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343) at java.base/sun.net.www.MeteredStream.read(MeteredStream.java:141) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3733) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.steps.StepInputStreamWrapper.read(StepInputStreamWrapper.java:46) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.util.CRC32InputStream.read(CRC32InputStream.java:35) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:106) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.downloadJar(DownloadJarsStep.java:172) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:77) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:58) at com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep.runLockedAction(AbstractLaunchStep.java:95) at com.inductiveautomation.ignition.client.launch.steps.BaseStep.runLockedAction(BaseStep.java:24) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.run(DownloadJarsStep.java:55) at com.inductiveautomation.ignition.client.launch.AbstractStepRunner.run(AbstractStepRunner.java:33) at java.base/java.lang.Thread.run(Thread.java:840) Downloading "http://192.170.8.10:8088/system/jar/m/security-8.1.43.jar" (timeout=60000)... Connect successful. Starting download of 18755 bytes Only read 15550 bytes in 60017ms! Download attempt #1 for file security-8.1.43.jar failed. java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343) at java.base/sun.net.www.MeteredStream.read(MeteredStream.java:141) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3733) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.steps.StepInputStreamWrapper.read(StepInputStreamWrapper.java:46) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.util.CRC32InputStream.read(CRC32InputStream.java:35) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:106) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.downloadJar(DownloadJarsStep.java:172) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:77) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:58) at com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep.runLockedAction(AbstractLaunchStep.java:95) at com.inductiveautomation.ignition.client.launch.steps.BaseStep.runLockedAction(BaseStep.java:24) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.run(DownloadJarsStep.java:55) at com.inductiveautomation.ignition.client.launch.AbstractStepRunner.run(AbstractStepRunner.java:33) at java.base/java.lang.Thread.run(Thread.java:840) Downloading "http://192.170.8.10:8088/system/jar/m/security-8.1.43.jar" (timeout=60000)... Connect successful. Starting download of 18755 bytes Only read 15550 bytes in 60005ms! Download attempt #2 for file security-8.1.43.jar failed. java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343) at java.base/sun.net.www.MeteredStream.read(MeteredStream.java:141) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3733) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.steps.StepInputStreamWrapper.read(StepInputStreamWrapper.java:46) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.util.CRC32InputStream.read(CRC32InputStream.java:35) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:106) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.downloadJar(DownloadJarsStep.java:172) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:77) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:58) at com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep.runLockedAction(AbstractLaunchStep.java:95) at com.inductiveautomation.ignition.client.launch.steps.BaseStep.runLockedAction(BaseStep.java:24) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.run(DownloadJarsStep.java:55) at com.inductiveautomation.ignition.client.launch.AbstractStepRunner.run(AbstractStepRunner.java:33) at java.base/java.lang.Thread.run(Thread.java:840) java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343) at java.base/sun.net.www.MeteredStream.read(MeteredStream.java:141) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3733) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.steps.StepInputStreamWrapper.read(StepInputStreamWrapper.java:46) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at com.inductiveautomation.ignition.client.launch.util.CRC32InputStream.read(CRC32InputStream.java:35) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:106) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.downloadJar(DownloadJarsStep.java:172) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:77) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep$DownloadJarsAction.run(DownloadJarsStep.java:58) at com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep.runLockedAction(AbstractLaunchStep.java:95) at com.inductiveautomation.ignition.client.launch.steps.BaseStep.runLockedAction(BaseStep.java:24) at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.run(DownloadJarsStep.java:55) at com.inductiveautomation.ignition.client.launch.AbstractStepRunner.run(AbstractStepRunner.java:33) at java.base/java.lang.Thread.run(Thread.java:840)

9 times out of 10 when somebody encounters an error like this it's because of a firewall, VPN configuration, packet filtering, network appliance, etc... that is inspecting the JAR files and deciding it doesn't like the contents.

You'll probably need some assistance from your IT department.

Thank you very much for your help!