I'm trying to setup a James Server built from trunk. Except the ports
everything is set up with the provided default configuration in
dockerfiles/run/spring/destination/conf and therefore derby is used as
database.
I added a user as well as a domain. SMTP seems working fine so far.
But if I try to receive an email via IMAP the following error occurs:
DEBUG 16:48:51,831 | james.imapserver | ID=-2032248463 Loaded mailbox
#private:[email protected]:Sent
WARN 16:48:51,839 | james.imapserver | ID=-2032248463 Error while
processing imap request: java.lang.NullPointerException - null
DEBUG 16:48:51,839 | james.imapserver | ID=-2032248463 Error while
processing imap request
java.lang.NullPointerException
at
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMailboxMessage.createUserFlags(AbstractJPAMailboxMessage.java:528)
at
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMailboxMessage.createFlags(AbstractJPAMailboxMessage.java:524)
at
org.apache.james.mailbox.store.MessageResultImpl.getFlags(MessageResultImpl.java:83)
at
org.apache.james.imap.processor.base.SelectedMailboxImpl.init(SelectedMailboxImpl.java:124)
at
org.apache.james.imap.processor.base.SelectedMailboxImpl.<init>(SelectedMailboxImpl.java:102)
at
org.apache.james.imap.processor.AbstractSelectionProcessor.selectMailbox(AbstractSelectionProcessor.java:411)
at
org.apache.james.imap.processor.AbstractSelectionProcessor.respond(AbstractSelectionProcessor.java:118)
at
org.apache.james.imap.processor.AbstractSelectionProcessor.doProcess(AbstractSelectionProcessor.java:83)
Am I the only one facing this problem? Any suggestions for solving it?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]