Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Scheuled Task (Email queue related) generating Exception View modes: 
User avatar
Certified Developer 8
Certified Developer 8
bryan-bit-wizards - 5/5/2009 4:24:57 PM
   
Scheuled Task (Email queue related) generating Exception
The Scheduled task to send emails from the email queue is generating an exception every minute. When I attempt to send an email using the CMS Site Manager utility, it will sit in the queue with a status of "Waiting". An exception is also generated. After selecting the email from the queue and selecting "Resend selected" the email is sent and delivered correctly.

Is there an additional setting that I'm missing? I have confirmed that the SMTP server is configured.

Eception:

EventType: E

Source: Scheduler

EventCode: Run

EventDescription: EXCEPTION MESSAGE: The remote name could not be resolved: '[site name]'; STACK TRACE: at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadData(Uri address)
at System.Net.WebClient.DownloadData(String address)
at CMS.Scheduler.SchedulingHelper.RunSchedulerRequest(String url)


-Bryan

User avatar
Member
Member
asdf-asdf - 5/6/2009 3:30:03 AM
   
RE:Scheuled Task (Email queue related) generating Exception
Have you met http://devnet.kentico.com/Knowledge-Base/API-and-Internals/Problems-with-scheduler.aspx
I was experiencing the same...

User avatar
Certified Developer 8
Certified Developer 8
bryan-bit-wizards - 5/6/2009 8:13:40 AM
   
RE:Scheuled Task (Email queue related) generating Exception
Exactly what I needed. Thank you for your help!