Orbeon Xforms Error Broken pipe oxf:/config/prologue-servlet.xpl异常:java.io.IOException
我对Linux缺乏经验,所以请温柔地对待我。 我已经设置了运行Apache Tomcat的CentOS Web服务器。该服务器托管了一个使用Orbeon Xforms的ART-DECOR webapp。 我在使用Web应用程序时收到错误,该应用程序在WebApp日志文件中留下堆栈跟踪,请参阅下文。 我确信这个异常似乎是由Orbeon引起的,这引起了这个问题。 从我可以看出,这是一个问题,应用程序能够读取服务器端的XML文件,因为我在浏览器控制台时看不到任何Web调用。该文件似乎已到位所以我确信如果我的假设是正确的,这将是一个权限问题,但我不太了解Tomcat是否正确解析相对路径。 [root@localhost config]# pwd /usr/share/tomcat/webapps/art-decor/WEB-INF/resources/config [root@localhost config]# ls feedback.xhtml prologue-servlet.xpl theme form-builder-permissions.xml properties-local-dev.xml.template theme-error.xsl log4j.xml properties-local-prod.xml.template theme-examples.xsl not-found.xhtml properties-local.xml theme-main-art-decor.xsl processors-local.xml.template properties-local.xml.template theme-plain.xsl prologue-portlet.xpl README.txt unauthorized.xhtml [root@localhost config]# The error from the log file is below.... 2018-12-29 13:26:54,763 ERROR ProcessorService - +----------------------------------------------------------------------------------------------------------------------+ …