在我的个人电脑中,我正在使用 Geoserver 和打印插件(2.5.2 和 2.4(用于打印模块))。我们的开发过程已经完成,我们想在我们的服务器机器上使用它。Java 版本、opts 和 java 编码类型是相同的,但是当我将 pdf 插件安装到服务器机器时
“服务器IP:8080/geoserver/pdf/info.json”
错误
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.ho.yaml.exception.YamlException: Error near line 0: Problem getting RİGHT value of enum type class org.mapfish.print.config.layout.HorizontalAlign
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)..
这是什么意思?它是默认的“config.yaml”文件。错误“org.ho.yaml.exception.YamlException:第 0 行附近的错误:获取枚举类型类 org.mapfish.print.config.layout.HorizontalAlign 的正确值时出现问题”。
我尝试了非常不同版本的 geoserver 和 printplugin 或 mapfish 打印模块,同样的问题出现了。我在哪里做错了?