-
Sometimes the "document storage service" I implemented is receiving calls to the callback endpoint with the following callback body (I replaced some values with 'xxx', others are as received):
Of course when received, the webservice is not happy with this kind of body. It looks like it is missing some critical parts:
The question is the following: How this kind of callback body should be handled ? error ? success ? any special action to do ? Environment: Docker, DocumentServer 8.1.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After much more digging, it turn out the "converter" process was being killed in the background (due to memory usage exceeding a limit I gave at system level) . |
Beta Was this translation helpful? Give feedback.
After much more digging, it turn out the "converter" process was being killed in the background (due to memory usage exceeding a limit I gave at system level) .
It caused the save operation to fail in the document server.
I pretty sure this callback call should not have been made.