FAQs (EN)



7. When sending a job to the CIB documentServer I get an exception java.net.SocketTimeoutException: Async operation timed out in the ServerManager.

The CIB documentServer cannot read the request XML from the http request. This results in a timeout.

Possible causes

Between the caller and the CIB documentServer there is a router which does not allow data for GET requests. Therefore send the request with a POST request. For example use the method UrlDocumentServerImpl.setMethod("POST"); to change the caller type.