Jump to content

Recommended Posts

Posted

I’m running into a strange problem I’m wondering if you may know the answer.  I’m using JasperReports 3.5.3 with the following line:

 

print = JasperFillManager.fillReport(reportFile, hmap, conn);

 

On one system the report would not fill the details (as below):

 

2014-12-11 08:02:58,909 DEBUG [net.sf.jasperreports.engine.fill.JRBaseFiller] (http-/0.0.0.0:8080-1) Fill 977451815: adding page 1

2014-12-11 08:02:58,909 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-1) Fill 977451815: title

2014-12-11 08:02:59,241 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-1) Fill 977451815: summary

2014-12-11 08:02:59,243 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-1) Fill 977451815: page footer

2014-12-11 08:02:59,247 DEBUG [net.sf.jasperreports.engine.fill.JRBaseFiller] (http-/0.0.0.0:8080-1) Fill 977451815: ended

2014-12-11 08:02:59,247 DEBUG [net.sf.jasperreports.engine.fill.JRFillDataset] (http-/0.0.0.0:8080-1) Fill 977451815: closing query executer

 

On another working system it works fine (as below):

 

2014-12-11 08:59:27,686 DEBUG [net.sf.jasperreports.engine.fill.JRBaseFiller] (http-/0.0.0.0:8080-5) Fill 832796554: adding page 1

2014-12-11 08:59:27,686 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: title

2014-12-11 08:59:27,704 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: ID header

2014-12-11 08:59:27,705 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,712 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,718 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,723 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,727 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,732 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,737 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,742 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,746 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,750 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,755 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,759 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,764 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,768 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,772 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,777 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,783 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,787 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,792 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: detail

2014-12-11 08:59:27,792 DEBUG [net.sf.jasperreports.engine.fill.JRVerticalFiller] (http-/0.0.0.0:8080-5) Fill 832796554: page footer

2014-12-11 08:59:27,798 DEBUG [net.sf.jasperreports.engine.fill.JRBaseFiller] (http-/0.0.0.0:8080-5) Fill 832796554: adding page 2

 

Is there any database dependencies that would cause the same report not to work with details?  Thanks for your time.

  • 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...