Viewing Events of an AI Application
During the creation of an AI application, every key event is automatically recorded. You can view the events on the details page of the AI application at any time.
This helps you better understand the process of creating an AI application and locate faults more accurately when a task exception occurs. The following table lists the available events.
|
Type |
Event (xxx should be replaced with the actual value.) |
Solution |
|
Normal |
The model starts to import. Start model import. |
- |
|
Abnormal |
Failed to create the image. Failed to build the image. |
Locate and rectify the fault based on the error information. FAQ |
|
Abnormal |
The custom image does not support specified dependencies. Customize model does not support dependencies. |
The runtime dependencies cannot be configured when a custom image is imported. Install the pip dependency package in the Dockerfile that is used to create the image. FAQ |
|
Abnormal |
Only custom images support swr_location. Non-custom type models should not contain swr_location. |
Delete the swr_location field from the model configuration file config.json and try again. |
|
Abnormal |
The health check API of a custom image must be xxx. The health check url of custom image model must be %s. |
Modify the health check API of the custom image and try again. |
|
Normal |
The image creation task is in the xxx state. The status of the image building task is %s. |
- |
|
Abnormal |
Label xxx does not exist in image xxx. Image %s does not have the %s tag. |
Contact technical support. |
|
Abnormal |
Invalid parameter value xxx exists in the model configuration file. Invalid %s in config.json. |
Delete invalid parameters from the model configuration file and try again. |
|
Abnormal |
Failed to obtain the labels of image xxx. Failed to obtain the tag list of image %s. |
Contact technical support. |
|
Abnormal |
Failed to import data because xxx is larger than xxx GB. %s [%s] is larger than %dG and cannot be imported. |
The size of the model or image exceeds the upper limit. Downsize the model or image and import it again. FAQ |
|
Abnormal |
User xxx does not have OBS permission obs:object:PutObjectAcl. User %s does not have obs:object:PutObjectAcl permission |
The IAM user does not have the obs:object:PutObjectAcl permission on OBS. Add the agency permission for the IAM user. FAQ |
|
Abnormal |
Creating the image timed out. The timeout duration is xxx minutes. Image building task timeout. The %s-minute limit is over. |
There is a timeout limit for image building using ImagePacker. Simplify the code to improve efficiency. FAQ |
|
Normal |
Model description updated. Model description updated. |
- |
|
Normal |
Model runtime dependencies not updated. Model running dependencies not updated. |
- |
|
Normal |
Model runtime dependencies updated. Recreating the image. Model running dependencies updated. Rebuild the image. |
- |
|
Abnormal |
SWR traffic control triggered. Try again later. The throttling threshold of swr has been reached. |
SWR traffic control triggered. Try again later. |
|
Normal |
The system is being upgraded. Try again later. System is upgrading, please try again later. |
- |
|
Abnormal |
Failed to obtain the source image. An error occurred in authentication. The token has expired. Failed to access source image. Authenticate Error, token expired. |
Contact technical support. |
|
Abnormal |
Failed to obtain the source image. Check whether the image exists. Failed to access source image. Check whether the image exists. |
Contact technical support. |
|
Normal |
Source image size calculated. Source image size calculated successfully. |
- |
|
Normal |
Source image shared. Source image shared successfully. |
- |
|
Abnormal |
Failed to create the image due to traffic control. Try again later. Failed to build the image due to the threshold has been reached. Please try again later. |
Traffic control triggered. Try again later. |
|
Abnormal |
Failed to send the image creation request. Failed to send image building request. |
Contact technical support. |
|
Abnormal |
Failed to share the source image. Check whether the image exists or whether you have the permission to share the image. Failed to share source image. Check whether the image exists or whether you have the share permission on the image. |
Check whether the image exists or whether you have the permission to share the image. |
|
Normal |
The model imported. Model imported successfully. |
- |
|
Normal |
Model file imported. Model file imported successfully. |
- |
|
Normal |
Model size calculated. Model size calculated successfully. |
- |
|
Abnormal |
Failed to import the model. Failed to import the model. |
For details about how to locate and rectify the fault, see FAQ. |
|
Abnormal |
Failed to copy the model file. Check whether you have the OBS permission. Failed to copy model file due to obs exception. Please Check your obs access right. |
Check whether you have the OBS permission. FAQ |
|
Abnormal |
Failed to schedule the image creation task. Image building task scheduling failed. |
Contact technical support. |
|
Abnormal |
Failed to start the image creation task. Failed to start the image building task. |
Contact technical support. |
|
Abnormal |
The Roman image has been created but cannot be shared with resource tenants. The ROMA image is successfully built but cannot be shared to resource tenants. |
Contact technical support. |
|
Normal |
Image created. Image built successfully. |
- |
|
Normal |
The image creation task started. Start the image building task. |
- |
|
Normal |
The environment image creation task started. Start the env image building task. |
- |
|
Normal |
The request for creating an environment image received. Received another env image building request of the model. |
- |
|
Normal |
The request for creating an image received. Received another image building request of the model. |
- |
|
Normal |
An existing environment image is used. Use cached env image. |
- |
|
Abnormal |
Failed to create the image. For details, see image creation logs. Failed to build the image. For details, view the building log. |
View the build logs to locate and rectify the fault. FAQ |
|
Abnormal |
Failed to create the image due to an internal system error. Contact technical support. Failed to build the image due to system errors. Contact the administrator. |
Contact technical support. |
|
Abnormal |
Failed to import model file xxx because it is larger than 5 GB. Model file %s is larger than 5G and cannot be imported. |
The size of the model file xxx is greater than 5 GB. Downsize the model file and try again, or use dynamic loading to import the model file. FAQ |
|
Abnormal |
Failed to create the OBS bucket due to an internal system error. Contact technical support. Failed to create bucket due to system errors. Contact the administrator. |
Contact technical support. |
|
Abnormal |
Failed to calculate the model size. Subpath xxx does not exist in path xxx. Model size calculated failed.Can not find %s child directory in current model directory %s. |
Correct the subpath and try again, or contact technical support. |
|
Abnormal |
Failed to calculate the model size. The model of the xxx type does not exist in path xxx. Model size calculated failed.Can not find %s file in current model directory %s. |
Check the storage location of the model of the xxx type, correct the path, and try again, or contact technical support. |
|
Warning |
Failed to calculate the model size. More than one xxx model file is stored in path xxx. Model size calculated failed.Find more than one %s file in current model directory %s. |
- |
During AI application creation, key events can both be manually and automatically refreshed.
Viewing Events
- In the navigation pane of the ModelArts management console, choose AI Application Management > AI Applications. In the AI application list, click the name of the target AI application to go to its details page.
- View the events on the Events tab page.
Last Article: Publishing AI Applications
Next Article: Subscribing to a Model
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.