we have serious problems with our applications - yesterday, the CF server
restarted 18 times according to the server log, and we don't know why. It
probably has to do with a huge load - thousands of site visitors, and some of
the pages have to communicate with external booking services.

Unfortunately, we cannot use the application log to see if our own programming
errors are the culprit. Instead of containing regular error messages, the log
file is full of messages like this:

"Error","web-87","01/09/07","18:23:47",,"Error thrown by site-wide exception
handler:"
"Error","web-172","01/09/07","18:23:47",,"The Debugging service is not
available.This exception is usually caused by service startup failure. Please
check your server configuration. ...

What does that mean, "the debugging service not available"? we have debugging
turned on on that server. Would we get "normal" error messages if the debugging
service was running? and what can we do to successfully start it?

-Michael