Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
On running report we are getting NoClassDefFoundError
veerababuk
Hi Williams,
I am getting following exception from BIRT in one of our environment. can you please let me know what it is? how can we eliminate the issue?
I have attached a log file for your reference.
Exception:
java.lang.NoClassDefFoundError: org/eclipse/birt/data/engine/odi/FilterUtil
Thanks,
Veerababu K
Find more posts tagged with
Comments
mwilliams
What is your BIRT version? If prior to 3.7, did you set the BIRT HOME? If 3.7+, make sure all of the jars from the runtime lib are in your class/build path.
veerababuk
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="109015" data-time="1346440391" data-date="31 August 2012 - 12:13 PM"><p>
What is your BIRT version? If prior to 3.7, did you set the BIRT HOME? If 3.7+, make sure all of the jars from the runtime lib are in your class/build path.<br /></p></blockquote>
<br />
<br />
We are using BIRT version 2.2.2, this has been integrated with our application. this error is comming in one of our deployed environment. there are other environments which is working as expected without any issues...<br />
<br />
Thanks,<br />
Veerababu K
Mad1s0n
I often had jars conflicts in some environments (e.g. production but not dev). 2 classes may have the same name resulting in this kind of exception.
You may have to check all the jars of the environment.