Link to home
Start Free TrialLog in
Avatar of carlosma
carlosma

asked on

Could not initialize class net.sf.jasperreports.engine.util.JRLoader

I'm getting this message and couldn't find where is the error?
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of carlosma
carlosma

ASKER

avax.servlet.ServletException: javax.servlet.ServletException: Servlet execution threw an exception
      br.gov.senado.sigraf.diversos.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:39)

root cause

javax.servlet.ServletException: Servlet execution threw an exception
      br.gov.senado.sigraf.diversos.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:31)

root cause

java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRLoader
      br.gov.senado.sigraf.data.CriaRelatorio.RelatorioOS(CriaRelatorio.java:34)
      br.gov.senado.sigraf.servlet.Relacao_do_Relatorio.doGet(Relacao_do_Relatorio.java:51)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
      br.gov.senado.sigraf.diversos.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:31)
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:)