我刚刚在Tomcat 7.0.42下安装了Orbeon 4.4。
在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
--------------------------------------------我尝试将2.9.0放在orbeon/WEB-INF/lib文件夹中,但应用程序没有启动。
发布于 2013-11-15 07:54:38
这是一个警告,而不是一个错误。Orbeon Forms应该可以使用较新的解析器运行得很好。
https://stackoverflow.com/questions/19983692
复制相似问题