error while executing hibernate example,
July 20, 2007 at 1:15 PM
iam getting the following error can anybody help me out
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) at java.lang.Class.getConstructor0(Class.java:2640) at java.lang.Class.newInstance0(Class.java:321) at java.lang.Class.newInstance(Class.java:303) at org.hibernate.cfg.SettingsFactory.createCacheProvider(SettingsFactory.java:262) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:184) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1497) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1041) at FirstExample.main(FirstExample.java:22)
View All Comments
| View Tutorial