Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java Mail error rfc822

1 view
Skip to first unread message

ram chinnasamy

unread,
Mar 26, 2001, 6:40:03 PM3/26/01
to

Hi,
Getting following error message when the servlet try to send a
mail.( Servlet uses Java Mail ApI).

javax.mail.NoSuchProviderException: No provider for Address type:
rfc822
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at javax.mail.MessagingException.<init>(MessagingException.java:42)
at javax.mail.NoSuchProviderException.<init>(NoSuchProviderException.java:34)
at javax.mail.Session.getTransport(Session.java:475)
at javax.mail.Transport.send0(Compiled Code)
at javax.mail.Transport.send(Transport.java:80)
at com.arsin.vcommerce.b2beprocurement.SendMail.sendMail(Compiled
Code)
at com.arsin.vcommerce.b2beprocurement.StatusServlet.doPost(StatusServlet.java:39)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(Compiled Code)


Any help.
Thanks
Ram.


Xiang Rao

unread,
Mar 27, 2001, 12:37:59 PM3/27/01
to

If Weblogic 6, see if you can get help from
http://edocs.bea.com/wls/docs60/programming/topics.html
0 new messages