I am trying to help a coworker with a simple script module that seems to be causing the launcher to hang when opening a project. It will load correctly to the gateway, but get stuck on “Initializing Scripting…” when opening a project through the designer launcher.
I am trying to figure out how to troubleshoot the issue, however I don’t get anything in the gateway logs, and I don’t see anything in the ~/.ignition cache directory that looks like a log.
for this situation you can grab the actual launch command from the designerlauncher.log file and just run that in a terminal. you should get all stderr and stdout output in your terminal that way which might help you debug where the issue is.
To update any of those curious, the problem here was that my DesignerHook was failing to add the ClientScriptModule because it was unable to find the class definition. This was because in my top level build.gradle I was not applying the :client project to the designer scope. To fix this I changed my projectScope from