Guest User

Untitled

a guest
Jun 25th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. javax.mail.MessagingException: 550 Requested action not taken: NUL characters are not allowed.
  2. at com.sun.mail.smtp.SMTPTransport.issueCommand (SMTPTransport.java: 879)
  3. at com.sun.mail.smtp.SMTPTransport.finishData (SMTPTransport.java: 820)
  4. at com.sun.mail.smtp.SMTPTransport.sendMessage (SMTPTransport.java: 322)
  5. ...
  6.  
  7. DEBUG: not loading system providers in <java.home></a>/lib
  8.  
  9. DEBUG: not loading optional custom providers file: /META-INF/javamail.providers
  10.  
  11. DEBUG: successfully loaded default providers
  12.  
  13.  
  14.  
  15. DEBUG: Tables of loaded providers
  16.  
  17. DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
  18.  
  19. DEBUG: Providers Listed By Protocol: {imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
  20.  
  21. DEBUG: not loading optional address map file: /META-INF/javamail.address.map
  22.  
  23.  
  24.  
  25. DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
  26.  
  27. DEBUG SMTP: useEhlo true, useAuth false
  28.  
  29.  
  30.  
  31. DEBUG: SMTPTransport trying to connect to host "nnn.nnn.n.nnn", port nn
  32.  
  33.  
  34.  
  35. DEBUG SMTP RCVD: 220 xxxx.xxxxxxxxxxx.xxx SMTP; Mon, 23 Mar 2009 15:18:57 +0800
  36.  
  37.  
  38.  
  39. DEBUG: SMTPTransport connected to host "nnn.nnn.n.nnn", port: nn
  40.  
  41.  
  42.  
  43. DEBUG SMTP SENT: EHLO xxxxxxxxx
  44.  
  45. DEBUG SMTP RCVD: 250 xxxx.xxxxxxxxxxx.xxx Hello
  46.  
  47.  
  48.  
  49. DEBUG SMTP: use8bit false
  50.  
  51. DEBUG SMTP SENT: MAIL FROM:<a href="newmsg.cgi?mbx=Main&to=xxxx@xxxxxxxxxxx.xxx"><xxxx@xxxxxxxxxxx.xxx></a>
  52.  
  53. DEBUG SMTP RCVD: 250 <a href="newmsg.cgi?mbx=Main&to=xxxx@xxxxxxxxxxx.xxx"><xxxx@xxxxxxxxxxx.xxx></a>... Sender ok
  54.  
  55.  
  56.  
  57. DEBUG SMTP SENT: RCPT TO:<yyyyyyyy@yyyyy.yyy.yy>
  58.  
  59. DEBUG SMTP RCVD: 250 <yyyyyyyy@yyyyy.yyy.yy>... Recipient ok
  60.  
  61.  
  62.  
  63. Verified Addresses
  64.  
  65. &nbsp;&nbsp;yyyyyyyy@yyyyy.yyy.yy
  66.  
  67. DEBUG SMTP SENT: DATA
  68.  
  69. DEBUG SMTP RCVD: 354 Enter mail, end with "." on a line by itself
  70.  
  71.  
  72.  
  73. DEBUG SMTP SENT:
  74.  
  75. .
  76.  
  77. DEBUG SMTP RCVD: 550 Requested action not taken: NUL characters are not allowed.
  78.  
  79. session.setDebug(true);
Add Comment
Please, Sign In to add comment