Hi,
I am tring to implement file upload using DFS AND UCF Transfer mode as like in DFS Development Guide.When i try to initiate UCF Connection using applet
i am getting folloing error.
com.documentum.ucf.client.install.launcher.InvocationException: An error has occurred when invoking the UCF runtime. Details:
Exception in thread "Thread-1" com.documentum.ucf.common.transport.TransportError: com.documentum.ucf.common.transport.TransportStreamException: Unrecoverable stream error: HTTP session is not properly initialized
at com.documentum.ucf.client.transport.impl.ClientSession.run(ClientSession.java:353)
Caused by: com.documentum.ucf.common.transport.TransportStreamException: Unrecoverable stream error: HTTP session is not properly initialized
at com.documentum.ucf.client.transport.impl.ClientReceiver.getRequests(ClientReceiver.java:53)
at com.documentum.ucf.client.transport.impl.ClientSession.handshake(ClientSession.java:549)
at com.documentum.ucf.client.transport.impl.ClientSession.handshake(ClientSession.java:528)
at com.documentum.ucf.client.install.launcher.impl.RuntimeInvoker.isProcessRunning(RuntimeInvoker.java:613)
at com.documentum.ucf.client.install.launcher.impl.RuntimeInvoker.initConnectionForNewProcess(RuntimeInvoker.java:194)
at com.documentum.ucf.client.install.launcher.impl.RuntimeInvoker.initConnection(RuntimeInvoker.java:59)
at com.emc.documentum.fs.rt.ucf.UcfConnection.<init>(UcfConnection.java:88)
at com.mycompany.applet.Sample.init(Sample.java:14)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Any help,
Regards,
karthick s