We are getting errors while downloading a document using DFS. 6.6
We have a web application deployed on tomcat which consumes DFS web services to upload/download documents.
While downloading the document we are getting the following error.
com.emc.documentum.fs.rt.ucf.UcfException: Invalid checksum for file "ucf-ca-office-auto.jar".
at com.emc.documentum.fs.rt.ucf.LocalUcfConnector.initUcfRuntime(LocalUcfConnector.java:125)
at com.emc.documentum.fs.rt.ucf.LocalUcfConnector.getUcfId(LocalUcfConnector.java:29)
at com.emc.documentum.fs.rt.ucf.UcfConnection.<init>(UcfConnection.java:153)
at com.emc.documentum.fs.rt.ucf.UcfConnection.<init>(UcfConnection.java:212)
at com.pwc.envoyapp.applet.SampleApplet.init(SampleApplet.java:47)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.documentum.ucf.common.install.InstallException: Invalid checksum for file "ucf-ca-office-auto.jar".
at com.documentum.ucf.client.install.installer.impl.InstallerService.copyFile(InstallerService.java:1065)
at com.documentum.ucf.client.install.installer.impl.InstallerService.copyFiles(InstallerService.java:780)
at com.documentum.ucf.client.install.installer.impl.InstallerService.install(InstallerService.java:89)
at com.documentum.ucf.client.install.launcher.impl.LauncherService.launchRuntime(LauncherService.java:32)
at com.emc.documentum.fs.rt.ucf.LocalUcfConnector.initUcfRuntime(LocalUcfConnector.java:119)
... 6 more
Exception is : Invalid checksum for file "ucf-ca-office-auto.jar"
Can you please help us out with the same.
This issus is getting critical for us.
Some inputs for the cause and solution for the problem will be highly appriciated.