Questions tagged [jaspersoft-studio]

Jaspersoft Studio is the free, open source, Eclipse-based report designer for JasperReports and JasperReports Server. Layouts can contain charts, images, subreports, crosstabs, and more. Import data via JDBC, TableModels, JavaBeans, XML, Hibernate, CSV, and custom sources. Export reports as PDF, RTF, XML, XLS, CSV, HTML, XHTML, text, DOCX, or OpenOffice.

Jaspersoft Studio

Jaspersoft Studio is a GUI designer for creating JasperReports's reports templates. It is based on Eclipse and available as Eclipse plugin and as a standalone application.

Jaspersoft Studio is an alternative of iReport Designer wich now is unsupported.

Resources

Learn more about the Jaspersoft Studio application at:

Bug tracker:

254 questions
4
votes
3 answers

Jaspersoft Studio complains class cast exception when using JRBeanCollectionDataSource

I have a weird problem with Jaspersoft Studio and custom JRBeanCollectionDataSource. Every time I try to access child object of parent object, I get exception like this: net.sf.jasperreports.engine.JRException:…
Lagopus
  • 66
  • 1
  • 5
4
votes
1 answer

How to set the locale in Jaspersoft Studio Eclipse plugin

How can the locale be set that is used by the Eclipse plugin "Jaspersoft Studio" to execute reports? There are messages files for locales like 'en' and 'pt', but my system is on 'de'. So on preview, I get a: net.sf.jasperreports.engine.JRException:…
Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76
3
votes
2 answers

How to fix "No generic element handlers found for namepsace" error in case using custom genericElement?

I am trying to adapted the example of jasper reports to customized a generic element with a HTML handler to an Example with a PDF handler. But I got all the time the same error message, when trying to run…
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
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
3
votes
1 answer

How can I fix java.lang.NullPointerException caused by TraceGovernor in Jaspersoft studio plugin?

I'm writing plugin for Jaspersoft studio up-to-date. The plugin crashes, when it is trying to open preview of report. (from the plugin) Stack Trace of…
3
votes
0 answers

Using JasperReports (JasperSoft Studio + JasperReports Library) with ColdFusion 9 Standard Edition

So this is my first time posting a question here. If I do it wrong, please, be gentle. :) I'm trying to find a decent reporting solution at my company and it seems like JasperReports is one of the better (read: inexpensive) ways to go. They've got a…
2
votes
0 answers

Jaspersoft Studio plug-in dependency problem

I have installed eclipse-4.16 (2020-06) on FreeBSD-12.1p10 in order to use Jaspersoft Studio with iDempiere-7.1. iDempiere-7.1 uses net.sf.jasperreports.engine_6.6.0.jar as its report engine. The current Jaspersoft Studio (6.16.0) plug-in will not…
James B. Byrne
  • 1,048
  • 12
  • 27
2
votes
2 answers

Eclipse cant install Jaspersoft Studio 6.15

I am not able to install Jaspersoft Studio 6.15 from the Eclipse Marketplace. It goes to like 47% then it crashen with this error: 'Installing Software' has encountered a problem. An error occured while collecting items to be installed When I press…
yesIamFaded
  • 1,970
  • 2
  • 20
  • 45
2
votes
1 answer

JasperSoft Studio issues initializing fonts

all, I'm having issues when editing my Jasper report in Jaspersoft Studio, the following exception is shown. Could not initialize class com.jaspersoft.studio.preferences.fonts.utils.FontUtils In order to cause the error all I have to do is try to…
nazar
  • 149
  • 13
2
votes
1 answer

Multiple Pages in Jasper Report with different table contents

Guys. I've been developing a school management system with java, MySQL and TIBCO Jasper Studio. But I've stuck in a certain point in generating a report. Here is my scenario. I have two tables called "Student Details" and "Student Results". In…
Mahesh
  • 109
  • 1
  • 2
  • 12
2
votes
0 answers

jaspersoft studio hangs by Searching Data Adapters in project

I have installed tibco jaspersoft Studio last version and wanted to edit some jasper files. I have imported the project from git and everytime when I open the project it loads for ever and hangs by searching Data Adapters see screenshot: It takes…
Ronald
  • 2,721
  • 8
  • 33
  • 44
2
votes
1 answer

The master report does not show basic subreport with Java Beans at Jaspersoft Studio

I'm having trouble generating a basic report (master/subreport) with JavaBeans in Jaspersoft Studio. I created TestMainReport.jrxml and TestSubreport.jrxml. TestMainReport.jrxml contains two static text fields, labeled "A Title" in the title band…
Piovezan
  • 3,215
  • 1
  • 28
  • 45
2
votes
1 answer

How to pass a parameter of array/collection type at Jaspersoft Studio and use it at query?

I'm trying to pass as a parameter, an array of values to get a report from my DW, using an "IN" clause. The problem is that, when I set the parameter as "Array" or "Collection", it don't prompt on Jaspersoft Studio Preview screen, and I can't use…
Victor Augusto
  • 59
  • 1
  • 1
  • 4
2
votes
2 answers

How to customize axis on a lineChart with JasperReport 6.7.0?

I have to set the min and max value on the y-axis in a lineChart of my jasperreport to a fixed value. This is due to comparability of the charts generated. I've tried to use the customizerclass from jaspersoft's reportlibrary to do so. I got the…
1
2
3
16 17