You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Ingo Weiss (JIRA)" <ji...@apache.org> on 2017/05/02 15:35:04 UTC

[jira] [Commented] (ARTEMIS-834) Management over AMQP throws exception

    [ https://issues.apache.org/jira/browse/ARTEMIS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993113#comment-15993113 ] 

Ingo Weiss commented on ARTEMIS-834:
------------------------------------

I just tested this on master and couldn't see the issue on the server side and the client doesn't return anything.

> 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.15#6346)