HTTP Status 500 - Servlet execution threw an exception


type Exception report

message Servlet execution threw an exception

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception

root cause

java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser
	net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:121)
	net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
	net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
	net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
	net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:153)
	net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:55)
	net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
	net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:276)
	net.sf.jasperreports.engine.JasperRunManager.runToPdf(JasperRunManager.java:245)
	net.sf.jasperreports.engine.JasperRunManager.runReportToPdf(JasperRunManager.java:746)
	gob.gbc.controllers.ReporteController.doGet(ReporteController.java:381)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.36 logs.


Apache Tomcat/6.0.36