I am getting this "Listener timed out, will be ignored", when I start Camel
Contexts using blueprint container. And "install -s" command hangs for a
long time before coming out even though log statements says camel context is
started. Following is what I am having in the route

       
from("file:{{file.dir.collated}}?move={{file.dir.processed}}").id("ServiceOrchestrator")
        .log("Processing file ${file:name}")
        .beanRef("CollatedFileBinder","bind")
        .beanRef("ServiceOrchestrator","execute")
        .stop();

What could be the problem ?

regards
Vinu



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Frequent-Listener-timed-out-will-be-ignored-exception-in-log-tp4031676p4031746.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to