I have a module that builds, loads and runs on 8.1.0.
However, the same module will not start on 8.1.1
ext.sdk_version = “8.1.0”
requiredIgnitionVersion “8.1.0”
requiredFrameworkVersion “8”
I have tried changing requiredIgnitionVersion to 8.1.1
it still fails to load.
any ideas on what I can do to fix this?
Caused by: java.util.MissingFormatArgumentException: Format specifier '%s'
at java.base/java.util.Formatter.format(Unknown Source)
at java.base/java.util.Formatter.format(Unknown Source)
at com.inductiveautomation.ignition.common.util.LoggerEx.createMessage(LoggerEx.java:187)
at com.inductiveautomation.ignition.common.util.LoggerEx.warnf(LoggerEx.java:287)
at com.inductiveautomation.perspective.common.api.ComponentRegistry.registerComponent(ComponentRegistry.java:83)
at com.faker.gateway.fakeName.startup(fakeName.java:38)
at com.inductiveautomation.ignition.gateway.modules.ModuleManagerImpl$LoadedModule.startup(ModuleManagerImpl.java:2433)
... 16 more