We are currently experiencing UCF issues when we try to open, checkout/in, import documents, etc... (anything todo with UCF) when accessing Webtop through the reverse proxy.
Client UCF log...
Jun 28, 2010 2:13:51 PM com.documentum.ucf.client.logging.impl.UCFLogger fatal
SEVERE: stdOutErrType 2; msg = Exception in thread "Thread-23" com.documentum.ucf.common.transport.TransportError: com.documentum.ucf.common.transport.TransportStreamException: Client sender failed to send response message
at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSession.java:420)
Caused by: com.documentum.ucf.common.transport.TransportStreamException: Client sender failed to send response message
at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSender.java:74)
at com.documentum.ucf.client.transport.impl.ClientSession.sendAndGetReceiver(ClientSession.java:537)
at com.documentum.ucf.client.transport.impl.ClientSession.handshake(ClientSession.java:620)
at com.documentum.ucf.client.transport.impl.ClientSession.handshake(ClientSession.java:600)
at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSession.java:214)
Caused by: java.io.IOException: HTTPS hostname wrong: should be <139.169.93.7>
at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at com.documentum.ucf.client.transport.impl.ClientNativeGAIRConnector.sendProlog(ClientNativeGAIRConnector.java:179)
at com.documentum.ucf.client.transport.impl.ClientSender.send(ClientSender.java:46)
Web Server log.....
ERROR [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] com.documentum.web.common.Trace - An error has occurred when invoking the UCF runtime. Details:
Failed to connect to server - refer ucf client logs for details
An error has occurred when invoking the UCF runtime. Details:
Failed to connect to server - refer ucf client logs for details
com.documentum.ucf.client.install.launcher.InvocationException: An error has occurred when invoking the UCF runtime. Details:
Failed to connect to server - refer ucf client logs for details
However if we bypass the reverse proxy completely and login to Webtop (http://server:7001/webtop), we have no issues. Is there something we need to configure on the web server and/or client UCF config file?
Web Server: Weblogic 10.0.2
Reverse Proxy: F5 BigIP LTM
Webtop 6.5 SP1
Thanks Again!!!