|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (ESBJAVA-496) Iterate Mediator with large messages have errorsIterate Mediator with large messages have errors
------------------------------------------------ Key: ESBJAVA-496 URL: https://wso2.org/jira/browse/ESBJAVA-496 Project: WSO2 ESB Issue Type: Bug Components: Samples Affects Versions: 1.7 Environment: Windows Reporter: Jonatan Guillen Assignee: Asankha Perera Attachments: SPLITERROR.xml I have a proxy to take files from one FTP. Then do a message SPLIT of the files with ITERATOR MEDIATOR. If the files are a large files, then the ESB throw errors. When the ESB try to split the large file can't find the TAGS of the iteration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list Esb-java-dev@... http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
|
|
[jira] Commented: (ESBJAVA-496) Iterate Mediator with large messages have errors[ https://wso2.org/jira/browse/ESBJAVA-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16965#action_16965 ] Jonatan Guillen commented on ESBJAVA-496: ----------------------------------------- THE ERROR:: 2008-05-26 14:38:46,108 [-] [vfs-Worker-4] ERROR VFSTransportListener Error processing File URI : file:///C:/tmp/IN/SPLI TERROR.xml org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: org.apache.axiom.om.OMException: com.ctc.wstx.exc. WstxEOFException: Unexpected end of input block in end tag at [row,col {unknown-source}]: [1,4000] at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:249) at org.apache.axiom.om.impl.llom.OMNodeImpl.build(OMNodeImpl.java:327) at org.apache.axiom.om.impl.llom.OMElementImpl.build(OMElementImpl.java:706) at org.apache.axiom.om.impl.llom.OMElementImpl.cloneOMElement(OMElementImpl.java:1090) at org.apache.synapse.util.MessageHelper.cloneSOAPEnvelope(MessageHelper.java:221) at org.apache.synapse.mediators.eip.splitter.IterateMediator.mediate(IterateMediator.java:95) at org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:58) at org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:125) at org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:158) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176) at org.apache.synapse.transport.base.AbstractTransportListener.handleIncomingMessage(AbstractTransportListener.j ava:256) at org.apache.synapse.transport.vfs.VFSTransportListener.processFile(VFSTransportListener.java:442) at org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:235) at org.apache.synapse.transport.vfs.VFSTransportListener.onPoll(VFSTransportListener.java:139) at org.apache.synapse.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.j ava:86) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: javax.xml.stream.XMLStreamException: org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxEOFException: Unex pected end of input block in end tag at [row,col {unknown-source}]: [1,4000] at org.apache.axiom.om.impl.llom.OMStAXWrapper.updateLastNode(OMStAXWrapper.java:1054) at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:977) at org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:506) at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:161) ... 17 more Caused by: org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxEOFException: Unexpected end of input block in end tag at [row,col {unknown-source}]: [1,4000] at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:249) at org.apache.axiom.om.impl.llom.OMStAXWrapper.updateNextNode(OMStAXWrapper.java:1072) at org.apache.axiom.om.impl.llom.OMStAXWrapper.updateLastNode(OMStAXWrapper.java:1052) ... 20 more Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected end of input block in end tag at [row,col {unknown-source}]: [1,4000] at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOB(StreamScanner.java:675) at com.ctc.wstx.sr.StreamScanner.loadMoreFromCurrent(StreamScanner.java:1029) at com.ctc.wstx.sr.StreamScanner.getNextCharFromCurrent(StreamScanner.java:786) at com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3204) at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2830) at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019) at org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:506) at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:161) ... 22 more > Iterate Mediator with large messages have errors > ------------------------------------------------ > > Key: ESBJAVA-496 > URL: https://wso2.org/jira/browse/ESBJAVA-496 > Project: WSO2 ESB > Issue Type: Bug > Components: Samples > Affects Versions: 1.7 > Environment: Windows > Reporter: Jonatan Guillen > Assignee: Asankha Perera > Attachments: SPLITERROR.xml > > > I have a proxy to take files from one FTP. Then do a message SPLIT of the files with ITERATOR MEDIATOR. If the files are a large files, then the ESB throw errors. > When the ESB try to split the large file can't find the TAGS of the iteration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list Esb-java-dev@... http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
|
|
[jira] Assigned: (ESBJAVA-496) Iterate Mediator with large messages have errors[ https://wso2.org/jira/browse/ESBJAVA-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned ESBJAVA-496: ------------------------------------ Assignee: Ruwan Linton (was: Asankha Perera) > Iterate Mediator with large messages have errors > ------------------------------------------------ > > Key: ESBJAVA-496 > URL: https://wso2.org/jira/browse/ESBJAVA-496 > Project: WSO2 ESB > Issue Type: Bug > Components: Samples > Affects Versions: 1.7 > Environment: Windows > Reporter: Jonatan Guillen > Assignee: Ruwan Linton > Attachments: SPLITERROR.xml > > > I have a proxy to take files from one FTP. Then do a message SPLIT of the files with ITERATOR MEDIATOR. If the files are a large files, then the ESB throw errors. > When the ESB try to split the large file can't find the TAGS of the iteration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list Esb-java-dev@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
|
|
[jira] Commented: (ESBJAVA-496) Iterate Mediator with large messages have errors[ https://wso2.org/jira/browse/ESBJAVA-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28593#action_28593 ] Ruwan Linton commented on ESBJAVA-496: -------------------------------------- Hi Jonatan, Could you please test this on the ESB 2.1.0 I guess this is fixed because we have fixed a similar issue on the synapse vfs transport. Thanks, Ruwan > Iterate Mediator with large messages have errors > ------------------------------------------------ > > Key: ESBJAVA-496 > URL: https://wso2.org/jira/browse/ESBJAVA-496 > Project: WSO2 ESB > Issue Type: Bug > Components: Samples > Affects Versions: 1.7 > Environment: Windows > Reporter: Jonatan Guillen > Assignee: Ruwan Linton > Fix For: 2.1 > > Attachments: SPLITERROR.xml > > > I have a proxy to take files from one FTP. Then do a message SPLIT of the files with ITERATOR MEDIATOR. If the files are a large files, then the ESB throw errors. > When the ESB try to split the large file can't find the TAGS of the iteration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list Esb-java-dev@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
|
|
[jira] Resolved: (ESBJAVA-496) Iterate Mediator with large messages have errors[ https://wso2.org/jira/browse/ESBJAVA-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved ESBJAVA-496. ---------------------------------- Fix Version/s: 2.1 Resolution: Fixed > Iterate Mediator with large messages have errors > ------------------------------------------------ > > Key: ESBJAVA-496 > URL: https://wso2.org/jira/browse/ESBJAVA-496 > Project: WSO2 ESB > Issue Type: Bug > Components: Samples > Affects Versions: 1.7 > Environment: Windows > Reporter: Jonatan Guillen > Assignee: Ruwan Linton > Fix For: 2.1 > > Attachments: SPLITERROR.xml > > > I have a proxy to take files from one FTP. Then do a message SPLIT of the files with ITERATOR MEDIATOR. If the files are a large files, then the ESB throw errors. > When the ESB try to split the large file can't find the TAGS of the iteration. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list Esb-java-dev@... https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
| Free embeddable forum powered by Nabble | Forum Help |