Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mandtdev
mandtdev
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mandtdev
Customize the badges you want to showcase on your profile
OutputClient.generatePDFOutput error inside Servlet - Adobe LiveCycle 25-12-2009
I am getting the following error when executing the OutputClient.generatePDFOutput method in Servlet environment. The same code works when called from the main method. Any ideas?? I am getting the error in JBOSS as well as WebshereThe following exception occurred:java.lang.NullPointerExceptioncom.adobe.livecycle.output.exception.OutputException: java.lang.NullPointerExceptionat com.adobe.livecycle.output.client.OutputClient.generatePDFOutput(OutputClient.java:141)at com.mandt.dd.AssembleDynamicP...

Views

656

Likes

0

Replies

1
Re: generatePDFOutput is not invoked - Adobe LiveCycle 28-05-2009
May be a Loan.pdf exists and is open!Also, try using the SOAP endpoint. The EJB endpoint is usually problematic. See if it helps.

Views

68

Likes

0

Replies

0
Re: Failed to load TemplateStream for FormQuery on WebSphere 6.1 - Adobe LiveCycle 28-05-2009
withsetContentRootURI = file:///D:\\AdobeTest\\formQuery = Cover.xdp I get the following ExceptionALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException : Not Serializable

Views

151

Likes

0

Replies

0
Re: Failed to load TemplateStream for FormQuery on WebSphere 6.1 - Adobe LiveCycle 28-05-2009
Jasmin,May be I am not getting it right. When I just put "cover.xdp" for formQuery param I get Not Serializable exception. However, when I put "D:\\AdobeTest\\Cover.xdp" and put uriValues.setContentRootURI(file:///D:\\AdobeTest);I get "Failed to load TemplateStream for FormQuery=D:\AdobeTest\cover.xdp from location URI =file:///D:\AdobeTest.I have tried many combinations .. like uriValues.setContentRootURI(file:///D:\\AdobeTest\\); I don't get the same issues in JBoss.***************************...

Views

149

Likes

0

Replies

0
Re: Failed to load TemplateStream for FormQuery on WebSphere 6.1 - Adobe LiveCycle 28-05-2009
Jasmin,Now, I am running the follwing code on the same machine where the LiveCycle is running. It's on WebSpehere 6.1. Now I am getting the following error."Not that the same code runs on JBoss on my machine."ALC-DSC-005-000:com.adobe.idp.dsc.DSCNotSerializableException : Not Serializable Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException : Invocation error.aused by: com.adobe.livecycle.formsservice.exception.RenderFormException: com.adobe.document.xmlform.RenderException: IDL:...

Views

156

Likes

0

Replies

0
OutputClient service: org.omg.CORBA.BAD_PARAM Error on JBoss - Adobe LiveCycle 27-05-2009
I am occasionally getting the following errors while using the OutputClient service. The LiveCycle is running on JBoss. org.omg.CORBA.BAD_PARAM: Server-side Exception: null vmcid: OMG minor code: 23 completed: No in com.adobe.livecycle.formsservice.exception.RenderFormException, cause: org.omg.CORBA.BAD_PARAM: Server-side Exception: null vmcid: OMG minor code: 23 completed: No in com.adobe.livecycle.formsservice.exception.FormServerException

Views

1.7K

Likes

0

Replies

0
Re: facing error Remote EJBObject lookup failed for ejb/Invocation provider - Adobe LiveCycle 26-05-2009
try using the following instead of EJBConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "http://localhost:8080"); ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,ServiceClientFactoryProperties.DSC_SOAP_PROTOCOL);

Views

224

Likes

0

Replies

0
Re: Invoke process error in websphere - Adobe LiveCycle 26-05-2009
Use SOAP protocol instead of EJB as follows:ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "http://localhost:8080"); ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,ServiceClientFactoryProperties.DSC_SOAP_PROTOCOL);

Views

99

Like

1

Replies

0
Failed to load TemplateStream for FormQuery on WebSphere 6.1 - Adobe LiveCycle 26-05-2009
Trying to execute the following code on LiveCycle Server running on WebSphere 6.1 but getting the Failed to load TemplateStream for FormQuery" error. The same peice of code runs perfectly on my machine against JBOSS running on my machine.Note that, the form repository is on my machine at C:\AdobeTest.My JDK and all jar files are all compatible with the websphere. I am even sing the WebSphere JDK. Also, changed the OutputService time out setting to 360 from 180 default. Any suggestions?How do you...

Views

5.3K

Likes

0

Replies

8
Likes from