Questions tagged [jasperserver]

JasperReports Server (formerly known as JasperServer) is a stand-alone and embeddable reporting server. Make sure your question also have the jasper-reports tag and add this tag only if the question is specifically related to JasperReports server (configuration, interface development, deployment etc. of server)

JasperReports Server is a stand-alone and embeddable reporting server, enabling information delivery on a real-time or scheduled basis to the web, a printer, or to a variety of file formats.

Build a report in Jaspersoft Studio (or the older design tool iReport) and then deploy it to a JasperReports Server.

The report can then be executed, exported to a desired output, or scheduled to execute at a later date.

Some of the features provided by JasperReports Server:

  • Reports Management - Create, schedule, update reports through a web-interface
  • OLAP - jPivot base OLAP View. It supports Mondrian database.
  • Ad Hoc Reports - Generate your own report from OLAP Connection or Domains in run-time (available in commercial version only)
  • User and Role Management which grants access to resources based on roles
  • Multi-tenancy and Cloud Support
  • JasperETL - An ETL solution based on Talend

There are several editions of JasperReports Server - Community and several Commercial.

The features of Commercial Editions are:

  1. Ad hoc Reporting

    • Web-based, drag-and-drop report designer creates interactive reports for dashboards, email distribution, or within a web application
    • Metadata layer masks complex data descriptions with simplified business user-friendly names
    • Web-based reports provide rich, interactive reports with drill down, filtering, animated charting, and more
  2. Dashboards

    • Web-based, drag-and-drop dashboard designer
    • Single report and dashboard-level parameters drive user interaction
    • Free-form layout designer for customized dashboard design

Editions

Source code

Samples

References

Official Bug Tracker

1103 questions
4
votes
2 answers

How to refer to a .jrtx template file from Jasper Report (.jrxml)?

I am using this example to apply a jasper template to jasper report. I am not able to find out how can I refer to jasper template from .jrxml file. The .jrxml file and .jrtx file are at the same location. In the Jasper I am referring to the template…
somename
  • 978
  • 11
  • 30
4
votes
2 answers

Location data for filling the report in JasperServer

I have developed a template design in JasperSoft Studio and upload jrxml file to JasperServer. I want to send data (JSON or XML) to filling report template from my python application and take back report in some popular formats like PDF, XLS using…
4
votes
1 answer

JasperServer 404 on css resources

I've just installed a new JasperServer v6.2 on Redhat 6.2 compiling from source. I've had no problems up to this point with the server. All documentation worked fine, until I started the server. When trying to login all the css resources give me…
jtoepfer
  • 315
  • 1
  • 2
  • 15
4
votes
2 answers

Jasper server maven repository url?

I am trying to get below dependency from jasper server. com.jaspersoft.jasperserver jasperserver-api 6.0.1 But i am getting below error …
emilly
  • 10,060
  • 33
  • 97
  • 172
4
votes
2 answers

How secured is SSO based on token based authentication?

I am planning to integrate jasper server with my web application as Single Sign on. I went through Jasper Authentication cookbook and jasper suggest Token based authentication as one of the solution (as authentication is already done by my web…
emilly
  • 10,060
  • 33
  • 97
  • 172
4
votes
1 answer

Jaspersoft server and ireport designer

I am new to JasperReports and I'm working with iReport designer. I have a html 5 pie chart, my query is on click of a chart i should be redirected to other report or other chart. I got a solution using hyperlink in jrxml but i want to do the same in…
Shaik Mujahid Ali
  • 2,308
  • 7
  • 26
  • 40
4
votes
4 answers

Need Example of passing Jasper Reports Parameters for REST v2 API using JSON

When I look at the documentation for passing parameters to the Jasper Report REST 2 API here: http://community.jaspersoft.com/documentation/jasperreports-server-web-services-guide/v550/running-report-asynchronously I see that I need to have a…
staggart
  • 267
  • 1
  • 6
  • 15
4
votes
1 answer

Passing parameters through the url

I am able to access a report, that I created with ireport. I am using an url which let's me have a look at my report from the JasperServer interface. It looks like…
BoJack Horseman
  • 4,406
  • 13
  • 38
  • 70
4
votes
2 answers

optional where clause jasper reports

I am trying this query but without success. SELECT name, phone_office, billing_address_city, billing_address_street, billing_address_country FROM accounts WHERE ($P!{EmployeeID} is null or assigned_user_id = $P!{EmployeeID}) ORDER BY…
anvd
  • 3,997
  • 19
  • 65
  • 126
4
votes
2 answers

Jasper REST pass collection as parameter

I have a report which receives a List parameter to use it in a IN clause: $X{IN, personID, _personID} The report works when running it through the web application or remote repository view in iReport. Now I need to call it using the REST api. I have…
Felipe Reis
  • 479
  • 8
  • 24
4
votes
0 answers

JasperReports Server: Chart Theme without Java knowledge

I found some older (outdated) solutions extending a special Java class to build a new theme. I am using Jasper without Java knowledge and wonder if (since version 5.3 of the server is out) there is an easier way of applying new colors to the…
Daniel W.
  • 31,164
  • 13
  • 93
  • 151
4
votes
2 answers

reading parameter from .properties file to .xml file

I have a application.xml file (directory = WEB-INF/application.xml) and I have a jasperserver.properties file (directory = WEB-INF/internal/jasperserver.properties) This is in the jasperserver.properties…
Andre
  • 661
  • 7
  • 14
  • 29
4
votes
1 answer

How to pass parameters to java using php?

How can I pass parameters to java using php? I'm trying do like this : This is my php code The id is posted from my view . $id=$_POST['id']; $Plb_Entrance = Yii :: t('report','ENTRANCE'); $Plb_Block = Yii :: t('report','BLOCK');…
yong
  • 53
  • 1
  • 5
4
votes
1 answer

Java.lang.ClassCastException: java.util.Date cannot be cast to java.sql.Timestamp

I have a jrxml file. When I run that file in IReport Designer 4.8.0, Produces report without fail. But when I deploy the same file in JasperServer 5.0.0, it throws exception. The server has encountered an error. Please excuse the…
Sudheer Kaju
  • 275
  • 1
  • 3
  • 7
4
votes
0 answers

Issue while configuration of CAS with Jasper Server 4.7.0

I'm facing an issue while configuration of CAS with Jasper Server 4.7.0. I have read the Authentication Cookbook 4.0 and the following url :- CAS Integration Please find the stacktrace of the same below:- java.lang.NullPointerException at…
KB Prodigy
  • 231
  • 5
  • 13
1 2
3
73 74