Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Could not unmarshal / marshal... Could not load class

filipev
Discoverer
0 Kudos
132
  • SAP Managed Tags:

Hello everyone,

We expose REST endpoints for GET and PUT requests. Example for PUT requests:

@PutMapping(value = "/{segment}",
produces = {MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML}
)
@Secured({...})
public ResponseEntity createR(@RequestBody FakeData fakeData, @PathVariable("test") String test...


When I am testing these endpoints, I get different results between server re-starts or even postman close/open.

On the other side, the exceptions are always constant:


- Hybris versions: 2105 and 2211

- Happens across several environments

I've been trying to troubleshoot this issue for a long time with no success. Has someone come across a similar issue ?

Thank you

0 REPLIES 0