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
{{ message }}
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
We recently upgraded to Solace version 10.7.1.56-5. Since the upgrade, we started getting the message below when trying to backup the configuration. Any help will be appreciated.
java -jar solconfig.jar -H=https://xxxxxxxxx -u=xxxxxx -p=xxxxxx backup vpn xxxxxx java.lang.NullPointerException: Cannot invoke "java.util.List.addAll(java.util.Collection)" because "Requires_Disable" is null at com.solace.tools.solconfig.model.SempSpec.lambda$hardcodeSetup$1(SempSpec.java:78) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at com.solace.tools.solconfig.model.SempSpec.hardcodeSetup(SempSpec.java:76) at com.solace.tools.solconfig.model.SempSpec.setupByString(SempSpec.java:72) at com.solace.tools.solconfig.Commander.setupSempSpec(Commander.java:26) at com.solace.tools.solconfig.Commander.ofSempClient(Commander.java:21) at com.solace.tools.solconfig.cli.SempCfgCommand.init(SempCfgCommand.java:68) at com.solace.tools.solconfig.cli.SubCommand.call(SubCommand.java:14) at com.solace.tools.solconfig.cli.SubCommand.call(SubCommand.java:7) at picocli.CommandLine.executeUserObject(CommandLine.java:2041) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461) at picocli.CommandLine$RunLast.handle(CommandLine.java:2453) at picocli.CommandLine$RunLast.handle(CommandLine.java:2415) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273) at picocli.CommandLine$RunLast.execute(CommandLine.java:2417) at picocli.CommandLine.execute(CommandLine.java:2170) at com.solace.tools.solconfig.App.main(App.java:11)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We recently upgraded to Solace version 10.7.1.56-5. Since the upgrade, we started getting the message below when trying to backup the configuration. Any help will be appreciated.
java -jar solconfig.jar -H=https://xxxxxxxxx -u=xxxxxx -p=xxxxxx backup vpn xxxxxx java.lang.NullPointerException: Cannot invoke "java.util.List.addAll(java.util.Collection)" because "Requires_Disable" is null at com.solace.tools.solconfig.model.SempSpec.lambda$hardcodeSetup$1(SempSpec.java:78) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at com.solace.tools.solconfig.model.SempSpec.hardcodeSetup(SempSpec.java:76) at com.solace.tools.solconfig.model.SempSpec.setupByString(SempSpec.java:72) at com.solace.tools.solconfig.Commander.setupSempSpec(Commander.java:26) at com.solace.tools.solconfig.Commander.ofSempClient(Commander.java:21) at com.solace.tools.solconfig.cli.SempCfgCommand.init(SempCfgCommand.java:68) at com.solace.tools.solconfig.cli.SubCommand.call(SubCommand.java:14) at com.solace.tools.solconfig.cli.SubCommand.call(SubCommand.java:7) at picocli.CommandLine.executeUserObject(CommandLine.java:2041) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461) at picocli.CommandLine$RunLast.handle(CommandLine.java:2453) at picocli.CommandLine$RunLast.handle(CommandLine.java:2415) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273) at picocli.CommandLine$RunLast.execute(CommandLine.java:2417) at picocli.CommandLine.execute(CommandLine.java:2170) at com.solace.tools.solconfig.App.main(App.java:11)
The text was updated successfully, but these errors were encountered: