sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
692 stars 766 forks source link

Ingest Live Data into your House Price Predictor with SAP AI Core - Configure artifact storage error STEP 20 #23588

Closed marcorosa closed 2 weeks ago

marcorosa commented 2 weeks ago

Tutorials: https://developers.sap.com/tutorials/ai-core-data.html

There seems to be an issue in the connection to AWS, and the executions fail at STEP 20. Even if I have set my AWS credentials in Object Store Secrets (both mys3 and default, as suggested), all, the executions end as DEAD instead of COMPLETED

Status details

{
    "details": [
        {
            "container_name": "main",
            "exit_code": 0,
            "last_log_messages": "...T12:56:***\" level=info ***/model/ -> ***/***\" argo=truetime=\"2024-06-10T12:56:***\" level=info msg=\"Taring /app/model\"time=\"2024-06-10T12:56:***\" level=info msg=\"archived 2 files/dirs in /app/model\"",
            "message": "",
            "pod_name": "e74d00b2092a9b8d-mycodeblock1-760053830",
            "ready": false
        },
        {
            "container_name": "wait",
            "exit_code": 1,
            "last_log_messages": "...c=16839 Sys=27221 NumGC=5 Goroutines=8\"time=\"2024-06-10T12:56:***\" level=fatal msg=\"You need to configure artifact storage. More information on how to do this can be found in the docs: https://***/\"",
            "message": "You need to configure artifact storage. More information on how to do this can be found in the docs: https://***/configure-artifact-repository/",
            "pod_name": "e74d00b2092a9b8d-mycodeblock1-760053830",
            "ready": false
        }
    ],
    "workflow_info": [
        {
            "exit_code": "",
            "id": "e74d00b2092a9b8d",
            "message": "child 'e74d00b2092a9b8d-760053830' failed",
            "name": "e74d00b2092a9b8d",
            "phase": "Failed",
            "type": "Steps"
        },
        {
            "exit_code": "",
            "id": "e74d00b2092a9b8d-2550242482",
            "message": "child 'e74d00b2092a9b8d-760053830' failed",
            "name": "e74d00b2092a9b8d[0]",
            "phase": "Failed",
            "type": "StepGroup"
        },
        {
            "exit_code": "0",
            "id": "e74d00b2092a9b8d-760053830",
            "message": "Error (exit code 1): You need to configure artifact storage. More information on how to do this can be found in the docs: https://***/configure-artifact-repository/",
            "name": "e74d00b2092a9b8d[0].mypredictor",
            "phase": "Error",
            "type": "Pod"
        }
    ]
}

It seems the issue is at model upload, because from the logs I can see the error is after the time prediction