Using aws S3 in spring boot, while trying to access awsClient I am getting some unexpected error.

0

`com.amazonaws.SdkClientException: Unable to unmarshall response (Unexpected character 'd' (code 100) after '<!' (malformed comment?) at [row,col {unknown-source}]: [1,3]). Response Code: 200

Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'd' (code 100) after '<!' (malformed comment?) at [row,col {unknown-source}]: [1,3]`

it is working fine in sts and docker-compose but when I am running it in ocp (OpenShift Container Platform) it is giving me this error.

asked a year ago89 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions