You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Franz Forsthofer (JIRA)" <ji...@apache.org> on 2015/05/01 12:06:06 UTC

[jira] [Commented] (CAMEL-8688) Removed StreamCache when doing a Wiretap

    [ https://issues.apache.org/jira/browse/CAMEL-8688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523004#comment-14523004 ] 

Franz Forsthofer commented on CAMEL-8688:
-----------------------------------------

Hi,
I am working on a patch.
Regards Franz

> Removed StreamCache when doing a Wiretap
> ----------------------------------------
>
>                 Key: CAMEL-8688
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8688
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.15.1
>            Reporter: Geert Vanheusden
>         Attachments: WireTapTest.java
>
>
> Hi,
> I noticed a bug where the body (StreamCache) was already removed before the exchange reached the end (in the Wiretap route).
> I added a test as an attachment.
> f you run the test you can clearly see the temp file deletion followed by the closed stream exception:
> Tried 1 to delete file: /var/folders/db/brq60fqj4vb8mnx_5nlz36nw0000gn/T/camel/camel-tmp-00cd1ce2-7d44-47fe-b357-008e8146f770/cos8797132745923044996.tmp with result: true
> Cannot reset stream from file /var/folders/db/brq60fqj4vb8mnx_5nlz36nw0000gn/T/camel/camel-tmp-00cd1ce2-7d44-47fe-b357-008e8146f770/cos8797132745923044996.tmp
> I encountered the same issue during a more complex route that does some splitting (zip file) and multicasting. This occurred on Camel 2.14.1 so it could be fixed by https://issues.apache.org/jira/browse/CAMEL-8284 but I need to test this.
> Kind regards,
> Geert



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)