Ulf Lilleengen created ARTEMIS-834:
--------------------------------------
Summary: Management over AMQP throws exception
Key: ARTEMIS-834
URL: https://issues.apache.org/jira/browse/ARTEMIS-834
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Ulf Lilleengen
Trying to do management operations over AMQP, I get the error message pasted
below in the artemis log.
A reproducer can be found here (requires qpid proton with python bindings):
http://people.redhat.com/~ulilleen/artemis-ackerror.tar.gz
To reproduce:
./instance/bin/artemis run &
python client.py
09:17:27,040 WARN
[org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler]
AMQ219007: error acknowledging message
ServerMessage[messageID=125,durable=false,
userID=null,priority=0, bodySize=512, timestamp=0,expiration=0, durable=false,
address=510a031e-968d-4ebc-8384-514550fe4b3a,properties=TypedProperties[_AMQ_OperationSucceede
d=true]]@1892510825, Cannot find ref to ack 125:
ActiveMQAMQPIllegalStateException[errorType=ILLEGAL_STATE message=AMQ219007:
error acknowledging message ServerMessage[messa
geID=125,durable=false,userID=null,priority=0, bodySize=512,
timestamp=0,expiration=0, durable=false,
address=510a031e-968d-4ebc-8384-514550fe4b3a,properties=TypedProperties
[_AMQ_OperationSucceeded=true]]@1892510825, Cannot find ref to ack 125]
at
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerSenderContext.onMessage(ProtonServerSenderContext.java:407)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar
:]
at
org.apache.activemq.artemis.protocol.amqp.proton.ServerEventHandler.onDelivery(ServerEventHandler.java:234)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar:]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:97)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar:]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:342)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar:]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.access$000(ProtonHandler.java:42)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar:]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler$1.run(ProtonHandler.java:61)
[artemis-amqp-protocol-1.5.0-SNAPSHOT.jar:]
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:102)
[artemis-core-client-1.5.0-SNAPSHOT.jar
:1.5.0-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[rt.jar:1.8.0_66]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[rt.jar:1.8.0_66]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_66]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)