Guest User

Untitled

a guest
Jul 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. 2009-12-09 09:59:28,216 [0: FtpComponent] TRACE FtpOperations - Connecting using FTPClient: org.apache.commons.net.ftp.FTPClient@6835fb
  2. 2009-12-09 09:59:28,216 [0: FtpComponent] TRACE FtpOperations - Connecting to ftp://admin@localhost:21398
  3. 2009-12-09 09:59:28,256 [0: FtpComponent] TRACE FtpOperations - Attempting to login user: admin using password: admin
  4. 2009-12-09 09:59:28,256 [0: FtpComponent] TRACE FtpOperations - User admin logged in: true
  5. 2009-12-09 09:59:28,266 [0: FtpComponent] INFO FtpConsumer - Connected and logged in to: ftp://admin@localhost:21398
  6. 2009-12-09 09:59:28,266 [0: FtpComponent] TRACE FtpConsumer - Polling directory: target/lwd
  7. 2009-12-09 09:59:28,306 [0: FtpComponent] DEBUG FtpConsumer - Total 1 files to consume
  8. 2009-12-09 09:59:28,306 [0: FtpComponent] TRACE FtpConsumer - Processing remote file: GenericFile[hello.txt]
  9. 2009-12-09 09:59:28,306 [0: FtpComponent] DEBUG FtpEndpoint - Using Generic file process strategy: org.apache.camel.component.file.strategy.GenericFileNoOpProcessStrategy@165b7e
  10. 2009-12-09 09:59:28,306 [0: FtpComponent] TRACE FtpConsumer - Retreiving file: target/lwd/hello.txt from: Endpoint[ftp://admin@localhost:21398/target/lwd/?delay=5000&localWorkDirectory=target%2Flwd&password=admin]
  11. 2009-12-09 09:59:28,316 [0: FtpComponent] DEBUG FileUtil - Tried 1 to delete file: target\lwd\hello.txt with result: true
  12. 2009-12-09 09:59:28,316 [0: FtpComponent] DEBUG FtpOperations - Retrieve file to local work file result: true
  13. 2009-12-09 09:59:28,316 [0: FtpComponent] TRACE FtpOperations - Renaming local in progress file from: target\lwd\hello.txt.inprogress to: target\lwd\hello.txt
  14. 2009-12-09 09:59:28,316 [0: FtpComponent] DEBUG FileUtil - Tried 1 to rename file: target\lwd\hello.txt.inprogress to: target\lwd\hello.txt with result: true
  15. 2009-12-09 09:59:28,316 [0: FtpComponent] TRACE FtpConsumer - Retrieved file: target/lwd/hello.txt from: Endpoint[ftp://admin@localhost:21398/target/lwd/?delay=5000&localWorkDirectory=target%2Flwd&password=admin]
  16. 2009-12-09 09:59:28,316 [0: FtpComponent] DEBUG FtpConsumer - About to process file: GenericFile[hello.txt] using exchange: Exchange[GenericFileMessage with file: GenericFile[hello.txt]]
  17. 2009-12-09 09:59:28,336 [0: FtpComponent] DEBUG GenericFileProducer - Starting producer: Producer[file://target/out]
  18. 2009-12-09 09:59:28,336 [0: FtpComponent] TRACE GenericFileProducer - Processing Exchange[Message: GenericFile[hello.txt]]
  19. 2009-12-09 09:59:28,346 [0: FtpComponent] TRACE FileOperations - Building starting directory: target\out
  20. 2009-12-09 09:59:28,346 [0: FtpComponent] TRACE GenericFileProducer - About to write [target\out\hello.txt] to [Endpoint[file://target/out]] from exchange [Exchange[Message: GenericFile[hello.txt]]]
  21. 2009-12-09 09:59:28,346 [0: FtpComponent] TRACE FileOperations - Using local work file being renamed from: target\lwd\hello.txt to: target\out\hello.txt
  22. 2009-12-09 09:59:28,346 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 1 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  23. 2009-12-09 09:59:29,347 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 2 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  24. 2009-12-09 09:59:30,359 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 3 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  25. 2009-12-09 09:59:31,360 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 4 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  26. 2009-12-09 09:59:32,371 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 5 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  27. 2009-12-09 09:59:33,373 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 6 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  28. 2009-12-09 09:59:34,378 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 7 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  29. 2009-12-09 09:59:35,379 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 8 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  30. 2009-12-09 09:59:36,381 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 9 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  31. 2009-12-09 09:59:37,382 [0: FtpComponent] DEBUG FileUtil - Tried 10 to rename file: target\lwd\hello.txt to: target\out\hello.txt with result: false
  32. 2009-12-09 09:59:37,382 [0: FtpComponent] TRACE FileOperations - Using InputStream to transfer from: java.io.BufferedInputStream@3a1834 to: sun.nio.ch.FileChannelImpl@b1cd0
  33. 2009-12-09 09:59:37,382 [0: FtpComponent] DEBUG GenericFileProducer - Wrote [target\out\hello.txt] to [Endpoint[file://target/out]]
  34. 2009-12-09 09:59:37,382 [0: FtpComponent] DEBUG GenericFileOnCompletion - Done processing file: GenericFile[hello.txt] using exchange: Exchange[GenericFileMessage with file: GenericFile[hello.txt]]
  35. 2009-12-09 09:59:37,382 [0: FtpComponent] TRACE GenericFileOnCompletion - Commit file strategy: org.apache.camel.component.file.strategy.GenericFileNoOpProcessStrategy@165b7e for file: GenericFile[hello.txt]
  36. 2009-12-09 09:59:37,382 [0: FtpComponent] DEBUG FileUtil - Tried 1 to delete file: target\lwd\hello.txt with result: true
  37. 2009-12-09 09:59:37,382 [0: FtpComponent] TRACE GenericFileNoOpProcessStrategy - Local work file: target\lwd\hello.txt was deleted: true
  38. 2009-12-09 09:59:37,382 [0: FtpComponent] TRACE FtpConsumer - Polling directory: target/lwd
  39. 2009-12-09 09:59:37,392 [0: FtpComponent] DEBUG FtpConsumer - Total 1 files to consume
  40. 2009-12-09 09:59:37,392 [0: FtpComponent] TRACE FtpConsumer - Processing remote file: GenericFile[hello.txt]
  41. 2009-12-09 09:59:37,392 [0: FtpComponent] TRACE FtpConsumer - Retreiving file: target/lwd/hello.txt from: Endpoint[ftp://admin@localhost:21398/target/lwd/?delay=5000&localWorkDirectory=target%2Flwd&password=admin]
  42. 2009-12-09 09:59:37,392 [0: FtpComponent] DEBUG FileUtil - Tried 1 to delete file: target\lwd\hello.txt with result: true
  43. 2009-12-09 09:59:37,402 [0: FtpComponent] DEBUG FtpOperations - Retrieve file to local work file result: true
  44. 2009-12-09 09:59:37,402 [0: FtpComponent] TRACE FtpOperations - Renaming local in progress file from: target\lwd\hello.txt.inprogress to: target\lwd\hello.txt
  45. 2009-12-09 09:59:37,402 [0: FtpComponent] DEBUG FileUtil - Tried 1 to rename file: target\lwd\hello.txt.inprogress to: target\lwd\hello.txt with result: true
  46. 2009-12-09 09:59:37,402 [0: FtpComponent] TRACE FtpConsumer - Retrieved file: target/lwd/hello.txt from: Endpoint[ftp://admin@localhost:21398/target/lwd/?delay=5000&localWorkDirectory=target%2Flwd&password=admin]
  47. 2009-12-09 09:59:37,402 [0: FtpComponent] DEBUG FtpConsumer - About to process file: GenericFile[hello.txt] using exchange: Exchange[GenericFileMessage with file: GenericFile[hello.txt]]
  48. 2009-12-09 09:59:37,402 [0: FtpComponent] TRACE GenericFileProducer - Processing Exchange[Message: GenericFile[hello.txt]]
  49. 2009-12-09 09:59:37,402 [0: FtpComponent] TRACE GenericFileProducer - About to write [target\out\hello.txt] to [Endpoint[file://target/out]] from exchange [Exchange[Message: GenericFile[hello.txt]]]
  50. 2009-12-09 09:59:37,402 [0: FtpComponent] TRACE FileOperations - Using local work file being renamed from: target\lwd\hello.txt to: target\out\hello.txt
  51. 2009-12-09 09:59:37,402 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 1 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  52. 2009-12-09 09:59:38,404 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 2 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  53. 2009-12-09 09:59:39,405 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 3 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  54. 2009-12-09 09:59:40,407 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 4 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  55. 2009-12-09 09:59:41,408 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 5 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  56. 2009-12-09 09:59:42,410 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 6 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  57. 2009-12-09 09:59:43,401 [main ] DEBUG ConsumerLocalWorkDirectoryTest - tearDown test
  58. 2009-12-09 09:59:43,401 [main ] INFO DefaultCamelContext - Apache Camel 2.2-SNAPSHOT (CamelContext:camel-1) is stopping
  59. 2009-12-09 09:59:43,401 [main ] DEBUG FtpConsumer - Stopping consumer: Consumer[ftp://admin@localhost:21398/target/lwd/?delay=5000&localWorkDirectory=target%2Flwd&password=admin]
  60. 2009-12-09 09:59:43,411 [0: FtpComponent] DEBUG FileUtil - Retrying attempt 7 to rename file from: target\lwd\hello.txt to: target\out\hello.txt
  61. 2009-12-09 09:59:43,411 [main ] DEBUG FtpConsumer - Disconnecting from: ftp://admin@localhost:21398
  62. 2009-12-09 09:59:43,411 [main ] DEBUG GenericFileProducer - Stopping producer: Producer[file://target/out]
  63. 2009-12-09 09:59:43,411 [main ] WARN DefaultInflightRepository - Shutting down while there are still 1 in flight exchanges.
  64. 2009-12-09 09:59:43,411 [main ] INFO DefaultCamelContext - Apache Camel 2.2-SNAPSHOT (CamelContext:camel-1) stopped
Add Comment
Please, Sign In to add comment