[ https://issues.apache.org/jira/browse/JAMES-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthieu Baechler updated JAMES-2679: ------------------------------------- Affects Version/s: (was: 3.3.0) 3.2.0 Fix Version/s: (was: 3.4.0) 3.3.0 > 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 (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org