Questions tagged as 'ireport'

0
answers

What error is this javax.servlet.ServletException: getOutputStream ()? [closed]

I am generating a report, the moment I click to send it and it displays this error. Exception : javax.servlet.ServletException: getOutputStream() has already been called for this response at javax.faces.webapp.FacesServlet.service(Fac...
asked by 29.06.2015 / 15:17
3
answers

iReport 3.6 does not open

I and my team work with iReport, I have not used mine in a while, but I needed to open it for maintenance recently and it does not work. The splash screen displays "Loading cached objects" and terminates the process.     
asked by 20.01.2015 / 12:16
1
answer

How to call a report created with iReport

I have the following situation: I received several reports created by another developer, who used iReport. He sent me the files .jasper and .jrxml . I have installed Eclipse Kepler with the JasperSoft plugin. How can I trigger...
asked by 01.07.2014 / 15:29
1
answer

Create variable in iReport for the database

I need to create a report of the selected month with the information contained in the database, so I want to create a variable in iReport that receives the month (by netbens) which will be compared to the existing sqll in Ireport that is connect...
asked by 16.08.2017 / 16:41
1
answer

Displaying decimal numbers - iReport

I'm having an unexpected difficulty to display the decimal numbers in iReports, for example if my variable has the following account 180/180 it displays me correctly 1 but if it's 162/180 it only displays 0 to me instead of 0.9, my variable is i...
asked by 13.10.2017 / 20:39
1
answer

Ireport report appearing without data

I am making a report with Ireport and passing a parameter with date range My sql in report SELECT * FROM venda WHERE data between (venda.data = $P{dataInicial}) AND (venda.data = $P{dataFinal}) However, when testing the report in the p...
asked by 03.05.2017 / 04:11
2
answers

pass several parameters in ireport

I have the following problem: I created in Java a selectcheckbox , where the person will select several objects; when I send to managed bean , I get these objects listed. Now I want to send as a parameter to ireport to generat...
asked by 16.06.2017 / 20:33
2
answers

IReport Tibco - Error processing XML: no element found

Hello! This is the following I'm having trouble generating the report, I'm using jsf, hibernate, mysql Follow my bean. @Named @RequestScoped public class RelatorioBean implements Serializable { private static final long serialVersi...
asked by 04.11.2016 / 14:49
1
answer

Jasper does not open outside the IDE

Inside the NetBeans IDE, the code works and the report is displayed. But when generating the executable, it is not possible to open the report, receiving the null message. It's like he can not find the report. public ClienteREL() { this.pa...
asked by 23.06.2016 / 19:16
1
answer

DANFE in Jasper - problem with field additional data

I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field printed. However, when the field is overflowed, it does not print the rest of the information on the next page, but it prints the field from the...
asked by 04.01.2016 / 17:49