Ramu, Is there an access log or something on that FTP server that you could post an excerpt from to this mailing list? It would be very interesting to see what the FTP commands are that ServiceMix is sending and how the server is responding to them.
Is that server software freely available for download so we can test things ourselves? From looking at their website, I couldn't really figure that out. Btw, the website seems to focus a lot on the SFTP function, is it perhaps configured to disallow some operations over plain FTP? Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/11/18 Sr, Ramu (NSN - IN/Bangalore) <[email protected]>: > Hi, > > Forgot to mention that the ftp user I am using are not system users, they are > virtual ftp users created/configured in the ftp server. > > Regards, > Ramu > > -----Original Message----- > From: ext Sr, Ramu (NSN - IN/Bangalore) [mailto:[email protected]] > Sent: Wednesday, November 18, 2009 8:20 AM > To: [email protected] > Subject: RE: FTP Poller component > > Hi Gert, > > I have not left out any debug messages. Even with deleteFile="true", the > 'Scheduled file ...' and 'Processing file ...' messages repeat in the console. > > I have been trying out this with CoreFTP Server running on windows. Where I > have created a new domain and added one user (Please see attachments for > details. > Please let me know any additional configurations to be done in FTP server. > > Thanks for the help. > > Regards, > Ramu > > -----Original Message----- > From: ext Gert Vanthienen [mailto:[email protected]] > Sent: Wednesday, November 18, 2009 2:28 AM > To: [email protected] > Subject: Re: FTP Poller component > > 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> " /> >> >> >> >
