My mail has stopped working and just goes to the spool director and does not
get spooled anymore. This started two days ago.
Here is what the log shows:
"Error","scheduler-3","05/17/07","11:59:28",,""
java.lang.NullPointerException
at coldfusion.mail.MailImpl.validateServers(MailImpl.java:144)
at coldfusion.mail.MailSpooler.processFile(MailSpooler.java:1830)
at coldfusion.mail.MailSpooler.retrieveSpoolMail(MailSpooler.java:1589)
at coldfusion.mail.MailSpooler.access$400(MailSpooler.java:66)
at coldfusion.mail.MailSpooler$SpoolerSoftCache.fetch(MailSpooler.java:2000)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at coldfusion.mail.MailSpooler.retrieveMail(MailSpooler.java:1493)
at coldfusion.mail.MailSpooler.sendMail(MailSpooler.java:688)
at coldfusion.mail.MailSpooler.deliverStandard(MailSpooler.java:969)
at coldfusion.mail.MailSpooler.run(MailSpooler.java:934)
at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:70)
alastair@lis - 23 May 2007 17:27 GMT
I had exactly the same problem. Turned out that when I moved the files
backwards and forward between folders the file type had changed to UTF-8.
You can fix this in notepad by opening each file and saving as "ANSI" - or you
could do the same with cffile type="ANSI"
Hope this helps