Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-25-2007, 09:41 PM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
problems with jasperreport
I have to do some reports in jasper report.
I need the function that generates the pdf files
When I execute the applet in the server, this error appears:
Code:
net.sf.jasperreports.engine.JRException: Error loading expression class : reporte_multiple_1179164041828_887410 at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:87) at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:320) at net.sf.jasperreports.engine.design.JRDefaultCompiler.loadEvaluator(JRDefaultCompiler.java:218) at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:410) at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384) at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:77) at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:59) at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:147) ....
what is happening?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-04-2007, 06:42 AM
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
don't waste your time
I recommend this tool
iText: Generate PDF files with Java
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-04-2007, 06:49 AM
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
May be your application don't have permission to load class. You should insert these line into
%install_dir%/appserver/domains/your_domain/config/server.policy file
Code:
--------------begin---------------- grant { permission java.lang.RuntimePermission "createClassLoader"; }; ---------------end---------------------
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
slow JasperReport bbq Advanced Java 3 02-11-2008 09:34 AM
GUI problems. saytri New To Java 1 12-16-2007 11:27 PM
Netbeans+java+JasperReport wedage NetBeans 0 12-09-2007 08:15 AM
JasperReport OutOfMemory gustavofranco Advanced Java 0 07-26-2007 10:42 PM
problems with JPA Ed New To Java 2 07-04-2007 06:34 AM


All times are GMT +3. The time now is 03:22 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org