Work Item compose agent error logs
Review Work Item compose agent-level error logs.
When any of these errors occur, the user interface displays:
Internal server error. If this issue persists, please contact your server administrator.
Response code: 500
The corresponding error ID and error message are recorded in the agent logs.
| Error ID | Error log | Troubleshooting | |
|---|---|---|---|
|
3000 |
Work Item compose agent not found: Requested AI Agent is not registered or misconfigured. |
Validate ccm-agent configuration with AIHub in Openshift cluster. |
|
|
3001 |
Error occurred while processing request to generate work item compose. Check Agent logs for more details. |
Contact the AI Hub administrator. |
|
|
3003 |
Invalid request format: No parts found in request to generate work item compose. |
Rerun the compose. |
|
|
3006 |
Error initializing LLM. |
Validate credentials and service provided by your service provider in AI Hub. |
|
|
3011 |
Field to compose not specified in request. |
Rerun the compose. |
|
|
3012 |
Work item data missing in request. |
Rerun the compose. |
|
|
3013 |
Failed to compose field content using LLM. |
Unable to run service. Rerun the compose. If issue persists, validate credentials and service provided by your service provider in AI Hub. |
|
|
3014 |
Unable to extract compose content from LLM response. |
Invalid content received from LLM. Rerun the compose. |
|
|
3015 |
Failed to load user configuration from database. | Unable to fetch AI Hub configuration from database, confirm your database connection. | |
|
3016 |
An unexpected internal error occurred during agent initialization. | Rerun the compose. | |
|
3017 |
No authentication token found in header. Please provide 'Authorization: Bearer <token>' header. | Rerun the compose. | |
|
3018 |
Invalid JSON format in request data. Please ensure the request body contains valid JSON. | Rerun the compose. | |
|
3019 |
The model ID is unsupported or inaccessible for the selected provider. Verify the model ID, confirm provider support and access, or enter another model. | Check the model id you have entered is correct, or try with other valid model id. | |