Hello Gert,

we are using ServiceMix 3.3, and unfortunately our problem doesn't refer to
the archive-function. Nevertheless, patching the archive function solves
other problems...

So what we observe is that the filepoller has problems to handle more than
4000 files. There has to be a problem with the locking mechanism, because
the filepoller tries to get the the locks for the remaining files over and
over again, but it just won't get them. But if you put another new files in,
they will be handled correctly.

We are currently working on this and try to patch the file-component. I will
let you know when we find a solution that works for us.

regards
Char



Gert Vanthienen wrote:
> 
> L.S.,
> 
> 
> What version of ServiceMix are you using?  Prior to ServiceMix 3.3, the 
> file poller was using synchronous message exchanges which can more 
> easily lead to polling threads being blocked waiting for something else 
> to happen.  You can figure this out by connecting to your ServiceMix 
> instance with a JMX console and looking at the stacks for all the 
> threads.  If most of your file components threads are WAITING, just post 
> us the stacks so we can help you figure out what needs to change.
> 
> Regards,
> 
> Gert
> 

-- 
View this message in context: 
http://www.nabble.com/Filepoller-sometimes-does-not-work-tp20850432p20913626.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to