-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: LogFactory class notfound
PostPosted: Fri Nov 04, 2005 2:23 am 
Newbie

Joined: Fri Nov 04, 2005 2:12 am
Posts: 2
hii everyone,


i am new to hibernate, i am trying to run a simple insert program using hibernate, but its giving an error as below

java.lang.NoClassDefFoundError:org/apache/commons/logging/LogFactory
at org.hibernate.cfg.Configuration.<clinit>(Configuration.java:110)


The jar file for logfactory is in classpath but still its giving the error, i have tried all the alternatives but in vain, so please help me. I am using eclipse 2.1.2

Thanking you
Krishna


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 2:47 am 
Expert
Expert

Joined: Thu Jan 29, 2004 2:31 am
Posts: 362
Location: Switzerland, Bern
You must have a commons-logging.jar in your classpath. See the _README.txt for all required libraries for hibernate.

HTH
Ernst


Top
 Profile  
 
 Post subject: logfactory not found
PostPosted: Fri Nov 04, 2005 3:52 am 
Newbie

Joined: Fri Nov 04, 2005 2:12 am
Posts: 2
i have, the org.apache.commons.logging but still its giving the same error


java.lang.NoClassDefFoundError:org/apache/commons/logging/LogFactory
at org.hibernate.cfg.Configuration.<clinit>(Configuration.java:110)


plzz reply


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 8:00 am 
Expert
Expert

Joined: Thu Jan 29, 2004 2:31 am
Posts: 362
Location: Switzerland, Bern
Try this:

Code:
Class.forName("org.apache.commons.logging.LogFactory");


If you get an exception something with your classpath is wrong.

HTH
Ernst


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.