Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-2672

Some Mail instance can have a null name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.4.0
    • None
    • None

    Description

      During a stress test, I encountered this kind of errors :

      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)
      

      It looks like there's some code path that allows a Mail to have a null name.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              matthieu Matthieu Baechler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: