Dear list, I wonder if someone could help me with the following error:
2009-10-08 10:10:10,318 ERROR ProcessorService - Exception at (re-initializing XForms containing document)
org.dom4j.DocumentException: Can't find bundle for base name orbeon.apache.xerces.impl.msg.SAXMessages, locale en Nested exception: Can't find bundle for base name orbeon.apache.xerces.impl.msg.SAXMessages, locale en
I am seeing other problems - ClassDefNotFound - with Xerces as well. They occur after Tomcat has apparently started up successfully and temperamentally, ie they don't always manifest themselves in the same place consistently.
As well as Tomcat 5.5.27, two other applications loaded use Xerces on my Solaris 10 system. java -version gives me
java version "1.5.0_17"
Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
I'm not really familiar with Java so I'm having trouble finding the cause of the error and eliminating it. I'm aware that there is a wealth of documentation out there on Tomcat, classloading etc - but I wondered if anyone would be kind enough to give me a head start in solving this.
Full error log attached.
XercesBundle-error.txtThanks,
Tom