i am using a java client on one machine different from content server machine to create a UcfConnection to Content server
using following code
con=new UcfConnection(new URL("http://148.174.224.38:9080"));
while running the program i am getting following err
Exception in createUCFConnection com.documentum.ucf.common.install.InstallException
com.documentum.ucf.common.install.InstallException
at com.emc.documentum.fs.rt.ucf.UcfConnection.<![CDATA[<init>(UcfConnection.java:61)
at Uploaddocument.createUCFConnection(Uploaddocument.java:29)
at Uploaddocument.main(Uploaddocument.java:50)
Caused by:
java.io.FileNotFoundException: http://148.172.224.38:9080/runtime/AgentService.rest?method=getHttpSessionId
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.emc.documentum.fs.rt.ucf.UcfConnection.]]>(UcfConnection.java:49)
at Uploaddocument.createUCFConnection(Uploaddocument.java:29)
at Uploaddocument.main(Uploaddocument.java:50)
please give me some solution for this error.
do we need some configuration for createing a UCFConnection ?