Hello all,
I have the following problem on a production environment (Ofbiz 4.x)
2009-12-09 20:24:11,026 (default-invoker-Thread-153) [
JobInvoker.java:267:ERROR] Problems reading values from
serviceengine.xml file [java.lang.NumberFormatException: null]. Using
defaults.
2009-12-09 20:24:11,026 (default-invoker-Thread-151) [
JobInvoker.java:267:ERROR] Problems reading values from
serviceengine.xml file [java.lang.NumberFormatException: For input
string: ""]. Using defaults.
more detailed:
java.lang.NullPointerException
Exception in thread "default-invoker-Thread-270"
java.lang.IllegalArgumentException: type: -1
at
org.apache.xerces.dom.DeferredDocumentImpl.getNodeObject(Unknown Source)
at
org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren(Unknown
Source)
at
org.apache.xerces.dom.DeferredElementNSImpl.synchronizeChildren(Unknown
Source)
2009-12-09 21:15:11,365 (default-invoker-Thread-267) [
JobInvoker.java:267:ERROR] Problems reading values from
serviceengine.xml file [java.lang.NumberFormatException: For input
string: ""]. Using defaults.
at org.apache.xerces.dom.ParentNode.getFirstChild(Unknown Source)
at org.ofbiz.base.util.UtilXml.firstChildElement(UtilXml.java:425)
at
org.ofbiz.service.config.ServiceConfigUtil.getXmlRootElement(ServiceConfigUtil.java:48)
at
org.ofbiz.service.config.ServiceConfigUtil.getElement(ServiceConfigUtil.java:55)
at
org.ofbiz.service.config.ServiceConfigUtil.getElementAttr(ServiceConfigUtil.java:63)
at org.ofbiz.service.job.JobInvoker.getTTL(JobInvoker.java:265)
at org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:255)
at java.lang.Thread.run(Thread.java:619)
In the past, it happened really seldom but since yesterday it is more
and more often. As soon as it crashes, there is no chance to do anything
in the web application, it simply needs a restart.
Any quick help would be greatly appreciated,
Best regards,
Flopa