0
votes
0answers
32 views

JasperReports Server not loading my report with math calculations

I have report with math equation, when I run it using my JasperSoft Studio I have no issues, but when I upload it on the JasperReports Server it throws the following error. Error Message ...
0
votes
0answers
18 views

how to print on custom paper with jasper report and java

I have an invoice in jasper report with a custom paper size of 21 x 19 cm. This invoice is printed on a dot-matrix printer EPSON LX-300 and it has the custom form paper created and configured in ...
0
votes
0answers
17 views

how to generate a .jasper from a .jrxml in java?

I've 1 mainreport.xrml and this report has a subreport.xrml. So when I compile my report without giving the report any reference to my subreport it generates my report fine, but when I give the ...
0
votes
0answers
17 views

Jasper Reports doesn't format number when running report from Java code

I've created report using iReport 4.5.1 which contains tables with fields of amount values. Value of "Pattern" property of these fields is "$ #,##0.00". When I run report from iReport I see right ...
-3
votes
0answers
28 views

Java: url parameter and sql jasper [closed]

Are there any good resources or examples I can try? I would like to have my report work based on the value in the url which in turn executes a sql statment with the parameter and generate a report.For ...
0
votes
1answer
16 views

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence while exporting to excel

I'm using JasperReports API to export report in Excel format. My Java code is: Connection connection; FacesContext facesContext = FacesContext.getCurrentInstance(); HttpServletResponse response = ...
1
vote
0answers
41 views

ireport plug-in for netbeans doesn't export PDF or XLS?

I am using netbeans7.3. with ireports4.7.1 plug-in my program connects to a database and retrieves only one record that should be shown in the report generated. and here is the code to generate it: ...
1
vote
1answer
30 views

Java:jasper report remove trailing zeros

I have a report I have used floor function to get my result but the result gives out decimals 2.0 and I just want to get the whole number like 2. This is my formula I used to get my result. ...
-2
votes
1answer
27 views

converting jrxml or jasper files to Java source

I am trying to learn the jasper reports java api. The documentation is weak at best and I figure the fastest way to learn it is to play around with ireport and see how it builds jasper files. ...
0
votes
0answers
13 views

java.vector as JasperReport datasource

I have following code chunk: JRBeanCollectionDataSource datasource=new JRBeanCollectionDataSource(this.client().mha()); HashMap parameters=new HashMap(); ...
-1
votes
0answers
16 views

Generated Excel gives same repeated data in Jasper Report

I have used the property descriptor and passed the params from my reporting api to controller as follows: PropertyDescriptor[] propertyDescriptors = ...
0
votes
1answer
26 views

How to add JRBeanCollectionDataSource data into table of content in Jasper Report?

I have data in JRBeanCollectionDataSource. I want add this data into table of content in Jasper Report. I tried but unable to map structure. I have added the code below for your reference. ...
0
votes
1answer
34 views

Experiences with Jasper Reports producing word format and PDF

I want to create a document (such as a invoice) with jasper reports in both MS Word and PDF format. Is it possible to generate both from the same jrxml report definition? As MS Word support starts ...
0
votes
0answers
66 views

JasperReport API: createReport returns null because of html component

I have a problem with JasperReports API. I add html component into my report (via iReport designer 5.0.4). Compilation to jasper file runs without errors. When I try create the report I get null ...
0
votes
1answer
22 views

Report mis display on web application

I have a funny situation when generate report with JasperReports. I did some code and its generate report correctly. But when my friend connect to my pc and execute it, the report is showing in my pc ...
0
votes
1answer
29 views

When a JasperViewer appear and I close it, the main frame/parent also closed

When a JasperViewer appear and I close it, the main frame / parent also closed. How to prevent this? This is my code.. private void cmdprintidMouseClicked(java.awt.event.MouseEvent evt) { ...
1
vote
0answers
16 views

how to mark and reuse reports and avoid deleting these marks

i have several reports in jasper, and i want to mark these reports by type so i can search these mark to find and reuse my reports to do this i open the jrxml and add a comment in the header of the ...
-2
votes
0answers
63 views

How to create and auto save a jasper report in server using Java [closed]

I am new in java.I know normal java project where is all methods and classes are called from main().Now I try to build a report.I follow these steps design a report using ireport tools in netbeans ...
0
votes
2answers
64 views

give fixed path to file in Java project (Netbeans)

I have a Java project generating jasper reports, what I do is I give path of a file (report) and run my project it runs fine, but when I have to give JAR file to my friend, it always need that file to ...
1
vote
1answer
48 views

Dynamic columns with jasper reports

I have a CSV/Excel report with 5 fixed columns and I want to add more columns, depending on the input. Each report generation may require different number of columns. The jrxml approach is done, so ...
0
votes
0answers
21 views

Is it possible to use a “TypedQuery” as the DataSource of a JasperReport?

I'm creating a report with iReport that uses a JPQL as DataSource But there's one thing I don't seem able to do. I can only get the query to work if the fields I'm searching are known to Java by ...
0
votes
0answers
21 views

Java jasper reports: sql results

I have design a report that uses a data-set the results to 5 rows.When I design my bar chart, it gives me 5 separate bar charts with the same results. Is there a way to just have one bar chart or is ...
-2
votes
0answers
21 views

creating report in PDF using jasper by taking information from a oracle database

I want to create reports in PDF using the data available in database. I want to do some data manipulation and the details are to be shown in pdf to the user.Suppose say there are 2 columns in DB a and ...
0
votes
0answers
34 views

Error in running Jasper Report From Managed bean and Not able to pass parameters to report from managed bean

I'm working in application that have 5 levels of filters and each filter sets it's value in back managed bean. I want to use these values to pass it to the JR report. Really I failed in this. I ...
0
votes
0answers
71 views

net.sf.jasperreports.engine.JRException: Could not load object from location : C:\…\src\Formularios\Subreporte 1.jasper

Error: net.sf.jasperreports.engine.JRException: Could not load object from location : C:\Users\Juan Ortega\Documents\NetBeansProjects\Selección de Aspirantes\src\Formularios\Subreporte 1.jasper Hey ...
0
votes
1answer
45 views

retrieving data from jasper file

Hi I am very new to jasper reports. Just have a requirement where i need to retrieve the info from a .jasper file. I am using the below code for that. But issue is compileReport does not take up the ...
0
votes
0answers
22 views

Error calculating in jasper report

I have two fields as a total of a group and I'm trying to calculate the variance in a third field. this is how I'm trying to do: // Checking divisor is zero ($V{BigDecimal.toString()} == "0") ? ...
0
votes
2answers
61 views

Using jasperstarter to compile and run iReport “java.lang.UnsupportedClassVersionError”

Basically what I want to do is create a PDF from a iReport jrxml or jasper file. The idea is to use this for reports over the net and the best solution I managed to find was to use a program like ...
-1
votes
0answers
19 views

Generate report with subDataset pass new query while compile main and subdataset from java?

Goal: While compile mainreport and subDataset pass query change but columns unique getting fillreport? My template: <subDataset name="onetomany" uuid="72b782b7-f932-45d9-b8bd-ba851ff50a21"> ...
0
votes
0answers
24 views

Page break for two detail bands

I'm using page break in jasper report like this <break type="Page"> <reportElement uuid="c4506272-8dc3-4456-b5c7-5098df455221" x="0" y="39" width="100" height="1"> ...
0
votes
2answers
76 views

passing empty field as parameter in jasper ireport

The query select * from db_accessadmin.customerSummary where (accountNumber = $P{accountNo} or $P{accountNo}='') and (ppuserMobile = $P{mobileNo} or $P{mobileNo}='') and ( ppuserStaticID = ...
0
votes
1answer
36 views

XmlBeanFactory can't load properties file as place holder?

I need to load customer fonts in Jasper report, so I use font extenstion. The problem is that I want to load fonts files from a local machine instead of classpath due to legacy problems. So, I ...
0
votes
1answer
37 views

Java jasper reports valueAxis position

I would like to change the valueAxis(bar) to be on the right side of my stacked bar. Am struggling to change it cause once i change the position then i will change the orientation. Please find below ...
0
votes
1answer
44 views

compilation error: ireport with java;Attribute 'uuid' is not allowed to appear in element 'jasperReport'

i'm working with ireport but when i try to compile it with a class java a error appear. Exception in thread "main" net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: ...
-1
votes
2answers
49 views

How to get .jasper file from .jrxml

In eclipse while i run below build script to be able get .jasper file from .jrxml i get following error: build.xml:16: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory ...
1
vote
0answers
38 views

Write OutputStream To Excel in chunks

I have a requirement where i need to generate reports of around millions of records and later export it to Excel. am using jasper reports for the purpose. Am able to preview the report. But when i try ...
-3
votes
0answers
19 views

Using Spider Chart InJapser Reports [closed]

Hello, i'm working on a java application using spring,jsf,jpa and i'm trying to use jasper reports to generate a report : this report should contain a specific chart as you all know Spider Chart ...
0
votes
1answer
75 views

iReport: preview report with subreport informed the parameter

How to preview in iReport to get a report that has a subreport, and this is sent in subreport parameter? Example Subreport in JRXML: <subreportExpression ...
1
vote
1answer
34 views

Jasper Reports Breaks on Build (no edits)

I inherited a project from a developer that left the company. The project is in java (new to me) and uses jasper reports (new to me) to generate a PDF. I need to update one of the reports to remove ...
-1
votes
0answers
25 views

NullPointerException in createFiller in Jasper Reports

Caused by: java.lang.NullPointerException at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:133) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:52) at ...
-2
votes
0answers
50 views

WARNING: NetBeans implementation of Preferences not found: java.lang.Exception [closed]

I am getting the following error when I attempt to generate a report from Java code. May 6, 2013 5:55:24 PM org.openide.util.NbPreferences.getPreferencesProvider WARNING:NetBeans implementation of ...
-3
votes
1answer
67 views

org.apache.commons.digester.Digester error [closed]

I have following error plz help me to sort out this error.... org.apache.commons.digester.Digester error SEVERE: Parse Error at line 2 column 449: cvc-complex-type.3.2.2: Attribute 'uuid' is not ...
0
votes
0answers
24 views

making report exported in ods format by using jasper editable

I am using i-report tool as my reporting tool in my web application.But when I am export report, developed using ireport, to ODS file format using java code,the resulting ODS file is seem to be only ...
2
votes
1answer
61 views

date displayed as oracle.sql in IReport

When displaying the date in Ireport it is being displayed as oracle.sql instead of actual date[Ex: 12/4/2012 displayed as oracle.sql]. I tried changing date formats, but its difficult to determine ...
0
votes
1answer
56 views

How to access a parameter in jrxml file and Print it?

My query is, I have set a parameter in my java file like given below Map<String, Object> parameters = new HashMap<String, Object>(); parameters.put("ReportTitle", "MRSG Quarterly ...
1
vote
1answer
128 views

Error generating JasperReport in Development mode

i have problem when initialize report in program at startup. Sometime ago, it works correctly. But when i unistall JDK 1.7 update 17 to JDK 1.7 update 21, and fresh install Netbeans , the Exception ...
1
vote
1answer
66 views

JasperReports hidden exception when filling compiled report

I'm using JasperReports 5.0.0 to make reports in my Java application. When I load & compile report from .jrxml file it has no problem. But when I try to load them from compiled report (.jasper ...
6
votes
1answer
145 views

jasperreports images are always blurry

A simple report with only a png in it. Png's dpi is 96, which looks pretty sharp. However, every time i export the report, be it to .docx or to pdf, only an awfully blurry image appears. i've tried ...
1
vote
1answer
89 views

Blank subreport using iReport 5

Why my subreport it isn't shown? Look, the JRXML code is very simple. When I press the view button in iReport only the main report is shown. The two subreports aren't shown. Any help is welcome. ...
0
votes
1answer
44 views

Running out of memory with Java WebStart

I have a java application that usually gets run using java webstart. Right now when I run a certain Jasper report from my application I get an out of memory exception, but only when the application is ...

1 2 3 4 5 22