How to initialize Log4j logging in Oracle 11g

2010-07-12 Thread Jayant Ghagre

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



-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



RE: How to initialize Log4j logging in Oracle 11g

2010-07-13 Thread Marquart, Joshua D
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:jayant.gha...@ambest.com] 
Sent: Monday, July 12, 2010 4:04 PM
To: fop-users@xmlgraphics.apache.org
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: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



RE: How to initialize Log4j logging in Oracle 11g

2010-07-14 Thread Jayant Ghagre
Josh,

Thanks for the information and link. I was able to create a
log4j.properties file and load it into my schema in Oracle database.

Now I don't get the warning messages.


Thanks,
Jayant




|>
| From:  |
|>
  
>--|
  |"Marquart, Joshua D"  
 |
  
>--|
|>
| To:|
|>
  
>--|
  |   
 |
  
>--|
|>
| Date:  |
|>
  
>--|
  |07/13/2010 06:49 PM  
 |
  
>--|
|>
| Subject:   |
|>
  
>------------------------------|
  |RE: How to initialize Log4j logging in Oracle 11g
 |
  
>--|





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:jayant.gha...@ambest.com]
Sent: Monday, July 12, 2010 4:04 PM
To: fop-users@xmlgraphics.apache.org
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: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org







-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org