Skip to main content
Participant
November 2, 2009
Question

CF5 Mail problem

  • November 2, 2009
  • 1 reply
  • 385 views

I have an older server running CF5 and all of a sudden I'm having problems with mail being sent. This just started end of last week. It doesn't go to the Undeliverable folder, it's getting stuck in the Spool folder. I've gone into the CF Administrator and verified that it can connect to the mail server and it comes back good. If I go into the mail.log I see a series of messages that I've not seen before...ever. I've searched online for longer then I care for details on the message, but no dice. Here's the message I'm getting and it repeats never ending at this point.

  Date

  Time

  Severity

  ThreadID

  Application Name  

   Nov 2, 2009

  4:35 PM

  Error

  0

For input string: ""  74.113.141.8.com:25""

   Nov 2, 2009

  4:35 PM

  Debug

  0

Next mail spool run in 5 seconds.

   Nov 2, 2009

  4:35 PM

  Error

  0

For input string: ""  74.113.141.8.com:25""

   Nov 2, 2009

  4:35 PM

  Debug

  0

Next mail spool run in 5 seconds.

   Nov 2, 2009

  4:34 PM

  Error

  0

For input string: ""  74.113.141.8.com:25""

   Nov 2, 2009

  4:34 PM

  Debug

  0

Next mail spool run in 5 seconds.

   Nov 2, 2009

  4:34 PM

  Error

  0

For input string: ""  74.113.141.8.com:25""

   Nov 2, 2009

  4:34 PM

  Debug

  0

Next mail spool run in 5 seconds.

   Nov 2, 2009

  4:34 PM

  Error

  0

For input string: ""  74.113.141.8.com:25""

   Nov 2, 2009

  4:34 PM

  Debug

  0

Next mail spool run in 5 seconds.

Any ideas would be greatly appreciated.

    This topic has been closed for replies.

    1 reply

    Participant
    November 3, 2009

    Taking a look at the exception log, I see a bunch of errors just like this. I noticed something odd, it's showing 74.113.141.8.com:25 and that doesn't look right to me.

    "Error","scheduler-2","11/03/09","10:53:22",,"For input string: "" 74.113.141.8.com:25"""
    java.lang.NumberFormatException: For input string: " 74.113.141.8.com:25"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at coldfusion.mail.HostImpl.parseServer(HostImpl.java:265)
    at coldfusion.mail.HostImpl.parseServer(HostImpl.java:209)
    at coldfusion.mail.MailSpooler.processFile(MailSpooler.java:1611)
    at coldfusion.mail.MailSpooler.retrieveSpoolMail(MailSpooler.java:1538)
    at coldfusion.mail.MailSpooler.access$400(MailSpooler.java:45)
    at coldfusion.mail.MailSpooler$SpoolerSoftCache.fetch(MailSpooler.java:1893)
    at coldfusion.util.SoftCache.get(SoftCache.java:81)
    at coldfusion.mail.MailSpooler.retrieveMail(MailSpooler.java:1442)
    at coldfusion.mail.MailSpooler.sendMail(MailSpooler.java:666)
    at coldfusion.mail.MailSpooler.deliverStandard(MailSpooler.java:947)
    at coldfusion.mail.MailSpooler.run(MailSpooler.java:912)
    at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:70)