Jump to content
JasperReports Library 7.0 is now available ×

NoSuchMethod error in JRXmlDigesterFactory


2005 IR Help

Recommended Posts

By: Ganesh - pganeshkumar

NoSuchMethod error in JRXmlDigesterFactory

2004-12-22 07:31

Hi,

 

I downloaded jasperreports-0.6.3.jar and tried to use the JasperCompilerManager.compileReportToFile method.

 

It threw the following error:

 

[java]

[java] java.lang.NoSuchMethodError

[java] at net.sf.jasperreports.engine.xml.JRXmlDigesterFactory.configureDigester(JRXmlDigesterFactory.java:131)

[java] at net.sf.jasperreports.engine.xml.JRXmlDigesterFactory.createDigester(JRXmlDigesterFactory.java:339)

[java] at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:373)

[java] at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:338)

[java] at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:322)

[java] at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:151)

[java] at ReportsApp.main(ReportsApp.java:52)

[java] Exception in thread "main"

 

Any help would be most appreciated. Thanks a lot.

With regards,

Ganesh

 

 

 

 

By: Ganesh - pganeshkumar

RE: NoSuchMethod error in JRXmlDigesterFactory

2004-12-22 10:40

Hi,

 

I foudn that the problem was because of there being an older version of the commons-digester jar in the classpath. This is resolved now.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...