Nous utilisons des cookies de mesure d’audience afin d’améliorer votre expérience utilisateur. Vous pouvez accepter ou refuser ces cookies à tout moment. Pour en savoir plus, consultez notre page Mentions légales & Politiques de protection des données.
When a task fails, you have access to error details in Tasq, in the task details page.
In the JSON tab, the code of the error is available, with a more detailed message and sometimes tips to solve the error. In the above example, one can read:
{
"errors": [
{
"code": "0ZTNT4SA",
"message": "Resource download failed: Error while trying to get the manifest: Can't find Docker image registry-1.docker.io/huanjason/scikit-learn:20.04. Make sure the Docker image exists in this registry, and that you provided proper credentials",
"debug": null }
]
}
In this error message, we see that the docker image couldn't be found in the docker hub registry, probably because of a typo in the docker image or its tag.
Below is an exhaustive list of the existing error codes:
Namespace: qnet
Code: YNDSQ3A7 Friendly_code: SES_IS_CLOSING Message: The task is attached to a session that is closing.
Code: JGWAAJKM Friendly_code: RSLT_DOWNLOAD_FAILED Message: Result download failed.
Code: 0ZTNT4SA Friendly_code: RSRC_DOWNLOAD_FAILED Message: Resource download failed: Invalid credentials given for docker registry.
Code: IDLOCC2L Friendly_code: NO_SES_FOR_TSK Message: The task is attached to a session that doesn't exist.
Code: AM8GBW2A Friendly_code: TSK_TIMED_OUT Message: The task timed out.
Code: 8MN9UWHC Friendly_code: RSLT_UPLOAD_ERROR Message: Result upload error.
Code: GHX0782I Friendly_code: TSK_CANCELLED Message: The task was cancelled.
Code: NGDPI2N1 Friendly_code: MAX_FAILED_FRAMES_EXCEEDED Message: Max failed frames exceeded. Troubleshooting: The number of failed frames exceeds the allowed number, so the task was stopped.
Code: M5PG5HPB Friendly_code: TSK_WALL_TIME_EXCEEDED Message: Wall time exceeded. Troubleshooting: The task exceeded its allowed wall time, so it was cancelled.
Code: 3WQ4E6Q3 Friendly_code: TSK_DISPATCH_TIMEOUT Message: No frame of the task could be dispatched before reaching the timeout. Troubleshooting: There may be no available CPUs, try again later.
Code: J6OOG19O Friendly_code: SES_INACTIVITY_TIMEOUT Message: Session has been inactive too long. Troubleshooting: The session has been inactive for a long time and is automatically closing.
Code: OMLVM0F7 Friendly_code: INVALID_ELASTIC_SETTINGS Message: Invalid settings for the elastic session.
Code: JP07VVZI Friendly_code: INVALID_CHARACTERS_IN_TASK_DESCRIPTION Message: Some fields of the task (constants, resources), contains unsupported characters. Possibly utf16/utf32 encoding, control characters like \b or weird utf8 characters.
Namespace: storage-cache
Code: VNRHU8YL Friendly_code: RESOURCES_TOO_BIG Message: Your resources are too big to be downloaded.
Code: 9FO2FNXI Friendly_code: DOCKER_DOWNLOAD_ERROR Message: Error while downloading a Docker image.
Code: GZNXQTEG Friendly_code: DOCKER_UNSUPPORTED_AUTHENTICATION_METHOD Message: The Docker registry uses an unsupported authentication method.
Code: J5UVY7HI Friendly_code: DOCKER_INVALID_CREDENTIALS Message: Invalid credentials given for docker registry.
Code: 9VBS3474 Friendly_code: DOCKER_IMG_NOT_FOUND Message: Docker image not found.
Code: UTA35GRN Friendly_code: TOO_MANY_FILES_TO_TRANSFER Message: Too many files to transfer.
Code: 1ULDUW06 Friendly_code: STORAGE_QUOTA_EXCEEDED Message: Your storage quota is exceeded.
Code: 59ECCASF Friendly_code: UNSUPPORTED_TRANSFER_TYPE Message: The transfer type is not supported.