You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bu...@apache.org on 2002/10/09 00:15:34 UTC

DO NOT REPLY [Bug 13388] - Spooler loops and add message many times

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13388>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13388

Spooler loops and add message many times

christian.buchegger@planet-interkom.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows NT/2K               |All
           Platform|PC                          |All



------- Additional Comments From christian.buchegger@planet-interkom.de  2002-10-08 22:15 -------
found the root cause:
the base64 encode from javax.mail.internet.MimeUtility adds line feeds to the 
encoded stream; this consequently leads to a IOException when the file for the 
repository id should be created.
Finally due to this exception the code in NNTPSpooler$SpoolerRunnable.process() 
which deletes the spool file is skipped and will be picked up on the next loop 
again.

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