yes Thanks Paddy, I will assign this to me once I have sorted each step in the refactor.
Cheers On Fri, Jan 23, 2009 at 17:33, Claus Ibsen (JIRA) <j...@apache.org> wrote: > > [ > https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48908#action_48908] > > Claus Ibsen commented on CAMEL-1290: > ------------------------------------ > > Paddy thank for the bug report. > > We are in the works of a big refactor in trunk to allow the file based > transports to be much more reuseable between types (a kind of VFS in Camel > itself) > So I will refrain from committing to the trunk right now in the FTP/File > component. > > We need to get this refactor done first, with help from Ramon Buckland that > is working on this right now. > > > > > FTPConsumer - Error in Rename Strategy. > > --------------------------------------- > > > > Key: CAMEL-1290 > > URL: > https://issues.apache.org/activemq/browse/CAMEL-1290 > > Project: Apache Camel > > Issue Type: Bug > > Components: camel-ftp > > Affects Versions: 2.0.0 > > Environment: Windows XP > > Reporter: Paddy Daly > > > > Consuming from a FTP server using the following endpoint cause a > StringIndexOutOfBoundsException when using the rename strategy. > > <endpoint id="candidateUrl" uri="ftp://username@ > 127.0.0.1?password=password&delete=true&binary=true&delay=10000&readLock=rename > "/> > > 22 Jan 2009 09:36:59,501 ERROR [Thread: 1 > org.apache.camel.component.file.remote.RemoteFileComponent > > @8f7aa2] FtpConsumer.log(207) | String index out of range: -1 > > java.lang.StringIndexOutOfBoundsException: String index out of range: -1 > > at java.lang.String.substring(String.java:1938) > > at > org.apache.camel.component.file.remote.RemoteFile.getParent(RemoteFile.java:139) > > at > org.apache.camel.component.file.remote.RemoteFile.changeFileName(RemoteFile.java:65) > > at > org.apache.camel.component.file.remote.strategy.RemoteFileRenameExclusiveReadLockStrategy > > > .acquireExclusiveReadLock(RemoteFileRenameExclusiveReadLockStrategy.java:45) > > at > org.apache.camel.component.file.remote.strategy.RemoteFileProcessStrategySupport.begin(Re > > moteFileProcessStrategySupport.java:32) > > at > org.apache.camel.component.file.remote.RemoteFileConsumer.processExchange(RemoteFileConsu > > mer.java:131) > > at > org.apache.camel.component.file.remote.RemoteFileConsumer.poll(RemoteFileConsumer.java:98 > > ) > > at > org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:66) > > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > > at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > > at > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Scheduled > > ThreadPoolExecutor.java:98) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Schedule > > dThreadPoolExecutor.java:181) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadP > > oolExecutor.java:205) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:619) > > A workaround is to add a folder in the url like the following > > <endpoint id="candidateUrl" uri="ftp://username@ > 127.0.0.1//myFolder/?password=password&delete=true&binary=true&delay=10000&readLock=rename > "/> > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >