0
我剛剛在Tomcat 7.0.42下安裝了Orbeon 4.4。Form Runner Xerces版本錯誤
從http://<mylocalhost>:8080/orbeon/home
我點擊Form Runner Home鏈接。
我收到一個錯誤框:運行此過程時出錯。請聯繫應用程序管理員。
在Tomcat的日誌出現此錯誤:
--------------------------------------------
Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0 needed version Xerces-J 2.9.0
Warning: Failed find a valid Parser!
Please add an appropriate Parser to the class-path, e.g. in the 'endorsed' folder of the servlet container or in the 'endorsed' folder of the JRE.
Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser
Using transformer com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
--------------------------------------------
我試圖把在orbeon/WEB-INF/lib文件夾中,而不是2.9.0原生2.11.0,但應用程序不開始。