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

How do i get a Report from jasperserver

Having this code I get the error: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/axis/EngineConfiguration I am trying to get a report I have on the Jasper server. (not enough documentation regarding Jasper…
Meesh
  • 508
  • 1
  • 5
  • 17
4
votes
0 answers

JasperReports Server with Oracle and WebSphere

Is it possible to deploy JasperReport Server 4.7.0 community project on WebSphere application server and create the JR repository in Oracle 10g instead of MySQL? If it is possible then what are the required possible configurations needed, as…
Ali Arslan
  • 1,027
  • 10
  • 24
3
votes
2 answers

How to configure mail server settings in JasperReports Server 4.0.0

I'm using JasperReports Server 4.0.0 and I want how to configure mail server settings to mail the reports by report scheduling. How I can do that? Does anyone know this?
Sharad
  • 3,562
  • 6
  • 37
  • 59
3
votes
0 answers

Passing an java.awt.Image in ParameterMap to JasperReport on JasperReports Server

I'm looking for a solution to a problem. I have a report on my JasperReports Server. I want to pass an image to this report via the parameterMap. What I've found so far is that I have to pass an java.awt.Image to the parameterMap. so: java.awt.Image…
3
votes
2 answers

Is it possible to use two different versions of JasperServer with the same website?

Summary: is it possible to serve reports created with 2 different versions of iReports in the same web front end? Background: I have inherited a large number of (still-functioning) reports written using iReport 2.0.1 (migrating them all to a later…
223fms
  • 86
  • 1
  • 6
3
votes
1 answer

Pass subreport variable to other subreport

I want to pass already calculated variable from the first subreport (variable is defined is the master report) and pass it to the second subreport of the master report. I already tried but in the second subreport I always get null value. Please…
Nikola
  • 624
  • 1
  • 14
  • 31
3
votes
3 answers

Semi-colon as separator in jasperreport csv editions

I want to makes my jasperrepport's csv documents values separated with semicolons instead of commas. I've found net.sf.jasperreports.export.csv.field.delimiter parameter which works if i adds it on my jrxml files :
Manuel Leduc
  • 1,849
  • 3
  • 23
  • 39
3
votes
2 answers

JasperReports Server 8.0.0 Deployed on Tomcat CORS Errors

When calling any of the REST web services from my Angular front-end application (or via cURL), I receive a CORS error in the console window. Access to XMLHttpRequest at…
3
votes
0 answers

AdHoc Cache in Jasper Reports server

I am having some reports in Jasper Reports Server developed using Jasper Studio. The data is being loaded from the Rest API. I want to decrease the load time and make the report load faster. Is there any way I could achieve that? My data is being…
JAMSHAID
  • 1,258
  • 9
  • 32
3
votes
0 answers

Deploy JasperServer in GlassFish

I've been trying to deploy jasperserver 4 in glassfish 3 and using oracle 10g express edition for repository. I've tried following the install guide and making some changes since the install guide doesn't actually cover glassfish and oracle db that…
adshocker
  • 65
  • 8
3
votes
1 answer

How to integrate JasperReports Server and Cassandra

Is there any way to do the subject? I mean is it possible in theory? Any pluging for the JasperReports Server available? Or maybe there are some other reporting tools that could make something similar job like JasperReports Server? Can not find any…
ykhrustalev
  • 604
  • 10
  • 18
3
votes
1 answer

Unable to login with Keycloak SSO token using Visualize.js

I have a requirement to import reports/dashboards from Jasper Server to our web application which is secured by Keycloak. I have struggled a bit to integrate Jasper Server v7.1.0 with Keycloak 2.0.0Final but I am not able to get a Visualize.js…
3
votes
1 answer

How to use csv as datasource in Jaspersoft Server?

I've been asked to develop a report using Jaspersoft studio to generate the report template and then use jaspersoft server to have users that generate the report on demand, using data from a CSV file, instead of a DB. I've been able to generate a…
Luis Diaz
  • 322
  • 6
  • 22
3
votes
2 answers

Generating password protected pdf. How to get unique password for every user?

I've uploaded my reports on JasperServer where I'm scheduling the reports and send the pdf as attachments in emails to the users using the jobs rest api. Everything works perfectly, however we also need the pdf's to be encrypted. I've read the wiki…
3
votes
1 answer

org.eclipse.swt.SWTException when trying to publish a report to JasperReports Server using the button

I am trying to publish a Report to JasperReports Server using the button in Jaspersoft Studio but the dialog won't open. This is the error that I see in .metadata/.log file !ENTRY org.eclipse.jface 4 0 2016-09-09 12:38:54.508 !MESSAGE Unhandled…
zygimantus
  • 3,649
  • 4
  • 39
  • 54