I tried to run a new project but my designer launcher doesn't run
this is my logs
designerlauncher.log (771.0 KB)
and this is the output win I run it on cmd ('C:\Users\Electronica' is not recognized as an internal or external command,
operable program or batch file.)
You may need to put some quotes around it if there are spaces in the path.
Maybe:
"C:\Users\Electronica Care\.ignition\cache\resources\runtimes\17.0.8\bin\java.exe" -classpath "C:\Users\Electronica Care\.ignition\cache\resources\platform\launchclient.jar\00000000887A036A\launchclient.jar" -Djavaws.sr.gateway.addr.0=http://localhost:8088 -Djavaws.sr.launchts=1699448002526 -Djavaws.sr.main=com.inductiveautomation.ignition.designer.DesignerStartupHook -Djavaws.sr.platform.edition= -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.basic=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.synth=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.tree=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
ok, That is the new output
WARNING: package com.sun.awt not in java.desktop
WARNING: package com.apple.eawt not in java.desktop
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by com.inductiveautomation.ignition.client.launch.Launcher (file:/C:/Users/Electronica%20Care/.ignition/cache/resources/platform/launchclient.jar/00000000887A036A/launchclient.jar)
WARNING: Please consider reporting this to the maintainers of com.inductiveautomation.ignition.client.launch.Launcher
WARNING: System::setSecurityManager will be removed in a future release
Starting Bootstrap Loader v3.0
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "" is null
at java.desktop/javax.swing.ImageIcon.(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:476)
at com.inductiveautomation.ignition.client.launch.Launcher.startLauncherInitial(Launcher.java:286)
at com.inductiveautomation.ignition.client.launch.Launcher.startLauncherInitial(Launcher.java:272)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.(BootstrapSwing.java:62)
at com.inductiveautomation.ignition.client.launch.BootstrapSwing.main(BootstrapSwing.java:46)
@jcoffman any idea?
I uninstall Java.exe from my laptop so logs has been updated
designerlauncher.log (55.4 KB)
You have a few weird errors in the log i wouldn't really expect and it looks like the launched client cant get its own resource from within the jar itself which is strange. Do you have any AV or anything that might meddle with the contents of the C:\Users\Electronica Care\.ignition
directory? You could try to remove the following folders and files and retry:
C:\Users\Electronica Care\.ignition\cache
C:\Users\Electronica Care\.ignition\clientlauncher-data\launchclient.jar
C:\Users\Electronica Care\.ignition\clientlauncher-data\launchclient.jar.chk
C:\Users\Electronica Care\.ignition\clientlauncher-data\images
I already delete them and noting changes
I would reach out to support at this point so we can look a little deeper into whats happening here.
Thank you