Jump to content
We've recently updated our Privacy Statement, available here ×

JBoss EAP 6.4 and IReport Jasper 5.0


namson0482

Recommended Posts

I build one web application with Jboss and using Ireport do report. My application can display Jasper report well on my computer (Macbook). It only get error after I deploy in JBoss EAP 6.4 on Linux Server. The error only output like javax.servlet.ServletException: JBWEB000248: Servlet execution threw an exception only and no more output.

Once i debug in code then i only delect this line code get exception:

JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, vtrackConnection);

Please take noted: It run well on JBoss EAP 6.4 of other computer. it only get error like above if I deploy war file on JBoss EAP 6.4 of Linux version 3.10.0-327.4.5.el7.x86_64 (builder@kbuilder.dev.centos.org).

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...