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
3
votes
2 answers

An error has occurred. Please contact your system administrator. (6632) error in Jasper server 6.2

I am using Jasper report :- TIBCO Jaspersoft Studio-6.2.0.final Jasper server :- JasperReports Server Community Edition (v6.2.0) I published Report book template Jasper report into Jasper Server. But when I am running report from…
pmartha
  • 87
  • 1
  • 3
  • 12
3
votes
2 answers

date appears one day prior to what is programmed in JasperServer

I posted this on the JasperServer forums, but I've had better luck on StackOverflow generally. Please help if you can. My biggest single gripe about JasperServer is that it flat out behaves differently than JasperReport (specifically, reports…
Ramy
  • 20,541
  • 41
  • 103
  • 153
3
votes
1 answer

Is there a maximum length for Jasper parameter lists?

One of our reports is frequently run with a selection that includes some 14,000 drivers. The schema for the parameter (in the parent report) looks like this:
Nate Wagar
  • 640
  • 2
  • 7
  • 18
3
votes
1 answer

Retrieve resource from jasperserver repository using server java api

I'm trying to retrieve resource from Jasperserver repository using its java API, according to jasper report server ultimate guide, I should get an instance of the ExecutionContext interface: ExecutionContext context =…
Muhamad Serawan
  • 445
  • 5
  • 16
3
votes
1 answer

PHP variable passed to JasperReports Server for reports

Is it possible to pass a variable from php to a report in JasperReports Server? For example, in my php application I keep the department_id stored in a session variable. I would like to pass the department_id over to my reports running on…
Ronedog
  • 2,313
  • 8
  • 43
  • 85
3
votes
1 answer

How to change the report's default drop-down value?

I have used JasperReports Server 5.5 as the reporting module which runs on tomcat. When I add input controls, drop-downs are shown as below. default value is --- in the drop-downs. How to change the report's default drop down value(---) to All?
Techie
  • 44,706
  • 42
  • 157
  • 243
3
votes
2 answers

Tomcat says OutOfMemoryError every time when I visit JasperServer application deployed to wepapps

I installed the jasperserver(version: 5.6) in Windows 7 through the official document, use an exsiting Tomcat(version: 7) and an existing PostgreSQL(version: 9.2.8), I checked the installation.log file in JasperServer's installation path, and…
Alvis
  • 109
  • 3
  • 13
3
votes
3 answers

How to access database of JasperReports Server via API?

Can we access Database of JasperReports Server server through its API? And do that allow us to make run time report? If so how can we do that?
Sundhas
  • 605
  • 4
  • 10
  • 18
3
votes
1 answer

JasperReports Server parameter dependency

I have a report which has two input-parameter. Both have a dropbox where i can select values. Let's say ParameterA and ParameterB. Is it possible to make ParameterB dependent from ParameterA? for example: If i choose in ParameterA the carbrand…
3
votes
2 answers

Restricting input control values based on logged in user

I want to restrict the values in multi-select input control in my report based on the logged in user. For example, If manager logs in, he can see the list of all employees in the multi-select list. If an employee logs in, he will see only his name…
saurabh730
  • 113
  • 2
  • 12
3
votes
2 answers

Remote MYSQL on jasperreports error: com.mysql.jdbc.Driver not found

I am trying to use a remote MYSQL source for my jasperserver. The connection is good and does not throw an error. However, when I try to make a report in jasperstudio, I get the following error Error log: java.lang.ClassNotFoundException:…
pj409
  • 337
  • 2
  • 9
  • 21
3
votes
1 answer

Get the value of visible column of JasperReports Server input control?

I have a report in JasperReports Server 5.2.0, in this report I have two input control first one is: COUNTRY (value column- COUNTRY_ID, visible column- COUNTRY_NAME) and another one is STATES (value column- STATE_ID and visible column -…
Sharad
  • 3,562
  • 6
  • 37
  • 59
3
votes
0 answers

JasperReports Server Community Edition 5.1 external database authentication

I am still new to JasperReports Server and Spring security technologies. I tried modifying the sample-applicationContext-externalAuth-db.xml file provided with jasper server, and deploying it to the WEB-INF folder in the jasperserver.war file,…
dcristea
  • 31
  • 3
3
votes
2 answers

Scientific Charts in Jasper Reports Server

Cheers Jasper Reports expert, I'm a bit new with Jasper Reports so thanks for any help. We are investigating the use of Jasper Reports Server as our main tool to offer our customers the reporting capabilities they need. We are a Java shop but would…
Wayne
  • 31
  • 1
3
votes
0 answers

Japserserver HTTP 404 error

Could someone please help me to figure out this issue.I have installed the japserserver trial version for windows xp.The tomcat server seems to work fine.But when I try to connect to the japserserver i get a HTTP 404 error. SEVERE: A web application…