Hi all,
While downloading file from documentum server am getting the following exception, i was added the host name and ip address in the host file eventhough am getting the exception. For this i try to change host name to ip address am not able to connect to documentum server is any procedure to change host name to ip address
Exception in thread "main"
com.emc.documentum.fs.rt.ServiceInvocationRuntimeException: Could not get content as file: "Content{format='pdf', pageNumber=0, renditionType=PRIMARY}".at com.emc.documentum.fs.datamodel.core.content.Content.getAsFile(
Content.java:265)at com.boeing.seds.model.dm.common.SedsDmDownloadDocument.getContentAsFile(
SedsDmDownloadDocument.java:77)at com.boeing.seds.model.dm.common.SedsDmDownloadDocument.downloadDocument(
SedsDmDownloadDocument.java:111)at com.boeing.seds.test.TestClass.main(
TestClass.java:96)Caused by:
com.emc.documentum.fs.rt.impl.ContentTransformationException: Failed to retrieve file content: "http://jaguar:9080/ACS/servlet/ACS?command=read&version=2.0&docbaseid=00277d&basepath=%2Fopt%2FDocumentum%2Fdata%2Fsedsrnd%2Fcontent_storage_01%2F0000277d&filepath=80%2F02%2F82%2F50.pdf&objectid=0900277d8003f4a0&cacheid=dAAEAgA%3D%3DUIICgA%3D%3D&format=pdf&pagenum=0&signature=ZSkp9MYCvwRaeluDvhLExjcGgsvmoVNH8NUuqQ2gS8lPl9rD%2BwE%2FpM%2B6utGM3fLwZYjsYm%2FZcn%2BqDptZP8NsThrFV%2BKo90ChNFbt4%2F1WsnRLjpyqp8rFxceOJT%2FcHFCHiIPVa5nrgTJCt7M4%2BPOzxPRKNTvDmQFcZR0evPZH%2Fac%3D&servername=jaguarACS1&mode=1×tamp=1295863420&length=59798&mime_type=application%2Fpdf¶llel_streaming=true".at com.emc.documentum.fs.rt.impl.ContentFactory.downloadContent(
ContentFactory.java:285)at com.emc.documentum.fs.rt.impl.ContentFactory.toFileContentAndCleanup(
ContentFactory.java:224)at com.emc.documentum.fs.datamodel.core.content.Content.getAsFile(
Content.java:258)... 3 more
Caused by:
java.net.UnknownHostException: jaguarat java.net.PlainSocketImpl.connect(
PlainSocketImpl.java:177)at java.net.Socket.connect(
Socket.java:519)at java.net.Socket.connect(
Socket.java:469)at sun.net.NetworkClient.doConnect(
NetworkClient.java:157)at sun.net.www.http.HttpClient.openServer(
HttpClient.java:382)at sun.net.www.http.HttpClient.openServer(
HttpClient.java:509)at sun.net.www.http.HttpClient.<init>(
HttpClient.java:231)at sun.net.www.http.HttpClient.New(
HttpClient.java:304)at sun.net.www.http.HttpClient.New(
HttpClient.java:316)at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(
HttpURLConnection.java:813)at sun.net.www.protocol.http.HttpURLConnection.plainConnect(
HttpURLConnection.java:765)at sun.net.www.protocol.http.HttpURLConnection.connect(
HttpURLConnection.java:690)at sun.net.www.protocol.http.HttpURLConnection.getInputStream(
HttpURLConnection.java:934)at com.emc.documentum.fs.rt.impl.ContentFactory.downloadContent(
ContentFactory.java:274)... 5 more