Matthieu Baechler created JAMES-2679:
----------------------------------------
Summary: 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.3.0
Reporter: Matthieu Baechler
Fix For: 3.4.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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]