Hi. I'm getting connection to failed service errors or not serializable errors when I run a production sized load for my project. I'm trying to generate 100,000 PDFs one at a time on each thread against the Output web service. I'm running custom code that makes the Output web service call on individual thread. I run up to 40 threads against my vertical cluster and occasionally I see a not serializable error or connection to failed service on my code. Any ideas on what could be the cause of the errors? Thank you for any insight you can provide.
I'm running a WebLogic vertical cluster on one box. 1 admin server of WebLogic 9.2 MP3 with 10 managed WebLogic servers on the same physical box in a cluster. I have enough RAM to support all these JVMs and the GDS is on the local drive on the box.
Environment details:
Software: Windows 2003 R2 SP2 (32-bit), WebLogic 9.2 MP3, Adobe LC 8.2.1 SP3 + QF 3.19, Oracle 10.2.0.4, BEA Jrockit 1.5.0_12 (32-bit)
Hardware: 2 CPU 2.8GHz * 4 cores * Hyper-Threading = makes it look like 16 CPUs in Task Manager, Performance tab, 16 GB RAM, 50+ GB HD space free
Error Message:
+ com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
IVS Error Message that happens randomly when the errors are occurring. I can resubmit the same IVS test where this error shows up on the managed WL instance and it :
java.lang.IllegalStateException: Connection to failed service. in com.adobe.livecycle.formsservice.exception.RenderFormException, cause: java.lang.IllegalStateException: Connection to failed service. in com.adobe.livecycle.formsservice.exception.FormServerException
Exception in Output Service
Stack Trace
at com.adobe.formServer.FormServer.renderForm(FormServer.java:210)
at com.adobe.formServer.FormServer.renderForm(FormServer.java:257)
at com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocSe rvice.java:483)
at com.adobe.printSubmitter.util.FormSubmitter.submit(FormSubmitter.java :157)
at com.adobe.printSubmitter.util.FormSubmitter.submit(FormSubmitter.java :94)
at com.adobe.printSubmitter.util.Splitter.endElementNoBatch(Splitter.jav a:175)
at com.adobe.printSubmitter.util.Splitter.endElement(Splitter.java:155)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement( Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent Dispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un known Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:176)
at com.adobe.printSubmitter.PrintServer.execute(PrintServer.java:519)
at com.adobe.printSubmitter.PrintServer.submit(PrintServer.java:223)
at com.adobe.printSubmitter.service.OutputServiceImpl.generateOutputInTx n(OutputServiceImpl.java:247)
at com.adobe.printSubmitter.service.OutputServiceImpl.generatePDFOutputI nTxn(OutputServiceImpl.java:347)
at com.adobe.printSubmitter.service.OutputServiceImpl.access$100(OutputS erviceImpl.java:79)
at com.adobe.printSubmitter.service.OutputServiceImpl$2.doInTransaction( OutputServiceImpl.java:313)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapt erBean.doRequiresNew(EjbTransactionBMTAdapterBean.java:218)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapt er_jmbvky_ELOImpl.doRequiresNew(EjbTransactionBMTAdapter_jmbvky_ELOImp l.java:63)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute (EjbTransactionProvider.java:133)
at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute (DefaultTransactionTemplate.java:79)
at com.adobe.printSubmitter.service.OutputServiceImpl.invokeGeneratePDFO utputWithSMT(OutputServiceImpl.java:308)
at com.adobe.printSubmitter.service.OutputServiceImpl.generatePDFOutput( OutputServiceImpl.java:289)