aspose file tools
The moose likes Other Open Source Projects and the fly likes Jasper Report Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Jasper Report " Watch "Jasper Report " New topic
Author

Jasper Report

Rohit Oberoi
Greenhorn

Joined: Dec 22, 2003
Posts: 1
Hi,
While trying to run a Jasper Report code i am getting following error.
Servlet failed with Exception java.lang.AbstractMethodError
at dori.jasper.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:439)
at dori.jasper.engine.fill.JRFiller.fillReport(JRFiller.java:119)
at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:219)
at dori.jasper.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:140)
at dori.jasper.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:108)
Can anybody help?
Barry Gaunt
Ranch Hand

Joined: Aug 03, 2002
Posts: 7729
Hi Rohit, welcome to JavaRanch!
Hmm... AbstractMethodError? The Java API says
Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler; this error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled.


I think the standard response to this is to try and recompile and build everything from scratch after deleting all the old classes. Can you do that?
Are the software components you are using compatible with each other?


Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
What method does get called in line 439 of JRBaseFiller.java?


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Jasper Report
 
Similar Threads
Limitatiions of Jasper Reports
Jas[er fillReport Thread Interruption
Thread Interruption in Jaster fillReport method
Jasper JRFiller.fillReport() : Thread Interruption
Jasper Report JRException