Hi guys,
I’ve got a strange problem that no matter what I try I cannot resolve.
Ok. I’ve been using RHPOP3Connect.nsf (http://www.rhacl.de/freesoft.html#rhpop3connector) to retrieve pop3 e-mails to certain notes users in our domain. It was set to check for any new emails every 15 minutes. It worked fine for a few months…it connected to all myrealbox.com accounts and grabbed the emails, and the local smtp server in Lotus Domino would nicely deposit them into the corresponding Notes users mailbox.
For some reason now, my Lotus Domino console shows this:
09/10/2003 07:59:38 PM SMTP Server: WEBMAIL.NET (192.168.0.1) connected
At this point nothing appears to be happening and the entire Win’2k server goes to turtle speed as I noticed the CPU is at 100%!
If I quit the amgr or smtp service, cpu utilization goes back to normal. But of course, it won’t deliver any emails. See below:
tell smtp quit
09/10/2003 07:59:44 PM Agent error: java.net.SocketException: Error write
09/10/2003 07:59:44 PM Agent error: at SocketMail.write(SocketMail.java:129)
09/10/2003 07:59:44 PM Agent error: at SocketMail.write(SocketMail.java:136)
09/10/2003 07:59:44 PM Agent error: at RHPOP3Connector.getMailAndSend(RHPOP3
Connector.java:72)
09/10/2003 07:59:44 PM Agent error: at RHPOP3Connector.NotesMain(RHPOP3Conne
ctor.java:24)
09/10/2003 07:59:44 PM Agent error: at lotus.domino.AgentBase.runNotes(Unkno
wn Source)
09/10/2003 07:59:44 PM Agent error: at lotus.domino.NotesThread.run(NotesThr
ead.java:208)
09/10/2003 07:59:44 PM SMTP Server: WEBMAIL.NET (192.168.0.1) disconnected
. 0 message[s] received
09/10/2003 07:59:45 PM SMTP Server: Waiting for all tasks to complete
Remember. This worked fine for a few months and nothing on the system was changed. I even went through the trouble of restoring a Ghost image for Win’2k (C:\ drive) and Lotus Domino but the problem persists. The database has not been touched so there’s nothing wrong with it. No viruses on the system.
Any ideas what could be causing this? Is it a problem with Win’2k Server? Problem with Lotus Domino R6.01? Or a problem with rhpop3connect.nsf?
Here’s the ENTIRE process after enabling Debug Mode inside rhpop3connect.nsf:
09/10/2003 08:43:19 PM JVM: Java Virtual Machine initialized.
09/10/2003 08:43:21 PM Agent printing: POP3 Answer: +OK myrealbox.com NetMail P
OP3 Agent $Revision: 3.23 $
09/10/2003 08:43:21 PM Agent printing: POP3 Command: USER andrew
09/10/2003 08:43:21 PM Agent printing: POP3 Answer: +OK Password required
09/10/2003 08:43:21 PM Agent printing: POP3 Command: PASS *********
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: +OK
09/10/2003 08:43:22 PM Agent printing: POP3 Command: LIST
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: +OK
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 1 5112516
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 2 3738
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 3 3758
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 4 3802
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 5 3736
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 6 2388
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: 7 3733
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: .
09/10/2003 08:43:22 PM Agent printing: POP3 Command: RETR 1
09/10/2003 08:43:22 PM Agent printing: POP3 Answer: +OK
09/10/2003 08:43:22 PM Agent printing: SMTP Answer: 220 WEBMAIL.NET ESMTP
Service (Lotus Domino Release 6.0.1) ready at Wed, 10 Sep 2003 20:43:22 -0400
09/10/2003 08:43:22 PM Agent printing: SMTP Command: HELO pop3.myrealbox.com
09/10/2003 08:43:23 PM Agent printing: SMTP Answer: 250 WEBMAIL.NET Hello
pop3.myrealbox.com ([192.168.0.1]), pleased to meet you
09/10/2003 08:43:23 PM Agent printing: SMTP Command: MAIL FROM: andrew
09/10/2003 08:43:23 PM Agent printing: SMTP Answer: 250 andrew… Sender OK
09/10/2003 08:43:23 PM Agent printing: SMTP Command: RCPT TO:Andrew@WEBMAIL.NET
09/10/2003 08:43:23 PM Agent printing: SMTP Answer: 250 Andrew@WEBMAIL.NET… Rec
ipient OK
09/10/2003 08:43:23 PM Agent printing: SMTP Command: DATA
09/10/2003 08:43:23 PM Agent printing: SMTP Answer: 354 Enter message, end with
“.” on a line by itself
09/10/2003 08:43:23 PM SMTP Server: WEBMAIL.NET (192.168.0.1) connected
At this point it does not do anything more. CPU is 100% constantly unless I stop amgr or smtp.
ANY help on this matter would be greatly appreciated. Thank you.