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
Subject: Re: JobInvoker crashes while reading serviceengine.xml Date: Sat, 27 Feb 2010 10:50:05 -0700 From: Scott Gray scott.g...@hotwaxmedia.com Reply-To: user@ofbiz.apache.org To: user@ofbiz.apache.org References: 514483.50970...@web63102.mail.re1.yahoo.com

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user@ofbiz.apache.org Date: Wednesday, February 24, 2010, 1:06 PM Florin, Thank you for the information. I believe there might be a problem in the way things are cached. I will look into it further. For now, if clearing the cache

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Adrian Crum
Florin Could you give me the revision number? -Adrian --- On Sat, 2/27/10, Florin Popa flopacons...@gmail.com wrote: From: Florin Popa flopacons...@gmail.com Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user@ofbiz.apache.org Date: Saturday, February 27, 2010, 3:42 AM

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
: For input string: ]. Using defaults. Thanks, Florin Florin Could you give me the revision number? -Adrian --- On Sat, 2/27/10, Florin Popa flopacons...@gmail.com wrote: From: Florin Popa flopacons...@gmail.com Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Scott Gray
Popa flopacons...@gmail.com Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user@ofbiz.apache.org Date: Saturday, February 27, 2010, 3:42 AM Hello Adrian, No, I did not touch the content of that xml file. It is the original one. Right now there is a shell script

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

2010-02-27 Thread Florin Popa
cleaning which I do now from a shell script calling the web admin url. regards, Florin Original Message Subject:Re: JobInvoker crashes while reading serviceengine.xml Date: Sat, 27 Feb 2010 10:50:05 -0700 From: Scott Gray scott.g...@hotwaxmedia.com Reply

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

2010-02-27 Thread Scott Gray
. regards, Florin Original Message Subject: Re: JobInvoker crashes while reading serviceengine.xml Date: Sat, 27 Feb 2010 10:50:05 -0700 From: Scott Gray scott.g...@hotwaxmedia.com Reply-To: user@ofbiz.apache.org To: user@ofbiz.apache.org References

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-27 Thread Florin Popa
...@gmail.com wrote: From: Florin Popa flopacons...@gmail.com Subject: Re: JobInvoker crashes while reading serviceengine.xml To: user@ofbiz.apache.org Date: Saturday, February 27, 2010, 3:42 AM Hello Adrian, No, I did not touch the content of that xml file

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-24 Thread Florin Popa
Hello Adrian, Many thanks. Now I have the first feeling that it really helps! It can be checked only in the evening because during the day I am doing clear all cache on regular basees for other other reasons (external process making updates to products and lucene index) So now I did it

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-24 Thread Adrian Crum
I still need to know if that fixed the problem. If it did, then we need to look into it further to get it fixed. -Adrian Florin Popa wrote: Hello Adrian, Many thanks. Now I have the first feeling that it really helps! It can be checked only in the evening because during the day I am doing

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-24 Thread Florin Popa
Now I can confirm it fixes the problem. While I do that clear cache for resourceLoader I get few lines similar with the ones mentioned before, like 2010-02-23 21:27:09,238 (default-invoker-Thread-498) [ JobInvoker.java:267:ERROR] Problems reading values from serviceengine.xml file

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-24 Thread Adrian Crum
Florin, Thank you for the information. I believe there might be a problem in the way things are cached. I will look into it further. For now, if clearing the cache solves your problem then go ahead and do that. The long term solution will be to find out what is causing the problem and fix

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-24 Thread Florin Popa
Again, many thanks for the clue. If time will be enough we can also have a look for the reason.. I am not sure how deep inside the code should it be... I also noticed few services which were by default running and actually not needed for our purposes. Is anywhere a list of all those default

JobInvoker crashes while reading serviceengine.xml

2010-02-23 Thread Florin Popa
Hello all, I think I tried before to ask that question, but I would retry because it becomes a critical issue in production. The Ofbiz instance runs fine for several ours and unexpectedly I can see these lines below in the log file. As soon as it starts with those exceptions, I need to

Re: JobInvoker crashes while reading serviceengine.xml

2010-02-23 Thread Adrian Crum
Florin, The next time you have that problem, try clearing the resource.ResourceLoaders cache and see if the problem goes away. -Adrian Florin Popa wrote: Hello all, I think I tried before to ask that question, but I would retry because it becomes a critical issue in production. The