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

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

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

ASF GitHub Bot commented on ARTEMIS-511:
----------------------------------------

GitHub user andytaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/499

    ARTEMIS-511 - fix null pointer

    https://issues.apache.org/jira/browse/ARTEMIS-511

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andytaylor/activemq-artemis master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/499.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #499
    
----
commit 0df30f20ea9e38f07497e870b3529e575aeea6a7
Author: Andy Taylor <an...@gmail.com>
Date:   2016-05-02T07:08:25Z

    ARTEMIS-511 - fix null pointer
    
    https://issues.apache.org/jira/browse/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
>
>   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)