hi ,
There is a directory structure as result, failure, preserve.The failed conversions go in failure folder..
The failure logs in the failure folder show
Failure Time----Tue Dec 18 00:22:57 CST 2012
source location ---- Reason of failure is-----[com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
[com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImple.java:223)
at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:501)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:411)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
at org.jboss.ejb.Container.invoke(Container.java:960)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
at $Proxy156.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(
The JBOSS app server logs show :
[com.adobe.native2pdf.bmc.ExcelToPdfConverter] ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg\f8\6fc9-ce5e35-b422c4-08030a-a019a2-bf45d7\ Report.xls
2012-12-18 00:15:52,769 INFO [com.adobe.idp.dsc.provider.service.file.write.impl.FileResultHandlerImpl] Save Results : Delete the stage file----D:\PDFTEST\stage\Wx736755767a3ab97f48fd4803\Report.xlsas preserve was off
2012-12-18 00:15:56,503 INFO [com.adobe.native2pdf.bmc.ExcelToPdfConverter] ALC-PDG-001-001-Begin processing job : C:\Windows\Temp\pdfg\f8\6fc9-ce5e35-b422c4-08030a-a019a2-bf45d7\Report.xls
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.BMCCaller] ALC-PDG-001-028-Report.xls: Job Completion Status: Failed
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.BMCCaller] ALC-PDG-001-025-Report.xls: Time Job Completed: 12/18/12 12:16 AM for job = Report.xls6e2f08-9ce510-026cf3-33da0f-c24220-e5fda9
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.BMCCaller] ALC-PDG-001-030-Report.xls: Waiting time in queue: 23,671 ms for job = Report.xls6e2f08-9ce510-026cf3-33da0f-c24220-e5fda9
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.BMCCaller] ALC-PDG-001-026-Sep12.10000044Report.xls: Time of Job Execution: 15,124 ms for job = Report.xls6e2f08-9ce510-026cf3-33da0f-c24220-e5fda9
2012-12-18 00:16:06,127 ERROR [com.adobe.pdfg.GeneratePDFImpl] ALC-PDG-001-000-ALC-PDG-011-029-Error occurred while converting the input native file.
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.GeneratePDFImpl] ALC-PDG-001-000-Conversion failed : ALC-PDG-011-029-Error occurred while converting the input native file.
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.GeneratePDFImpl] ALC-PDG-001-000-Trying to find a fallback route if available
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.GeneratePDFImpl] ALC-PDG-001-000-Couldn't obtain fallback filetype setting. Cannot try fallback route
2012-12-18 00:16:06,127 ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.livecycle.generatepdf.client.ConversionException message:ALC-PDG-011-029-Error occurred while converting the input native file. while invoking service GeneratePDFService and operation CreatePDF2 and no fault routes were found to be configured.
2012-12-18 00:16:06,127 INFO [com.adobe.pdfg.GeneratePDFImpl] ALC-PDG-001-000-
But i knw that MSExcel file type settings are defind in the adminui.. yet can t figure out the reason for this ExcelToPdfConverter conversion..
Is it that the acrobat was installed from a different account than the livecycle installtion account. But if this is the reason all excels in batch should fail.
What else could be the reason. Am i missing something in logs.?