Foros de discusión

mail portlet configuration

thumbnail
laxman teja, modificado hace 11 años.

mail portlet configuration

Junior Member Mensajes: 30 Fecha de incorporación: 17/04/12 Mensajes recientes
while i'm configuring to mail portlet it giving the following exception plz help me in this



Caused by: com.liferay.mail.MailException: com.liferay.mail.MailException: javax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketException: Connection reset
at com.liferay.mail.imap.IMAPConnection.testOutgoingConnection(IMAPConnection.java:259)
at com.liferay.mail.imap.IMAPConnection.testConnection(IMAPConnection.java:189)
... 207 more
Caused by: com.liferay.mail.MailException: javax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketException: Connection reset
at com.liferay.mail.imap.IMAPConnection.getTransport(IMAPConnection.java:167)
at com.liferay.mail.imap.IMAPConnection.testOutgoingConnection(IMAPConnection.java:252)
... 208 more
Caused by: javax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at com.liferay.mail.imap.IMAPConnection.getTransport(IMAPConnection.java:161)
... 209 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
... 213 more