You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Matthieu Baechler (Jira)" <se...@james.apache.org> on 2020/06/18 20:17:00 UTC

[jira] [Closed] (JAMES-2679) Some Mail instance can have a null name

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

Matthieu Baechler closed JAMES-2679.
------------------------------------
    Resolution: Fixed

> Some Mail instance can have a null name
> ---------------------------------------
>
>                 Key: JAMES-2679
>                 URL: https://issues.apache.org/jira/browse/JAMES-2679
>             Project: James Server
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Matthieu Baechler
>            Priority: Major
>             Fix For: 3.3.0
>
>
> During a stress test, I encountered this kind of errors :
> {code}
> java.lang.NullPointerException: null
>         at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:877)
>         at org.apache.james.queue.rabbitmq.view.api.DeleteCondition.withName(DeleteCondition.java:170)
>         at org.apache.james.queue.rabbitmq.Dequeuer.lambda$ack$1(Dequeuer.java:106)
>         at com.github.fge.lambdas.consumers.ThrowingConsumer.accept(ThrowingConsumer.java:22)
>         at org.apache.james.queue.rabbitmq.Dequeuer$RabbitMQMailQueueItem.done(Dequeuer.java:62)
>         at org.apache.james.jmap.send.PostDequeueDecorator.done(PostDequeueDecorator.java:80)
>         at org.apache.james.mailetcontainer.impl.JamesMailSpooler.lambda$run$0(JamesMailSpooler.java:164)
> {code}
> It looks like there's some code path that allows a Mail to have a null name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org