Hi All,
We have owc 11.1.1.9 server running on Linux 6. We have some custom components which are dependent on DocUrl. In DocUrl, the domain address is coming as null.
The first line, generates a DocUrl and based on this our custom chein new code gets the file.

The same components/configurations are working fine on another environment and it is not working on this new environment.
To ensure, we tested with sample ridc code with both IDC and HTTP protocols from jdeveloper.
With IDC we got Error :
oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://hostname:4444
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:35)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
at oracle.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:152)
at SampleRIDC.main(SampleRIDC.java:37)
Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.ConnectException: Connection timed out: connect
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:52)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)
... 4 more
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
With http we got Successful result:
DocUrl=http://hostname:16200/cs/groups/public/documents/system/zgvy/y29u/~edisp/myfilename.hcst
We are not getting why idc is not working. Please suggest.
Thanks,
Vivek