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
podman run --network loadbalanc --rm --env PN_TRACE_FRM=1 quay.io/rhmessagingqe/cli-java:ubi8-openjdk11 cli-protonj2-receiver -b 'failover:(amqpws://artemis-broker-A:6113)' -a 'loadbalance_test_q'
java.lang.NullPointerException: Cannot create a reconnect entry with a null host value
at java.base/java.util.Objects.requireNonNull(Objects.java:246)
at org.apache.qpid.protonj2.client.ReconnectLocation.<init>(ReconnectLocation.java:41)
at org.apache.qpid.protonj2.client.impl.ClientConnection.<init>(ClientConnection.java:153)
at org.apache.qpid.protonj2.client.impl.ClientInstance.connect(ClientInstance.java:99)
at com.redhat.mqe.CliProtonJ2Receiver.call(CliProtonJ2Receiver.java:183)
at com.redhat.mqe.CliProtonJ2Receiver.call(CliProtonJ2Receiver.java:45)
at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2346)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2311)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine.execute(CommandLine.java:2078)
at com.redhat.mqe.Main.main(Main.java:62)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: