Hello, I am using camel 2.10.3 and I try to send files at a scheduled time or by call.
Everything works, but after a day, I get this INSANE log : http://pastie.org/7630667 Here is my routes : The exceptionHandlingProcessor only do logging, and uploadProcessor save files on hard drive and start the route exchange.getContext().startRoute(ROUTE_UPLOAD); Here is the code for the uris and shutdown processor code : Here is the truncated version of the log: Is there better ways to do what I am trying to do ? I don't want any monitoring of files, only the transfer on scheduled and direct call. I got the graceful shutdown code from http://camel.apache.org/how-can-i-stop-a-route-from-a-route.html Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Insane-logs-about-RouteContextProcessor-tp5731023.html Sent from the Camel - Users mailing list archive at Nabble.com.