You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2012/10/09 08:24:03 UTC

[jira] [Assigned] (CAMEL-5684) possible null pointer exception for FTP endpoint

     [ https://issues.apache.org/jira/browse/CAMEL-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-5684:
----------------------------------

    Assignee: Claus Ibsen
    
> possible null pointer exception for FTP endpoint
> ------------------------------------------------
>
>                 Key: CAMEL-5684
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5684
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.10.1
>            Reporter: KaterynaDanyliuk
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> If for source endpoint you specify directory name without trailing slash and place there file, which name starts like the directory name, you'll get null pointer exception.
> ftp://[username@]hostname[:port]/directoryname[?options]
> For example:
> <endpoint id="ftpSource" uri="ftp://192.168.0.81:21/input?fileName= ...
> File with name "input" will give exception, file with name "bla" will be processed normally.
> This will work fine:
> <endpoint id="ftpSource" uri="ftp://192.168.0.81:21/input/?fileName= ...
> Part of stack trace:
> java.lang.NullPointerException
> ...
> org.apache.camel.impl.BridgeExceptionHandlerToErrorHandler.handleException(BridgeExceptionHandlerToErrorHandler.java:53)
> org.apache.camel.impl.DefaultConsumer.handleException(DefaultConsumer.java:112)
> org.apache.camel.component.file.GenericFileConsumer.processExchange(GenericFileConsumer.java:303)
> org.apache.camel.component.file.remote.RemoteFileConsumer.processExchange(RemoteFileConsumer.java:94)
> org.apache.camel.component.file.GenericFileConsumer.processBatch(GenericFileConsumer.java:189)
> org.apache.camel.component.file.GenericFileConsumer.poll(GenericFileConsumer.java:155)
> org.apache.camel.impl.ScheduledPollConsumer.doRun(ScheduledPollConsumer.java:139)
> ...
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira