haruka-7 / sapccm-docker-image

Docker image for SAP Commerce Cloud CLI
GNU General Public License v3.0
0 stars 0 forks source link

500 Error since today #1

Open tklostermannNSD opened 2 years ago

tklostermannNSD commented 2 years ago

Hey,

we use your docker image to build and deploy in a project, but for some reason all builds get triggert in the cloud build result in a 500 response: $ sapccm build create --subscription-code=$SUBSCRIPTION_CODE --name=XXX --branch=$BRANCH_NAME > build-output.txt 500 : [{"message":"No details available","type":"General Exception","error":null,"title":"General Exception","detail":"No details available"}]

Could you maybe look into this? I didnt find a clue on why this happens

tklostermannNSD commented 2 years ago

Could not extract response: no suitable HttpMessageConverter found for response type [class com.sap.cx.commercecloud.management.openapi.model.BuildDetailDTO] and content type [text/html;charset=ISO-8859-1]

This is another error we got

haruka-7 commented 2 years ago

Hello,

This error comes from the "Commerce Cloud Management CLI", the CCV2 API client provided directly by SAP : https://github.com/P3ter/sapccm-docker-image/tree/main/CXCOMMCLI00P_6-80005133

We have this error too occasionally, but the build is succes after a retry. If you still have this error, please contact SAP support, because it is not related to the docker image.