Hi,
I am trying to read a CSV file from BPEL process and invoke WMservlet to insert data into the OTM.We are successfully reading the file and invoking the servlet and inserting into OTM but,if we check in Business Process Automation->Transmission Manager it shows an error. I am not understanding the error what it is .Could you please help me in this regard. Below is the exception that we are getting.
Kaavya.
I am trying to read a CSV file from BPEL process and invoke WMservlet to insert data into the OTM.We are successfully reading the file and invoking the servlet and inserting into OTM but,if we check in Business Process Automation->Transmission Manager it shows an error. I am not understanding the error what it is .Could you please help me in this regard. Below is the exception that we are getting.
- TransmissionHeader
- UserName
- Password
- TransmissionBody
- GLogXMLElement
- TransmissionReport
- TransmissionNo = 13682
- ReportStatus = ERROR
- IntegrationLogMessage
- ILogSeqNo = 2717
- ITransactionNo = -1
- WrittenBy = XML_STAGE
- IMessageClass = I
- IMessageCode = TRANSMISSION_RECEIVED
- IMessageText = Transmission 13682 received
- TimeStamp = 20080513102721
- DomainName = WIPRO
- IntegrationLogMessage
- ILogSeqNo = 2718
- ITransactionNo = 13960
- WrittenBy = TRANSACTION_PROCESSOR
- IMessageClass = E
- IMessageCode = TRANSACTION_EXCEPTION
- IMessageText = CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: java.lang.IllegalStateException: Failed to parse the specified XML java.lang.IllegalStateException: Failed to parse the specified XML at glog.integration.XSDtoJava.XMLInstanceLoader.parse XML(XMLInstanceLoader.java:215) at glog.integration.XSDtoJava.XMLInstanceLoader.load( XMLInstanceLoader.java:139) at glog.integration.tools.XSDtoJavaWrapper.xmlString2 JavaObject(XSDtoJavaWrapper.java:39) at glog.integration.application.TransactionProcessor. getXMLBase(TransactionProcessor.java:497) at glog.integration.application.TransactionProcessor. processTransaction(TransactionProcessor.java:184) at glog.integration.application.TransactionProcessor. processTransaction(TransactionProcessor.java:349) at glog.server.workflow.transproc.TransProc.execute(T ransProc.java:94) at glog.server.workflow.SimpleWorkflow.execute(Simple Workflow.java:23) at glog.server.workflow.WorkflowSessionBean.execute(W orkflowSessionBean.java:64) at glog.server.workflow.WorkflowSessionNonTransServer SideEJBWrapper_t6tuwu_EOImpl.execute(WorkflowSessi onNonTransServerSideEJBWrapper_t6tuwu_EOImpl.java: 100) at glog.server.workflow.WorkflowManager.execute(Workf lowManager.java:341) at glog.server.workflow.Trigger.trigger(Trigger.java: 111) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:141) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:96) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534)
- TransmissionReport
- GLogXMLElement
Kaavya.
Comment