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. 





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

Reply via email to