• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jasper Report

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends,

I am facing issue in jasper report. We are generating pdf using jasper report and the same is deployed in red hat. Everything is fine till here but when generate report in one machine data and pdf is populating correctly but when we change the machine pdf data are getting crop for e:g 'form is applicable' but only 'form is' displayed that is data is getting cropped

We are facing issue in production but running fine in staging we have tested the same in more than two machine running fine but not in production.
Please tell me why is this happening and is jasper report machine dependent.

Below are the details:
Java 1.6
Production OS: Red hat 2.16
Stagging OS: Red hat 2.16
Ireport : 3.0.0
itext-1.3.1.jar
iTextAsian.jar
jboss 5.1
Jasper compiled in windows xp.
Stagging and production jboss, os & java are same.
Appreciate if someone can help us as we have to do production move.
 
Dinesh Pise
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I got the solution. Actually I was compiling the jasper using Java 1.6_0_22 and in production java version was 1.6_0_17 and when we upgraded the version to match with stagging it worked.
 
reply
    Bookmark Topic Watch Topic
  • New Topic