Expand my Community achievements bar.

ASM_S00001: Failed to execute the DDX - error messages have been logged.

Avatar

Former Community Member
Hello,



I have been receiving this error sporadically trying to test out Adobe Assembler. The last line of code that runs on my service before this error is assembler7.invoke(myDDX,inputs,null,null).



This happens occasionally, and on some servers it never happens, but others it is consistent.



Any ideas would be greatly appreciated.



2007-05-10 15:02:41,514 ERROR [com.adobe.service.pdfm.AssemblerEJB] ASM_S00001: Failed to execute the DDX - error messages have been logged.

com.adobe.idp.DocumentError: java.io.FileNotFoundException: C:\Temp\AdobeDocumentStorage\local\removeOn2007Y05M10D15h12m41s.1178824361000\1333138273297467193

at com.adobe.idp.DocumentFileBackend.read(DocumentFileBackend.java:232)

at com.adobe.idp.Document.getInputStream(Document.java:794)

at com.adobe.service.pdfm.AssemblerEJB.convertIDP2DDXMDocument(Unknown Source)

at com.adobe.service.pdfm.AssemblerEJB.mapInputs(Unknown Source)

at com.adobe.service.pdfm.AssemblerEJB.invoke(Unknown Source)

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:324)

at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)

at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)

at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)

at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)

at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:282)

at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)

at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:120)

at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)

at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)

at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)

at org.jboss.ejb.Container.invoke(Container.java:723)

at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)

at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)

at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)

at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:97)

at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.java:49)

at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)

at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:53)

at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:100)

at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)

at $Proxy123.invoke(Unknown Source)

at com.fiserv.adobe.assembler.ejb.AdobeAssemblerServiceBean.assemblePDF(AdobeAssemblerServiceBean.java:150)

at com.fiserv.adobe.assembler.ejb.AdobeAssemblerServiceBean.assembleDocuments(AdobeAssemblerServiceBean.java:129)

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.jav
1 Reply

Avatar

Former Community Member
I've seen this error when there is a misconfiguration in the global document storage directory, the max inline size, or the document timeout period. These items are specified on the server during installation, and must be consistent between the client and server.