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
There is suspicious None in places, but I suspect that the responsible party is https://issues.apache.org/jira/browse/ARTEMIS-3422. Upgrading the broker should help. The issue happens only in CI and not on my machine; which makes experimenting a bit harder.
[13:59:18] [PASS] dtestlib.Test :: [[email protected]]$ /opt/miniconda3/envs/tn/bin/python3 -u /var/dtests/node_data/clients/cli_wrapper.py -DDTESTS_PID=852 -DC_KILLTIME=200 -DC_HANG_ANALYSIS_ENA=0 -DC_CRASH_ANALYSIS_ENA=0 -DC_CRASH_FILE_DELETE_ENA=0 cli-rhea-sender --broker admin:[email protected]:5672 --address test_queue_remove --log-msgs dict --count 1 # ecode:0 (exp. 0), dur.:0.56
[13:59:19] [PASS] dtestlib.Test :: [[email protected]]$ /opt/miniconda3/envs/tn/bin/python3 -u /var/dtests/node_data/clients/cli_wrapper.py -DDTESTS_PID=852 -DC_KILLTIME=60 -DC_HANG_ANALYSIS_ENA=0 -DC_CRASH_ANALYSIS_ENA=0 -DC_CRASH_FILE_DELETE_ENA=0 java -jar /var/dtests/node_data/clients/amqx.jar queue --host 10.0.132.237:1099 --username admin --password admin --action list --list-properties False # ecode:0 (exp. 0), dur.:1.06
[13:59:19] [PASS] dtestlib.Test :: Check if None test_queue_remove exist. # result:True (exp. True), dur.:-1.00
[13:59:20] [FAIL] dtestlib.Test :: [[email protected]]$ /opt/miniconda3/envs/tn/bin/python3 -u /var/dtests/node_data/clients/cli_wrapper.py -DDTESTS_PID=852 -DC_KILLTIME=60 -DC_HANG_ANALYSIS_ENA=0 -DC_CRASH_ANALYSIS_ENA=0 -DC_CRASH_FILE_DELETE_ENA=0 java -jar /var/dtests/node_data/clients/amqx.jar queue --host 10.0.132.237:1099 --username admin --password admin --action remove --name 'test_queue_remove' # ecode:254 (exp. True), dur.:1.08 err_cnt:1
[13:59:20] [INFO] dtestlib.Test :: stdout:
Unable to remove queue: null
java.lang.NullPointerException
at org.apache.activemq.artemis.core.server.impl.QueueImpl.acknowledge(QueueImpl.java:1905)
at org.apache.activemq.artemis.core.server.impl.QueueImpl$4.actMessage(QueueImpl.java:2132)
at org.apache.activemq.artemis.core.server.impl.QueueImpl.iterQueue(QueueImpl.java:2178)
at org.apache.activemq.artemis.core.server.impl.QueueImpl.deleteMatchingReferences(QueueImpl.java:2124)
at org.apache.activemq.artemis.core.server.Queue.deleteMatchingReferences(Queue.java:319)
at org.apache.activemq.artemis.core.server.impl.QueueImpl.deleteAllReferences(QueueImpl.java:2114)
at org.apache.activemq.artemis.core.server.impl.QueueImpl.deleteAllReferences(QueueImpl.java:2109)
at org.apache.activemq.artemis.core.server.impl.QueueImpl.deleteQueue(QueueImpl.java:2316)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2381)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2330)
at org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl.destroyQueue(ActiveMQServerControlImpl.java:1574)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
The text was updated successfully, but these errors were encountered:
There is suspicious
None
in places, but I suspect that the responsible party is https://issues.apache.org/jira/browse/ARTEMIS-3422. Upgrading the broker should help. The issue happens only in CI and not on my machine; which makes experimenting a bit harder.The text was updated successfully, but these errors were encountered: