: java.lang.NoClassDefFoundError: Could not initialize
class net.sf.ehcache.Element
NoClassDefFoundError is not the same as ClassNotFoundException
Typically a NoClassDefFoundError is due to a class failing its static
initialisation when first loaded by the classloader. Can you check in your logs
for any prior errors
estProcessor.java:224)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
> at javax.servlet.http.HttpServlet.service(HttpServlet
ng.NoClassDefFoundError: Could not initialize class
net.sf.ehcache.Element
at
net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion.put(EhcacheTransactionalDataRegion.java:139)
at
net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion.put(EhcacheTransacti