Hi,
I am testing the OutputClient.generatePDFOutput() method, and get the follwoing error:
com.adobe.livecycle.output.exception.OutputException
: java.lang.IllegalStateException
at com.adobe.livecycle.output.client.OutputClient.generatePDFOutput(
OutputClient.java:149) at com.ytzsys.output.TEST.CreatePDFDocument.main(
CreatePDFDocument.java:82) Caused by:
java.lang.IllegalStateException
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory$1.handleThrowable(
ServiceClientFactory.java:69) at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(
ServiceClient.java:220) at com.adobe.livecycle.output.client.OutputClient.invokeRequest(
OutputClient.java:607) at com.adobe.livecycle.output.client.OutputClient.generatePDFOutput(
OutputClient.java:132) ... 1 more Caused by: java.lang.NoClassDefFoundError:
javax/ejb/EJBException
at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.evaluateMessageDispatcher(
ServiceClientFactory.java:587) at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(
ServiceClient.java:215) ... 3 more
The LiveCycle server is a JBoss turn-key installation on my Windows machine. The code is basically copied form the API quick start, with a change of the file names only, and is attched below.
Your help on this problem is greatly appreciated.
Thanks.
Kelvin