Hi,
I was using Asynchronous call to generate PDF. It was working for some time. Now it is showing error.
We are not able to able to create PDF reports at that time. When we are checking the exception log of the CF Server, we can find the following error.
"Error","Thread-16","12/05/07","10:58:51",,"Error invoking CFC for gateway CreatePDF: An exception occurred when performing document processing. The cause of this exception was that: java.lang.IllegalArgumentException."
coldfusion.tagext.lang.DocumentTagException: An exception occurred when performing document processing.
at coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1209)
at cfGeneratePDF2ecfc1106407227$funcONINCOMINGMESSAGE.runFunction(C:\Ine tpub\wwwroot\mycfsite\reports\CF\model\GeneratePDF.cfc:343)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMetho d.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.ja va:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
at coldfusion.filter.EventComponentFilter.invoke(EventComponentFilter.ja va:67)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225 )
at coldfusion.filter.EventRequestMonitorFilter.invoke(EventRequestMonito rFilter.java:46)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePers istenceFilter.java:28)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.eventgateway.EventProxy.invokeComponent(EventProxy.java:52 )
at coldfusion.eventgateway.EventRequestHandler.invokeCFC(EventRequestHan dler.java:165)
at coldfusion.eventgateway.EventRequestHandler.processRequest(EventReque stHandler.java:102)
at coldfusion.eventgateway.EventRequestDispatcher$Task.run(EventRequestD ispatcher.java:121)
at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:214)
Anyone having idea about this error?
Please help to track this.
Thanks in advance
I was using Asynchronous call to generate PDF. It was working for some time. Now it is showing error.
We are not able to able to create PDF reports at that time. When we are checking the exception log of the CF Server, we can find the following error.
"Error","Thread-16","12/05/07","10:58:51",,"Error invoking CFC for gateway CreatePDF: An exception occurred when performing document processing. The cause of this exception was that: java.lang.IllegalArgumentException."
coldfusion.tagext.lang.DocumentTagException: An exception occurred when performing document processing.
at coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1209)
at cfGeneratePDF2ecfc1106407227$funcONINCOMINGMESSAGE.runFunction(C:\Ine tpub\wwwroot\mycfsite\reports\CF\model\GeneratePDF.cfc:343)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMetho d.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.ja va:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
at coldfusion.filter.EventComponentFilter.invoke(EventComponentFilter.ja va:67)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225 )
at coldfusion.filter.EventRequestMonitorFilter.invoke(EventRequestMonito rFilter.java:46)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePers istenceFilter.java:28)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.eventgateway.EventProxy.invokeComponent(EventProxy.java:52 )
at coldfusion.eventgateway.EventRequestHandler.invokeCFC(EventRequestHan dler.java:165)
at coldfusion.eventgateway.EventRequestHandler.processRequest(EventReque stHandler.java:102)
at coldfusion.eventgateway.EventRequestDispatcher$Task.run(EventRequestD ispatcher.java:121)
at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:214)
Anyone having idea about this error?
Please help to track this.
Thanks in advance