Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading mail from Lotus Notes

843830Aug 1 2006 — edited Aug 1 2006
Can anyone help on the issue belows, I am trying to read the mail from lotus notes using POP3 connection. Is there any POP3 setting in lotus notes?

Anyone know what is this exception thrown for:
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.pop3.POP3Store.protocolConnect
(POP3Store.java:106)
at javax.mail.Service.connect(Service.java:234)
at com.fujitsu.pd.utl.UtlPop3.readMail(UtlPop3.java:220)
at com.fujitsu.pd.svc.SvcVRReceive.receiveVr
(SvcVRReceive.java:306)
at
com.fujitsu.pd.service.ServiceThreadVmiVRReceiving.excecuteMain(Servi
ceThreadVmiVRReceiving.java:87)
at com.fujitsu.pd.service.ServiceThread.run
(ServiceThread.java:292)
ServiceThreadVmiVRReceiving error
Connect failed;
nested exception is:
java.net.SocketException: Connection reset
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.pop3.POP3Store.protocolConnect
(POP3Store.java:106)
at javax.mail.Service.connect(Service.java:234)
at com.fujitsu.pd.utl.UtlPop3.readMail(UtlPop3.java:220)
at com.fujitsu.pd.svc.SvcVRReceive.receiveVr
(SvcVRReceive.java:306)
at
com.fujitsu.pd.service.ServiceThreadVmiVRReceiving.excecuteMain(Servi
ceThreadVmiVRReceiving.java:87)
at com.fujitsu.pd.service.ServiceThread.run
(ServiceThread.java:292)?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 29 2006
Added on Aug 1 2006
1 comment
213 views