UCM RIDC SocketTimeoutException: Read timed out
Hi All,
I am trying to use UCM RIDC API for uploading files in UCM. Below is the error that I am getting while uploading file:
oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketTimeoutException: Read timed out
at oracle.stellent.ridc.protocol.http.auth.AuthenticationDetector.determineAuthHandler(AuthenticationDetector.java:88)
at oracle.stellent.ridc.protocol.http.IdcHttpProtocol.writeRequest(IdcHttpProtocol.java:374)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:198)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:150)
at ridcproject.RIDCCheckinAndNativeURL.main(RIDCCheckinAndNativeURL.java:55)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)