You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As operator the 8001 exit code is an interesting one. Most of the failures are due to file reading issues, but sometimes the problem is different and we need to pay special attention.
We can catch an error like this:
Fatal Exception (Exit code: 8001)
An exception of category 'FileReadError' occurred while
[0] Processing run: 1 lumi: 78114 event: 3632261
[1] Running path 'digitisation_step'
[2] Calling event method for module MixingModule/'mix'
[3] Calling method for unscheduled module MixingModule/'mix'
[4] Rethrowing an exception that happened on a different thread.
[5] Reading branch PCaloHits_g4SimHits_EcalHitsEB_SIM.
[6] LocalCacheFile::cache()
Exception Message:
Unable to cache 134217728 byte file segment at 2013265920: got only 4 bytes back
Likely we need to report the problem on hypernews, but first I need to know what workflow(s) is (are) related to this log. @dabercro, how can we get that?
The text was updated successfully, but these errors were encountered:
It is super useful to read the logs by exit code, for example this way:
https://vocms0113.cern.ch:80/explainerror?errorcode=8001
As operator the 8001 exit code is an interesting one. Most of the failures are due to file reading issues, but sometimes the problem is different and we need to pay special attention.
We can catch an error like this:
Likely we need to report the problem on hypernews, but first I need to know what workflow(s) is (are) related to this log. @dabercro, how can we get that?
The text was updated successfully, but these errors were encountered: