Hi Jaynt, That is the standard Log4j warning message when Log4j logging is not configured correctly for the application. It can be safely ignored, but if you wish to configure your logging, you should throw a log4j.xml or log4j.properties configuration file into your classpath. Here is a link to the log4j wiki http://wiki.apache.org/logging-log4j/
-Josh -----Original Message----- From: Jayant Ghagre [mailto:[email protected]] Sent: Monday, July 12, 2010 4:04 PM To: [email protected] Subject: How to initialize Log4j logging in Oracle 11g Hello, I am getting following warning message when I execute FOP 0.95 in Oracle 11g using Java Stored procedure. How can I address this issue? log4j:WARN No appenders could be found for logger (org.apache.fop.util.ContentHandlerFactoryRegistry). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Thanks, Jayant ----------------------------------------- The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify First Data immediately by replying to this message and deleting it from your computer. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
