log4j:WARN Please initialize the log4j system properly.
843859Nov 5 2007 — edited Nov 20 2014Hi friends,
I'm using Hibernate 3.0 working in Eclipse IDE. I didnt get any errors while saving , but while running the Java Application i got the above message in the console
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
Error reading resource: Applicant.hbm.xml
Exception in thread "main" java.lang.NullPointerException
* at roseindia.tutorial.hibernate.FirstExample.main(FirstExample.java:35)*
As im new to hibernate, im not able to resolve this pblm.
please guide me to resolve this issue