Jump to content
We've recently updated our Privacy Statement, available here ×

java.lang.NoClassDefFoundError: org/apache/co


2004 IR Help

Recommended Posts

By: Kundan Lal - lalkundan

java.lang.NoClassDefFoundError: org/apache/co

2004-07-02 06:13

Hi,

 

My code for uploading a report.xml file for jasper report works fine, when I am running it as a stand-alone code. While integrating it with weblogic environment I got following error.

 

java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester.

at dori.jasper.engine.JasperManager.loadXmlDesign(JasperManager.java:1020)

 

Please help me, in solving this problem.

 

Thanking you in advance....

 

P.S. : jasper report development team please do help me.

 

 

 

 

By: Kundan Lal - lalkundan

RE: java.lang.NoClassDefFoundError: org/apache/co

2004-07-05 05:25

Hi,

 

I have carefully checked the classpath and the required commons-digester.jar is there.

 

Still i am getting the same error.

 

 

 

 

By: Kundan Lal - lalkundan

RE: java.lang.NoClassDefFoundError: org/apache/co

2004-09-01 23:54

hi Chuck Deal,

 

 

Thanks for the hint, I have solved the problem by seting all the jasperrequired jar file in the weblogic classpath.

 

the list of jar files required are..

- poi.jar

- commons-collections-2.1.jar

- commons-logging-1.0.2.jar

- commons-digester-1.3.jar

- commons-beanutils-1.5.jar

- itext-1.01.jar

- jasperreports-0.6.0.jar

- log4j-1.2.8.jar

 

 

thanks again

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...