Run into this all the time. The scheduled task was unable to complete its
processing, and I have found it usually has something to do with the code.
CF5 has poor error handling features on Linux, and problems with a scheduled
task are often catastrophic.

What I see happening often is that a developer uses session variables in
their scheduled task code. When they browse to the page, things seem to work
fine, but the task craps out immediately without warning.

Unfortunately, these errors are never easy to track down. We use fusebox
here, and often the problem starts far upstream from where the code we are
trying to run lives. Always check the executive log, the error log, the
application log, etc. because the errors can pop up all over the place.

What you might want to do is: 

1) Create a test harness. Have it fire off an email and run a simple query
using simple but bulletproof code.

2) Build the harness out to include the code you are looking to run. Keep a
close eye on the logs to see what is going wrong.

M

-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 8:05 AM
To: CF-Talk
Subject: Signal 11 & CF Services?


Any idea what can cause an error:
Signal (11) - Aborting 

This is in the server log and it occurs when we run a scheduled task that
contains a QUERY and then a CFMAIL tag.

I can run this fine on our DEV box but our test and production boxes will
abort with the Signal 11 error and restart the CF Services.

I can run CFQUERY events on the box without a problem as well as CFMAIL
tags. However when combined together as a Scheduled Task, it bombs out..

Anyone experience this or have any suggestions?

Platform:
CF5 Professional, Linux and Apache....


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to