Need help! I could not open the ignition project with Designer Launcher; it always loaded the verfing, and nothing opened. I tried solutions for similar problems, and nothing worked for me. show "the verification screen" no errors appear.
designerlauncher.log (159.6 KB)
Can you run this command (copy/paste it from here or that log file) in a command prompt and then copy that output here for us to see?
C:\Users\Lenovo\.ignition\cache\resources\runtimes\17.0.12\bin\java.exe -classpath C:\Users\Lenovo\.ignition\cache\resources\platform\launchclient.jar\000000002CE86F06\launchclient.jar -Djavaws.sr.gateway.addr.0=http://localhost:8088 -Djavaws.sr.launchts=1737289328006 -Djavaws.sr.main=com.inductiveautomation.ignition.designer.DesignerStartupHook -Djavaws.sr.platform.edition=maker -Djavaws.sr.platform.plugins= -Xms64M -Xmx1024M -Djavaws.sr.memory.init=64M -Djavaws.sr.memory.max=1024M --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
WARNING: package com.sun.awt not in java.desktop
WARNING: package com.apple.eawt not in java.desktop
Initialization performed successfully
JVM-wide ObjectInputFilter set up successfully
Platform serialFilter has ?? pattern(s)
Starting Bootstrap Loader v3.0
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "<parameter1>" is null
at java.desktop/javax.swing.ImageIcon.<init>(Unknown Source)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.getBrandIcons(BootstrapSwing.java:141)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.brandFrame(BootstrapSwing.java:152)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.showSplash(BootstrapSwing.java:489)
at com.inductiveautomation.ignition.client.launch.Launcher.startLauncher(Launcher.java:482)
at com.inductiveautomation.ignition.client.launch.Launcher.startLauncherInitial(Launcher.java:292)
at com.inductiveautomation.ignition.client.launch.Launcher.startLauncherInitial(Launcher.java:278)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.<init>(BootstrapSwing.java:62)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.main(BootstrapSwing.java:46)
Is there anything else or is it just that?
It's Just that.
Hmm. It might be worth trying to launch again after deleting the ~/.ignition/cache
folder entirely.
I'm not sure why this is happening, it seems some resource files are missing from the JAR files in your cache. If they continue to be missing after deleting the cache and launching again then it's possible some firewall or network security is intereferring.
I removed the cache and still the same problem ==> i install it on anthor machine and worked , it's definitely the firewall which make the problem.
Thanks for helping.