-
1. Re: suddenly started getting illegalStateException with toPS Activity on ES2
thirajan May 28, 2014 8:07 AM (in response to thirajan)Caused by: com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException: java.lang.IllegalStateException: Connection to failed service.
at com.adobe.convertpdf.ConvertPdfBmcWrapper.convertPdftoPs(ConvertPdfBmcWrapper.java:213)
at com.adobe.convertpdf.ConvertPdfServer.convertPdftoPs(ConvertPdfServer.java:85)
at com.adobe.convertpdf.docservice.ConvertPdfServiceImpl.toPS2InTxn(ConvertPdfServiceImpl.ja va:166)
at com.adobe.convertpdf.docservice.ConvertPdfServiceImpl.access$000(ConvertPdfServiceImpl.ja va:46)
at com.adobe.convertpdf.docservice.ConvertPdfServiceImpl$1.doInTransaction(ConvertPdfService Impl.java:139)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
at com.adobe.convertpdf.docservice.ConvertPdfServiceImpl.toPS2WithSMT(ConvertPdfServiceImpl. java:135)
at com.adobe.convertpdf.docservice.ConvertPdfServiceImpl.toPS2(ConvertPdfServiceImpl.java:12 5)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
... 94 more
Caused by: java.lang.IllegalStateException: Connection to failed service.
at com.adobe.convertpdf.ConvertPdfBmcWrapper.convertPdftoPs(ConvertPdfBmcWrapper.java:212)
... 109 more
-
2. Re: suddenly started getting illegalStateException with toPS Activity on ES2
WASIL Jun 5, 2014 2:30 AM (in response to thirajan)It looks like the native convertpdf.exe is not active(killed somehow). Hence, connection to failed service. Please reboot your server.
-Wasil
-
3. Re: suddenly started getting illegalStateException with toPS Activity on ES2
thirajan Jul 18, 2014 9:42 AM (in response to WASIL)You were right. convertPdf.exe and other related *.so files were missing and had to reinstall them fixed the issue.


