You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Jitendra Kharche <Ji...@geometricsoftware.com> on 2005/09/01 09:21:35 UTC

RE: log4j:ERROR... Please Help.

Other way is to explicitely tell log4j to use this file as follows
PropertyConfigurator.configure("abs-path-of-config-simple.properties"); 

~Jitendra

-----Original Message-----
From: Harp, George [mailto:GHarp@GAINSystems.com] 
Sent: Wednesday, August 31, 2005 8:49 PM
To: 'Log4J Users List'
Subject: RE: log4j:ERROR... Please Help.

ws the configuration file called log4j.properties and was it in your classpath?

-----Original Message-----
From: Silvia Suárez [mailto:sandrea_sb@hotmail.com]
Sent: Wednesday, August 31, 2005 10:17 AM
To: log4j-user@logging.apache.org
Subject: log4j:ERROR... Please Help.


Dear all,

I am using the log4j package for logging with java. The file down is the configuration file (config-simple.properties. However next error appears when I am running my program:

log4j: ERROR No appenders could be found for category (sample.Myprogram2).

log4j: ERROR Please initialize the log4j System properly.

I am beggining on logging, I dont know what is the problem. Before, It was working and now it is not :-(

Can somebody help me?

Thanks a lot.



------------------------------------------------------



#
# This defines the logging level for the rootLogger. It is not required # if you are going to keep the level at debug as the rootLogger by default # is at the debug level. The value after the comma is the appender for the # root and we have given it the name R # #log4j.rootLogger=debug, R

log4j.rootCategory=DEBUG, LogFile

log4j.appender.LogFile=org.apache.log4j.FileAppender
log4j.appender.LogFile.File=client.log
log4j.appender.LogFile.Append=false
log4j.appender.LogFile.layout=org.apache.log4j.PatternLayout
log4j.appender.LogFile.layout.ConversionPattern=%-5p %c{2}: %m%n

log4j.category.sample.Myprogram1=DEBUG
log4j.category.sample.Myprogram2=DEBUG
log4j.category.sample.Myprogram3=DEBUG
log4j.category.sample.Myprogram4=DEBUG
log4j.category.sample.Myprogram5=DEBUG
log4j.category.sample.Myprogram6=DEBUG

# For this simple example, we are just going to log to the console #

#log4j.appender.R=org.apache.log4j.ConsoleAppender

#
# When logging using the ConsoleAppender, the following value tells how and # what to log. The SimpleLayout simply logs the level of the message and # the message itself.
#
#log4j.appender.R.layout=org.apache.log4j.SimpleLayout



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


RE: log4j:ERROR... Please Help.

Posted by Silvia Suárez <sa...@hotmail.com>.
Dear all,

Thanks a lot for your responses. Now It looks like that it is working :-)

Silvia


>From: "Jitendra Kharche" <Ji...@geometricsoftware.com>
>Reply-To: "Log4J Users List" <lo...@logging.apache.org>
>To: "Log4J Users List" <lo...@logging.apache.org>
>Subject: RE: log4j:ERROR... Please Help.
>Date: Thu, 1 Sep 2005 12:51:35 +0530
>
>
>Other way is to explicitely tell log4j to use this file as follows
>PropertyConfigurator.configure("abs-path-of-config-simple.properties");
>
>~Jitendra
>
>-----Original Message-----
>From: Harp, George [mailto:GHarp@GAINSystems.com]
>Sent: Wednesday, August 31, 2005 8:49 PM
>To: 'Log4J Users List'
>Subject: RE: log4j:ERROR... Please Help.
>
>ws the configuration file called log4j.properties and was it in your 
>classpath?
>
>-----Original Message-----
>From: Silvia Suárez [mailto:sandrea_sb@hotmail.com]
>Sent: Wednesday, August 31, 2005 10:17 AM
>To: log4j-user@logging.apache.org
>Subject: log4j:ERROR... Please Help.
>
>
>Dear all,
>
>I am using the log4j package for logging with java. The file down is the 
>configuration file (config-simple.properties. However next error appears 
>when I am running my program:
>
>log4j: ERROR No appenders could be found for category (sample.Myprogram2).
>
>log4j: ERROR Please initialize the log4j System properly.
>
>I am beggining on logging, I dont know what is the problem. Before, It was 
>working and now it is not :-(
>
>Can somebody help me?
>
>Thanks a lot.
>
>
>
>------------------------------------------------------
>
>
>
>#
># This defines the logging level for the rootLogger. It is not required # 
>if you are going to keep the level at debug as the rootLogger by default # 
>is at the debug level. The value after the comma is the appender for the # 
>root and we have given it the name R # #log4j.rootLogger=debug, R
>
>log4j.rootCategory=DEBUG, LogFile
>
>log4j.appender.LogFile=org.apache.log4j.FileAppender
>log4j.appender.LogFile.File=client.log
>log4j.appender.LogFile.Append=false
>log4j.appender.LogFile.layout=org.apache.log4j.PatternLayout
>log4j.appender.LogFile.layout.ConversionPattern=%-5p %c{2}: %m%n
>
>log4j.category.sample.Myprogram1=DEBUG
>log4j.category.sample.Myprogram2=DEBUG
>log4j.category.sample.Myprogram3=DEBUG
>log4j.category.sample.Myprogram4=DEBUG
>log4j.category.sample.Myprogram5=DEBUG
>log4j.category.sample.Myprogram6=DEBUG
>
># For this simple example, we are just going to log to the console #
>
>#log4j.appender.R=org.apache.log4j.ConsoleAppender
>
>#
># When logging using the ConsoleAppender, the following value tells how and 
># what to log. The SimpleLayout simply logs the level of the message and # 
>the message itself.
>#
>#log4j.appender.R.layout=org.apache.log4j.SimpleLayout
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
>For additional commands, e-mail: log4j-user-help@logging.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
>For additional commands, e-mail: log4j-user-help@logging.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
>For additional commands, e-mail: log4j-user-help@logging.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org