[Geoserver-devel] [jira] (GEOS-6072) Printing plugin misses Xerces JAR

John Doe created BugGEOS-6072
Printing plugin misses Xerces JAR

Issue Type:

BugBug

Affects Versions:

2.4.0

Assignee:

Andrea Aime

Components:

Community modules

Created:

04/Oct/13 4:25 AM

Description:

Having just installed the printing plugin, I tried to generate a map on the demo page.
Here’s the error was logged by Tomcat:

java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser
at org.mapfish.print.map.renderers.SVGTileRenderer.<clinit>(SVGTileRenderer.java:61)
at org.mapfish.print.map.renderers.TileRenderer.<clinit>(TileRenderer.java:41)
at org.mapfish.print.map.readers.HTTPMapReader.render(HTTPMapReader.java:81)
at org.mapfish.print.map.readers.WMSMapReader.render(WMSMapReader.java:76)
at org.mapfish.print.map.MapChunkDrawer.renderImpl(MapChunkDrawer.java:162)
at org.mapfish.print.ChunkDrawer.render(ChunkDrawer.java:55)

Manually installing the Xerces JAR file into WEB-INF/lib solved the issue.

Project:

GeoServer

Priority:

CriticalCritical

Reporter:

John Doe

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)