Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

log4j:WARN Please initialize the log4j system properly.

843859Nov 5 2007 — edited Nov 20 2014
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2007
Added on Nov 5 2007
2 comments
242 views