Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2012-04-11 Thread masionas
Hi Florin, Could you please explain the steps how to achieve stop reading the xml file every time the configuration is needed and instead store them within the JobInvoker upon creation. .. or perhaps up to this time you have got a better solution? I would appreciate if you could share it. Thank

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-28 Thread Florin Popa
Thanks, very good idea. I did this today and it seems better I ask myself if there are other XML files which are read so frequent?! Are they? regards, Florin On Sat, Feb 27, 2010 at 7:57 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: The easiest fix IMO is to stop reading the xml file every

[Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-27 Thread Florin Popa
I would help any way needed in order to reproduce it and fix. It happens in a random way, it has nothing to do with the current load of the server, sometimes could be every 10 mins and sometimes could not happen for several hours. The only thing that helped by now was that resourceLoader cache

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-27 Thread Scott Gray
The easiest fix IMO is to stop reading the xml file every time the configuration is needed and instead store them within the JobInvoker upon creation. Regards Scott On 27/02/2010, at 10:53 AM, Florin Popa wrote: I would help any way needed in order to reproduce it and fix. It happens in a