Some scheduled tasks failing with error: Connection Failure: Status code unavailable

957 Views Asked by At

I've googled the issue and pretty much every answer has been related to a certificate issue. Problem is, we have other tasks on the same server that trigger just fine. The file runs as expected directly from a browser, so it's not an issue in the CF code. And with other scheduled tasks running fine I don't see it being a problem with any certificate. Any suggestions on what else could cause this?

From the log:

 Information [DefaultQuartzScheduler_Worker-9] - MyTask - myreport triggered.

 Information [DefaultQuartzScheduler_Worker-9] - Starting HTTP request {URL='http://myserver/reports/myreport.cfm', method='get'}

 Error [DefaultQuartzScheduler_Worker-9] - Connection Failure: Status code unavailable
0

There are 0 best solutions below