You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there's something wrong with the Docker version published with the latest tag (0.2.15, but possibly running master code?). It always gives a NPE when parsing the state file:
kafka-gitops -f state.yaml validate
java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at com.devshawn.kafka.gitops.config.ManagerConfig_Builder.setConfigFile(ManagerConfig_Builder.java:221)
at com.devshawn.kafka.gitops.config.ManagerConfig$Builder.setConfigFile(ManagerConfig.java:27)
at com.devshawn.kafka.gitops.cli.ValidateCommand.generateStateManagerConfig(ValidateCommand.java:41)
at com.devshawn.kafka.gitops.cli.ValidateCommand.call(ValidateCommand.java:25)
at com.devshawn.kafka.gitops.cli.ValidateCommand.call(ValidateCommand.java:15)
at picocli.CommandLine.executeUserObject(CommandLine.java:1783)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at com.devshawn.kafka.gitops.MainCommand.main(MainCommand.java:84)
This same command works fine on the image tagged with 0.2.15. I suspect recent changes on master caused this but have no way to verify this.
The text was updated successfully, but these errors were encountered:
Hi, there's something wrong with the Docker version published with the
latest
tag (0.2.15, but possibly runningmaster
code?). It always gives a NPE when parsing the state file:This same command works fine on the image tagged with
0.2.15
. I suspect recent changes onmaster
caused this but have no way to verify this.The text was updated successfully, but these errors were encountered: