You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2017/08/31 19:12:46 UTC

[jira] [Closed] (ARTEMIS-511) null pointer in amqp convertors

     [ https://issues.apache.org/jira/browse/ARTEMIS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic closed ARTEMIS-511.
-----------------------------------

> null pointer in amqp convertors
> -------------------------------
>
>                 Key: ARTEMIS-511
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-511
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>            Reporter: Andy Taylor
>            Assignee: Andy Taylor
>             Fix For: 1.5.0
>
>
>   java.lang.NullPointerException
>             at org.apache.activemq.artemis.core.protocol.proton.converter.JMSMappingOutboundTransformer.convert(JMSMappingOutboundTransformer.java:37)
>             at org.apache.activemq.artemis.core.protocol.proton.converter.ProtonMessageConverter.outbound(ProtonMessageConverter.java:103)
>             at org.apache.activemq.artemis.core.protocol.proton.plug.ProtonSessionIntegrationCallback.encodeMessage(ProtonSessionIntegrationCallback.java:214)
>             at org.proton.plug.context.server.ProtonServerSenderContext.deliverMessage(ProtonServerSenderContext.java:270)
>             at org.apache.activemq.artemis.core.protocol.proton.plug.ProtonSessionIntegrationCallback.sendMessage(ProtonSessionIntegrationCallback.java:367)
>             at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.deliverStandardMessage(ServerConsumerImpl.java:1027)
>             at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.proceedDeliver(ServerConsumerImpl.java:417)
>             at org.apache.activemq.artemis.core.server.impl.QueueImpl.proceedDeliver(QueueImpl.java:2463)
>             at org.apache.activemq.artemis.core.server.impl.QueueImpl.deliver(QueueImpl.java:1955)
>             at org.apache.activemq.artemis.core.server.impl.QueueImpl.access$1400(QueueImpl.java:98)
>             at org.apache.activemq.artemis.core.server.impl.QueueImpl$DeliverRunner.run(QueueImpl.java:2694)
>             at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:100)
>             at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>             at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>             at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)