File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes JasperReport ServletException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "JasperReport ServletException" Watch "JasperReport ServletException" New topic
Author

JasperReport ServletException

Luciano A. Pozzo
Ranch Hand

Joined: Jun 20, 2005
Posts: 112
Hello....

I'm using jasper report for generate a pdf report. When I run the application on localhost (windows) the pdf is generated perfectly, but when I put on fedora I catch ServletException, when I invoke



My code:



and the Action (Struts)




Thank's
Luciano A. Pozzo
Ranch Hand

Joined: Jun 20, 2005
Posts: 112
hehehe... I solve!
The problem happen because the jasper have to access graphic interface's configurations, so they can't on Linux, because I'm using the terminal (server), so I should pass the command "-Djava.awt.headless=true" for jvm. Or you can put on JAVA_OPTS variable (jboss).
 
 
subject: JasperReport ServletException
 
Threads others viewed
Printing using ireport 3.7.4 and jsp
.jasper report return null values
Problem in passing JRBeanCollectionDataSource as parameter to jasperreport
Jasper subreport not getting displayed when Jasper print is called twice
Problem while generating PDF from Servlet using Jasper Report
MyEclipse, The Clear Choice