Hello everybody,

I'm new on this list and I have a little problem with my servlet.
I want to send an e-mail and when I call my file.class, I become the
following error messages on the browser.

Error: 500
Internal Servlet Error:

java.lang.NullPointerException:
 at ino.mailer.Message.CheckMailAddr(Message.java:45)
 at ino.mailer.Message.setRecipient(Message.java:186)
 at ino.mailer.Message.(Message.java:209)
 at SendMailServlet.service(SendMailServlet.java:35)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
 at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:152)
 at com.sun.web.core.InvokerServlet.service(InvokerServlet.java:168)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
 at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
 at com.sun.web.core.Context.handleRequest(Context.java:414)
 at com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)

Does anybody have an idea ?

Thanks.

Herv�

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to