You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by "Noel J. Bergman" <no...@devtech.com> on 2002/10/24 18:44:53 UTC

RE: NullPointerException in JamesSpoolManager.run when gettingPOP3 mail

> 2.0a3-cvs
> MailImpl mail = spool.retrieve(key);
> java.lang.NullPointerException

That is a well-known concurrency issue where there is an opportunity for two
threads to get the same key from the store, but only one of them can use it.
Current code no longer throws the exception.

See: http://www.mail-archive.com/james-user@jakarta.apache.org/msg02371.html

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>