Hi All,

I am trying to send some text from Google App Engine to Salesforce but it 
throws an error "Null pointer exception in Transport.send()". When I debug 
the message which is being passed in Transport.send() then I see that it is 
not null.

Error is :

com.appirio.SendEmail.SendEmailServlet SendLineRevenueList: null
java.lang.NullPointerException
        at javax.mail.Transport.send(Transport.java:65)
        at javax.mail.Transport.send(Transport.java:48)

..........


However, it gets resolved in next retries as I am using task queues but wanted 
to know what will happen if it throws exception in all the retries and does not 
complete. Also, what can be the reason for this issue ?

Note that the message which is being passed in Transport.send() is not null 
when I debug it.


Thank you in advance.

Jai

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to