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
Exceptions
Paul Nilsson edited this page Feb 21, 2019
·
1 revision
To facilitate the internal propagation of detected errors, the pilot throws an exception belonging to the PilotException class. The current range of supported exceptions can be found in the table below.
Exception | Error acronym | Meaning |
---|---|---|
BadXML | BADXML | Badly formed XML |
CommunicationFailure | COMMUNICATIONFAILURE | Server communication failed |
ConversionFailure | CONVERSIONFAILURE | Failed to convert object data |
ESFatal | ESFATAL | Eventservice fatal exception |
ESNoEvents | ESNOEVENTS | Eventservice no events exception |
ESRecoverable | ESRECOVERABLE | Eventservice recoverable exception |
ExceededMaxWaitTime | EXCEEDEDMAXWAITTIME | Exceeded maximum waiting time (after abort_job) |
ExecutedCloneJob | EXECUTEDCLONEJOB | Clone job executed exception |
FileHandlingFailure | FILEHANDLINGFAILURE | Failed during file handling |
LogFileCreationFailure | LOGFILECREATIONFAILURE | Log file could not be created |
MessageFailure | MESSAGEHANDLINGFAILURE | Failed to handle messages |
MKDirFailure | MKDIR | Failed to create local directory |
NoGridProxy | NOPROXY | Grid proxy not valid |
NoLocalSpace | NOLOCALSPACE | Not enough local space |
NoSoftwareDir | NOSOFTWAREDIR | Software applications directory does not exist |
NoSuchFile | NOSUCHFILE | No such file or directory |
NotDefined | NOTDEFINED | Not defined exception |
NotImplemented | NOTIMPLEMENTED | Not implemented exception |
NotSameLength | NOTSAMELENGTH | Not same length exception |
NoVomsProxy | NOVOMSPROXY | Voms proxy not valid |
QueuedataFailure | QUEUEDATA | Failed to download queuedata |
QueuedataNotOK | QUEUEDATANOTOK | Corrupt queuedata |
ReplicasNotFound | NOREPLICAS | No matching replicas were found |
RunPayloadFailure | PAYLOADEXECUTIONFAILURE | Failed to execute payload |
SetupFailure | SETUPFAILURE | Failed to setup environment |
SizeTooLarge | SIZETOOLARGE | Too large input files |
StageInFailure | STAGEINFAILED | Failed to stage-in file |
StageOutFailure | STAGEOUTFAILED | Failed to stage-out file |
TrfDownloadFailure | TRFDOWNLOADFAILURE | Transform could not be downloaded |
UnknownException | UNKNOWNEXCEPTION | Unknown exception |
Note: the related Pilot error codes and acronyms are defined in the Pilot 2 wiki.