Expand my Community achievements bar.

Output Service Java API

Avatar

Former Community Member
Hi,



I have installed and deployed Adode LC ES 8.1 for weblogic. I have two questions;

1) While deploying the components 'Workbench Admin', 'Rights Admin' and 'PDF generator', exceptions are thrown saying that somes jar can not be deployed. After this exception the deployment stops.



a) PDF Generator Component



[2007-07-11 17:44:02,751], FINE , Thread-11, com.adobe.livecycle.lcm.feature.deployment.LCMDeployerUtil, installComponent : ..\working\deployLC\deploy\adobe-pdfgconfig-dsc.jar

[2007-07-11 17:44:08,749], SEVERE , Thread-11, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Failed to deploy component.

com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component.



b) Righta Admin Component



[2007-07-11 17:41:59,449], FINE , Thread-10, com.adobe.livecycle.lcm.feature.deployment.LCMDeployerUtil, installComponent : ..\working\deployLC\deploy\adobe-rightsmanagement-weblogic-dsc.jar

[2007-07-11 17:42:10,314], SEVERE , Thread-10, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Failed to deploy component.

com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component.



c) Workbench Admin Component



[2007-07-11 17:37:03,329], FINE , Thread-8, com.adobe.livecycle.lcm.feature.deployment.LCMDeployerUtil, installComponent : ..\working\deployLC\deploy\adobe-workspacepersistence-dsc.jar

[2007-07-11 17:37:05,001], SEVERE , Thread-8, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Failed to deploy component.

com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component.



2) I do not know whether this is because of the above. When I am using Output Service with Java API, to generate PDF for a given xdp and xml data, I am getting the below exception,



Exception in thread "Main Thread" com.adobe.livecycle.output.exception.OutputException: com.adobe.idp.DocumentError: error unmarshalling arguments; nested exception is:

java.lang.ClassNotFoundException: Failed to load class com.adobe.idp.DocumentFileID (see the server-side log for details)

at com.adobe.livecycle.output.client.OutputClient.generatePDFOutput(OutputClient.java:138)

at adobe.CARSPDFGenerator.main(CARSPDFGenerator.java:46)

Caused by: com.adobe.idp.DocumentError: error unmarshalling arguments; nested exception is:

java.lang.ClassNotFoundException: Failed to load class com.adobe.idp.DocumentFileID (see the server-side log for details)



Appreciated your help.



Thanks

Raghu
1 Reply

Avatar

Former Community Member
Hi

We are using ejp service for generating PDF.But our outputClient.generatePDFOutput() is not giving us anything.When it is being called program gets hang,nor it is throwing any exeption.

I am running the program from my machine which has windows OS and LiveCycle is intalled on Linux machine and has Weblogic server on it.

We are making connection in service Client.