Hi All,
When we do connector integration test I got this error.
(I got the same error when I was implementing methods then I included
content type (application/vnd.vimeo.group+json) in axis2.xml file )
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,992] ERROR - RelayUtils Error while building
Passthrough stream
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException:
ParseError at [row,col]:[1,1]
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,994] ERROR - TemplateMediator Error while building
message
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axis2.AxisFault: Error while building Passthrough stream
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.handleException(RelayUtils.java:236)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:111)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: org.apache.axiom.om.OMException:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
14 more
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,996] ERROR - SynapseCallbackReceiver Synapse
encountered an exception, No error handlers found - [Message Dropped]
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Error while building message
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,992] ERROR - RelayUtils Error while building
Passthrough stream
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException:
ParseError at [row,col]:[1,1]
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,994] ERROR - TemplateMediator Error while building
message
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axis2.AxisFault: Error while building Passthrough stream
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.handleException(RelayUtils.java:236)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:111)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: org.apache.axiom.om.OMException:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
14 more
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,996] ERROR - SynapseCallbackReceiver Synapse
encountered an exception, No error handlers found - [Message Dropped]
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Error while building message
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,992] ERROR - RelayUtils Error while building
Passthrough stream
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException:
ParseError at [row,col]:[1,1]
[2014-09-11 12:12:27,993] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:27,994] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:27,995] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:27,996] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:27,997] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:27,998] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,994] ERROR - TemplateMediator Error while building
message
[2014-09-11 12:12:27,999] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
org.apache.axis2.AxisFault: Error while building Passthrough stream
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.handleException(RelayUtils.java:236)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:111)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:82)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:68)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:245)
[2014-09-11 12:12:28,000] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:556)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:198)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:488)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:170)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:225)
[2014-09-11 12:12:28,001] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
java.lang.Thread.run(Thread.java:722)
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: org.apache.axiom.om.OMException:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,002] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:109)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:570)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:566)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:129)
[2014-09-11 12:12:28,003] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:107)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
14 more
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Message: Content is not allowed in prolog.
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,004] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper.next(SJSXPStreamReaderWrapper.java:138)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - ...
19 more
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
[2014-09-11 12:12:27,996] ERROR - SynapseCallbackReceiver Synapse
encountered an exception, No error handlers found - [Message Dropped]
[2014-09-11 12:12:28,005] INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
Error while building message
Naasheer Ali
Associate Software Engineer
WSO2 Inc.
Mob: +94 754284288
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev