In my personal computer , I'm using Geoserver and print plugin (2.5.2 and 2.4(for print module)).Our development process was completed and We want to use this in our server machine.Java versions, opts and java encoding type are same but When I installed pdf plugin to server machine for example
"serverip:8080/geoserver/pdf/info.json"
error
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)..
what does it mean? It is default "config.yaml" file. An error "org.ho.yaml.exception.YamlException: Error near line 0: Problem getting RİGHT value of enum type class org.mapfish.print.config.layout.HorizontalAlign".
I tried very different versions of geoserver and printplugin or mapfish print module same problem come out. Where am I doing wrong?