Reputation: 17
I have used Spring Boot version 3.3.3 as part of my application. Due to some vulnerability issues, I have upgraded the Spring Boot version from 3.3.3 to 3.4.2. Application functionalities are working fine. When I perform performance testing with help of JMeter, I get the issue as below.
{
"code": 500,
"message": "Failed to upsert item",
"exception": {
"element": "com.azure.spring.data.cosmos.exception.CosmosAccessException",
"description": "Failed to upsert item"
},
"errorsInfo": [
{
"errorCode": "500-CosmosAccessException",
"errorDescription": "Failed to upsert item",
"displayMessage": null
}
]
}
Could you please help on the above issue, if any faced same issue?
Upvotes: 0
Views: 85