This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Error codes
Paul Nilsson edited this page Mar 5, 2021
·
17 revisions
When detecting a fatal problem, the Pilot assigns an error code and informs the server. Aside from the numerical code itself, it also reports the error meaning and a more detailed error diagnostics. The current range of error codes are listed in the [Pilot 2 wiki](https://twiki.cern.ch/twiki/bin/view/PanDA/Pilot2ErrorCodes).
Error code | Acronym | Meaning | Notes |
---|---|---|---|
1008 | GENERALERROR | General pilot error, consult batch log | |
1098 | NOLOCALSPACE | Not enough local space | Error code is set e.g. by job monitoring, also if copytool command fails (if "No space left on device" is found in command output). |
1099 | STAGEINFAILED | Failed to stage-in file | |
1100 | REPLICANOTFOUND | The rucio API function list_replicas() did not return any replicas. Check log for details. | |
1103 | NOSUCHFILE | No such file or directory | Error thrown by open_file() function. Also set if copytool fails if copytool fails and "No such file or directory" is found in command output. |