L.S., Normally, the 'Processing file ...' line should be followed by output from the MessageExchanges being sent with the FTP file payload? Are you not seeing those or have they been left out of the post for brevity?
The 'Skipping ...' line sometimes occurs during normal processing when a file has been scheduled for processing more than once before it is actually being handled. When the first processing is done, the file is being deleted from the server so any subsequent scheduled tasks will just end because they no longer see the file on the server. However, in your original xbean.xml posts, the deleteFile='false' flag was configured on the poller endpoint? Did you see this behavior with that flag enabled? If that is the case, there might be an issue with the FTP server you're using. Some FTP server daemons require additional configuration, so if you're experiencing more problems it might be helpful to know which server software you're running. Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/11/17 Sr, Ramu (NSN - IN/Bangalore) <[email protected]>: > Hi, > > Thanks for the suggestion, I had tried with these combinations, but still the > error is same. > > DEBUG - FtpComponent - Scheduling file /test.xml for > processing > DEBUG - FtpComponent - Processing file /test.xml > > DEBUG - FtpComponent - Skipping /test.xml: the file no > longer exists on the server > > I failed to notice the above line earlier, I have verified that the file > exists on the server > > > Regards, > Ramu > > As you are running on a windows box... Try this url for ur sender.. > > <file:sender service="mediations:cdrFileSenderService" > endpoint="cdrFileSenderEndpoint" > directory="file:///c:/temp <file:///c:/temp> " /> > > >
