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

danparrott

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by danparrott

  1. Glad to be of service :) AFAIK it's not documented; I had to go through the source to discover it. I've lodged a bug (5644) and presumably the docs will be updated (but it's always possible the docs are 'right' and the app itself will be changed).
  2. Instead of appending '?file=attachment' try using '?fileData=true', e.g.: http://jasperadmin:jasperadmin@localhost:8080/jasperserver/rest/resource/images/JRLogo?fileData=true
  3. Instead of appending '?file=attachment' try using '?fileData=true', e.g.: http://jasperadmin:jasperadmin@localhost:8080/jasperserver/rest/resource/images/JRLogo?fileData=true
  4. I've encountered the same stack trace as well as "java.lang.Integer cannot be cast to java.lang.Boolean" and "java.lang.String cannot be cast to java.lang.Boolean". A workaround for me was to ensure that the names of subreport styles with conditional elements were unique. For example, a report containing two subreports 'SubreportA' and 'SubreportB' both with a style 'Row' (with conditional styling) would generate the exception; changing the name of the style in 'SubreportA' to 'RowA' and in 'SubreportB' to 'RowB' allowed the report to run successfully. The original report ran successfully in iReport 4.1.2/JasperServer 4.2.1 CE and failed in iReport 4.5.0/JasperServer 4.5.0 CE. iReport was running on: Windows 7 java version "1.7.0" Java SE Runtime Environment (build 1.7.0-b147) Java HotSpot 64-Bit Server VM (build 21.0-b17, mixed mode) JasperServer on: Debian Squeeze java version "1.6.0_26" Java SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot 64-Bit Server VM (build 20.1-b02, mixed mode) Same MySQL 5.1 server in both instances. (For the record, I tried cerating a simple example with an XML datasource but could not replicate the bug.)
×
×
  • Create New...