My Ignition version is 8.1.5 and I’m using SDK version 8.1.0
I modified the Ignition Perspective SDK example, made a successful build and successfully installed it on the gateway (nothing unusual in the gateway logs). I get this when I try to launch the Designer:
Here’s the launch error log file (launch_error_2021-08-10_10-37-25.log (19.6 KB)).
It seems to fail at (or before?) the end:
Launch failed on step “DownloadJarsStep” with error:
com.inductiveautomation.ignition.client.launch.steps.HttpResponseException: 400: Illegal character SPACE=' '
at com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep.downloadJar(DownloadJarsStep.java:140)
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:21)
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(Unknown Source)
So I’m guessing I incorrectly modified some parameter or value and include a space where there should be one? I’ll start looking. Any suggestion where to start (I refactors all the ‘fakester’ stuff and copied/modified the dancing banana component with a different image).
Thank you!