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
0
votes
1 answer

input control not visible in jasper server, groovy expression might be the issue

( $P{cal}.clear() || $P{cal}.set(Calendar.YEAR, $P{year_current})|| $P{cal}.set(Calendar.WEEK_OF_YEAR, $P{week_current}) || $P{cal}.setFirstDayOfWeek(Calendar.MONDAY) || $P{cal}.setMinimalDaysInFirstWeek(4) ) ? null :…
Siva Raparla
  • 104
  • 5
0
votes
1 answer

Adding localization bundles in JasperServer Community edition

How does one add a localization bundle in JasperServer Community edition? Assuming I have an report called MyReport.jrxml and a bundle containing localization called MyReport.properties bundle, which work when run locally. However once I submit the…
Daniel Fath
  • 16,453
  • 7
  • 47
  • 82
0
votes
2 answers

Jasper server datasource timeout setting

I'm using JasperReports Server 4.7 with PostgreSQL 9.1 backend. Trying to set the data source timeout setting but cannot find it in the datasource configuration page. Anyone know where I can set this? I've also searched all the configuration xml…
sam yi
  • 4,806
  • 1
  • 29
  • 40
0
votes
1 answer

How set full url path for images in report

I have installed Jasperserver at "hostname2" and "hostname1" is located at CMS. I run a report on "hostname1" in which, html image links look like /images/img_**** and are not displayed. They should have been, instead, like this:…
Nohcho
  • 1
  • 1
0
votes
1 answer

With one installation on Server how can we achieve different landing pages and customization that shows the appropriate logos?

I am using JasperReport Server 4.0.0 running on Apache Tomcat. I can access it using this url: http://localhost:8080/jasperserver/login.html now I copied JR Server directory from C:\Program…
Sharad
  • 3,562
  • 6
  • 37
  • 59
0
votes
1 answer

Single value input control not visible on JR Server

I have two parameters in report: week ---> has isForPrompting="true" property year ---> has isForPrompting="true" property But when I add a single value input control and run the same report on JasperReports Server, only a pop up window is opening…
Siva Raparla
  • 104
  • 5
0
votes
1 answer

JR Server: How to allow user to input time parameters for grouping data in report

I am new to JasperReports Server. I have a report which is grouped on time interval. I want to user give the input to group the data in minutes, hours or days. Based on the user input, report must group the records accordingly. I am not able to…
Prashant
  • 152
  • 1
  • 16
0
votes
1 answer

Is it possible to schedule a job where each result creates a separate report to be sent by JasperServer?

Without the aid of a separate scheduler (probably written in Java if I must go down that route) is it possible to schedule a job in JasperServer that runs some SQL and then for each row returned, runs and delivers a report? For example the SQL would…
HCC
  • 33
  • 1
  • 1
  • 3
0
votes
1 answer

How can I remove the pipe delimiter in JasperReports Server's input controls?

Where can I go to remove the pipe delimiter when specifying multiple visible fields in an input control?
Lisa
  • 1,331
  • 1
  • 15
  • 27
0
votes
1 answer

Writing Custom Authentication Filter Jasperserver 4.7

I am looking into jasperserver security. Our scenario is, our reports are hosted in jasper server. We have our web application developed in JSF. Now from our jsf application we want to invoke reports residing in jasper server. Issue is our set of…
benz
  • 4,561
  • 7
  • 37
  • 68
0
votes
1 answer

Integration between My SQL and Jasper Reports

I have MySQL server installed at C:\[product name]\mysql-5.0.22-win on my machine . But what should i specify in the JasperAssistant Data Source inside Eclipse for the following fields:- - Name - Driver - URL BR
John John
  • 1
  • 72
  • 238
  • 501
0
votes
1 answer

status 404 on login.html

I have deployed JasperReports Server 4.5.0 when i open the URL for login : localhost:5555/jasperserver/login.html I got 404 status file not found. When checked in localhost.log, I got the logs: SEVERE: Exception sending context initialized event to…
Prashant
  • 152
  • 1
  • 16
0
votes
1 answer

Data source in Jasper reports

I am using Jasper Reports Server opensource 4.5 version. While uploading a report, everytime, I have to link the new report to a data source. I have created a data source and my all reports run on same data source. Is there any way to set the data…
Prashant
  • 152
  • 1
  • 16
0
votes
1 answer

exception while running pre-existing Audit report in JasperReports Server

I am getting below exception while running any of the pre-existing Audit report in JasperReports Server. I have integrated JR Server in my WebLogic. Can anybody let me know if I missed any configuration. The exception…
Programmer
  • 713
  • 1
  • 8
  • 23
0
votes
1 answer

Logging in JasperReports Scriptlet

I want to do logging in a JasperReports scriptlet. I just wanted to know are there any Jasper Logs available? I know that JasperReports uses Apache log4j for logging. So are there any customized log API of JasperReports, or can I directly use…
Programmer
  • 713
  • 1
  • 8
  • 23