CCNet sometimes throws an exception during a task, but theres no information in the log about where the task triggered the exception?
This can happen, for example, if a task times out. A good practice that helps in these situations is to specify an explicit task-level log file for each task, different for each task. If CCNet fails to merge in that log file, then at least you can check the actual log file before it’s been merged. (Also, see the preceding FAQ about merging output from failed tasks.
Related Questions
- CCNet sometimes throws an exception during a task, but theres no information in the log about where the task triggered the exception?
- Why is my event log filled with messages System.Web threw exception Thread was being aborted.?
- In p = new Fred(), does the Fred memory "leak" if the Fred constructor throws an exception?