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/12 10:39:14 UTC

DO NOT REPLY [Bug 13564] - Assorted NNTP Protocol Bugs

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=13564>.
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=13564

Assorted NNTP Protocol Bugs





------- Additional Comments From farsight@alum.mit.edu  2002-10-12 08:39 -------
5. STAT, BODY, and HEAD all give improper return codes upon success.  They 
should return 223, 222, and 221 respectively, but all return 220.

6. In the case of an article with a missing message id, the ARTICLE, STAT, 
BODY, and HEAD commands should return "<0>" as the message id.  
Instead, "null" is printed.

Again, I've got fixes for these.

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


NullPointerException on start.

Posted by Harmeet Bedi <ha...@kodemuse.com>.
getting this on clean build/deploy

James 2.1a1-cvs
POP3 Server Started plain:110
SMTP Server Started plain:25
java.lang.NullPointerException
 at
org.apache.james.nntpserver.repository.NNTPSpooler$SpoolerRunnable.run(NNTPS
pooler.java:200)
 at java.lang.Thread.run(Thread.java:484)
NNTP Server Started plain:119
Fetch POP Disabled


Harmeet


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