Issue with accessing content server port 4444
I've installed virtual box on a linux machine. Following appliance is running on the Virtual Box.
http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/owcs-portalfw-vbox-284132.html
It is a webcenter UCM installation.
Port forwarding seems to be working perfectly. Because I can access all the required ports from the host machine and also from external machines.
However, I'm unable to access port 4444 from outside the host machine. When I try to create a Content Repository connection on my windows Jdeveloper, it throws below error:
Caused by: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize socket connection to Content Server 'idc://<host>:4444'
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:32)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:19)
at oracle.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:148)
Any clue?
Is the IDC protocol a problem?
or Is it the UCM server that is restricting access from any machine other than the host?