Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RIDC : idc is not working but http is working

vivek lalJul 21 2017 — edited Jul 27 2017

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.

pastedImage_3.png

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2017
Added on Jul 21 2017
11 comments
1,190 views