When I attempt to view a document on our Documentum (Developer Edition) server, I receive an error after clicking the "View" button (does not work with "Edit") either.
Upon clicking the button, the "Client Transfer Service" appears to start to run but then pops up an error page:
An error has occurred when invoking the UCF runtime. Details:
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.documentum.ucf.client.logging.impl.ClientLogger.info(ClientLogger.java:38)
at com.documentum.ucf.client.transport.impl.ClientEngine.<init>(ClientEngine.java:143)
at com.documentum.ucf.client.transport.impl.ClientEngine.main(ClientEngine.java:53)
An example URL:
http://server.mydomain.com:9080/webtop//drl/objectId/09de75d180003652
which redirects to:
http://server.mydomain.com:9080/webtop/component/drl?objectId=09de75d180003652&Reload=1291746891265
When you click "Edit" you see this URL:
http://server.mydomain.com:9080/webtop/wdk/system/drl/drl.jsp
and then this one, with the error:
http://server.mydomain.com:9080/webtop/component/errormessage
If I access this same URL on the actual Documentum server itself, it works fine. I am assuming the issue must be either network related or server resource issue related.
As a side note, if I try to "edit" a document, in WebTop, remotely, I get a similar type of error.
Suggestions of what to look at?
Terry