Hi, Peter.
We don't actually log the SOAP for these because the SOAP calls themselves aren't failing -- it's just that the status of the jobs are eventually getting returned as cancelled. As mentioned in the original post, some have no processing or other errors at all - just the status cancelled. Others have that status and have a single processing error: BatchJobService.INTERNAL_ERROR, with no other information in the processing errors. An example of the printout of all the fields we get for that error is:
errorType:BatchJobProcessingError, trigger:, errorString:BatchJobProcessingError.INTERNAL_ERROR, fieldPath:, reason:INTERNAL_ERROR
A couple example jobs from yesterday that return the error (along with being cancelled):
450605098
450816012
A couple that have no error, but are just cancelled:
450865617
451028751
All the ones listed in the original post fall into one of these two categories, I believe.
Thanks,
Greg