I am assuming you have already tried to connect to that ftp server with an
ftp client like Filezilla and it works ok?

On Fri, Jul 22, 2016 at 8:37 PM, JSmith [via Camel] <
ml-node+s465427n5785379...@n5.nabble.com> wrote:

> I might just be poor at deciphering the log file, but I didn't see
> anything different really.  Of course, there is a lot of lines of logging
> printed out when turning DEBUG on!
>
> This is the only part I've had questions on, but since it isn't labelled
> with "WARNING" or "ERROR" I'm assuming it's not actually affecting
> anything.
> (I feel as if these are the only real relevant parts of the output log
> from the FTP route.  Showing that indeed the two endpoints were created and
> that Camel seems to think everything is moving along just fine)
> "
> .
> .
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.spring.SpringCamelContext  -
> ftp://localUsername@127.0.0.1/opt/AppSrv/poller/LOCAL/response?password=xxxxxx
> converted to endpoint: Endpoint[
> ftp://localUsername@127.0.0.1/opt/AppSrv/poller/LOCAL/response?password=xxxxxx]
> by component: org.apache.camel.component.file.remote.FtpComponent@302a07d
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.management.DefaultManagementAgent  - Registered MBean with
> ObjectName: org.apache.camel:context=camel-1,type=endpoints,name="
> ftp://localUsername@127.0.0.1/opt/AppSrv/poller/LOCAL/response\?password=xxxxxx";
>
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.processor.interceptor.DefaultChannel  - Initialize channel
> for target: 'To[
> ftp://localUsername@127.0.0.1/opt/AppSrv/poller/LOCAL/response?password=localPassword]'
>
> .
> .
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.impl.DefaultExecutorServiceManager  - Created new
> ScheduledThreadPool for source: FtpConsumer[
> ftp://localUsername@127.0.0.1/LOCAL/takefrom?exclude=.*.old&include=.*.txt&password=xxxxxx]
> with name:
> ftp://localUsername@127.0.0.1/LOCAL/takefrom?exclude=.*.old&include=.*.txt&password=xxxxxx.
> -> org.apache.camel.util.concurrent.SizedScheduledExecutorService@22b53226
> [
> ftp://localUsername@127.0.0.1/LOCAL/takefrom?exclude=.*.old&include=.*.txt&password=xxxxxx]
>
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.component.file.remote.FtpConsumer  - Auto creating
> directory: LOCAL/takefrom
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.component.file.remote.FtpConsumer  - Exception checking
> connection status: File operation failed: null Connection is not open.
> Code: 0
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.component.file.remote.FtpConsumer  - Not connected/logged
> in, connecting to: ftp://localUsername@127.0.0.1:21
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.component.file.remote.FtpConsumer  - Connected and logged
> in to: ftp://localUsername@127.0.0.1:21
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.impl.DefaultScheduledPollConsumerScheduler  - Scheduling
> poll (fixed delay) with initialDelay: 1000, delay: 500 (milliseconds) for:
> Endpoint[
> ftp://localUsername@127.0.0.1/LOCAL/takefrom?exclude=.*.old&include=.*.txt&password=xxxxxx]
>
> 2016-07-22 13:26:38 [main] INFO
>  org.apache.camel.spring.SpringCamelContext  - Route: localRoute started
> and consuming from: Endpoint[
> ftp://localUsername@127.0.0.1/LOCAL/takefrom?exclude=.*.old&include=.*.txt&password=xxxxxx]
>
> 2016-07-22 13:26:38 [main] DEBUG
> org.apache.camel.management.DefaultManagementLifecycleStrategy  - Load
> performance statistics disabled
> 2016-07-22 13:26:38 [main] INFO
>  org.apache.camel.spring.SpringCamelContext  - Total 1 routes, of which 1
> are started.
> 2016-07-22 13:26:38 [main] INFO
>  org.apache.camel.spring.SpringCamelContext  - Apache Camel 2.17.1
> (CamelContext: camel-1) started in 0.599 seconds
> "
> Where the last line of that log is the very last line printed to the
> output file before it exits to the command line.
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://camel.465427.n5.nabble.com/FTP-Route-fails-with-no-errors-tp5785371p5785379.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://camel.465427.n5.nabble.com/FTP-Route-fails-with-no-errors-tp5785371p5785381.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to