[ http://issues.apache.org/jira/browse/JAMES-318?page=all ] Stefano Bagnara resolved JAMES-318: -----------------------------------
Fix Version: 2.3.0 Resolution: Fixed Assign To: Noel J. Bergman According to comments and cvs log this has been fixed by Noel. > java.lang.NullPointerException when host is unknown > --------------------------------------------------- > > Key: JAMES-318 > URL: http://issues.apache.org/jira/browse/JAMES-318 > Project: James > Type: Bug > Components: Remote Delivery > Versions: 2.2.0 > Reporter: Hes Siemelink > Assignee: Noel J. Bergman > Fix For: 2.3.0 > > I encountered the following NullPointerException: > 18/08/04 14:29:59 INFO James.Mailet : RemoteDelivery: Unknown > gateway host: unknown host > 18/08/04 14:29:59 INFO James.Mailet : RemoteDelivery: This could > be a DNS server error or configuration error. > 18/08/04 14:29:59 INFO James.Mailet : RemoteDelivery: Exception > caught in RemoteDelivery.run() > java.lang.NullPointerException > at > org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:409) > at > org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912) > at java.lang.Thread.run(Thread.java:534) > This is caused by logging information about a HostAddress that happens to be > null. > The HostAddress is null because I had a misconfiguration in my config.xml: a > gateway server that could not be found. > I fixed the issue for myself by entering the correct host name. > Still, NullPointerExceptions are a bad sign. > Also, the message seems to disappear from the queue. I can't find it in the > spool directory and there is no attempt of delivery after a restart. > In other words, I seem to observe that a message gets lost when this occurs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]