Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
"weblogic.application.ModuleException: java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException

Hello,
Could you please help me with this error that appears when trying to deploy an ISV (Prodinf) application to their JCS environment.
Attached you can find the log file from Weblogic/EM console from their domain when trying to start the web app.
"weblogic.application.ModuleException: java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException"
Any help would be greatly appreciated,
Thank you,
Damian
Best Answer
-
Hi Damian,
This looks like an issue with the ISV application that you are deploying and not directly a JCS (WebLogic) issue. The NoClassDefFoundError indicates that JVM could not find the definition of a class. Make sure all your application jar files are included in the war file and classpath is correct. Google suggests you could be missing ehcache.jar file.
Answers
-
Hi Damian,
This looks like an issue with the ISV application that you are deploying and not directly a JCS (WebLogic) issue. The NoClassDefFoundError indicates that JVM could not find the definition of a class. Make sure all your application jar files are included in the war file and classpath is correct. Google suggests you could be missing ehcache.jar file.