You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Andy Taylor (JIRA)" <ji...@apache.org> on 2016/05/02 09:08:12 UTC

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

Andy Taylor created ARTEMIS-511:
-----------------------------------

             Summary: 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


  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.3.4#6332)