Re: log 4 j error in struts 1.2.8 with hibernate

2006-04-21 Thread James Stauffer
/04/21 19:14:51 log4j:WARN No appenders could be found for logger > (org.apache.struts.util.PropertyMessageResource > s). > 06/04/21 19:14:51 log4j:WARN Please initialize the log4j system properly. > > > > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROT

RE: log 4 j error in struts 1.2.8 with hibernate

2006-04-21 Thread Raghuveer
util.PropertyMessageResource s). 06/04/21 19:14:51 log4j:WARN Please initialize the log4j system properly. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 10:06 AM To: Log4J Users List Subject: Re: log 4 j error in struts 1.2.8 I'm not sur

Re: log 4 j error in struts 1.2.8

2006-04-20 Thread Jacob Kjome
I'm not sure what you are trying to accomplish with resetting the levels on the logger, but clearly you have not configured Log4j before attempting to log. The simplest thing to do is include a Log4j config file (log4j.properties or log4j.xml) in the root of the classpath (otherwise known as

log 4 j error in struts 1.2.8

2006-04-20 Thread Raghuveer
I am using struts1.2.8 with hibernate 3. I am getting below error. Is there any solution for this problem ? private DailyRollingFileAppender cAeroAppender; java.util.Calendar cal=java.util.Calendar.getInstance(); // getting calendar i