You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Alan Burlison <al...@gmail.com> on 2017/06/12 19:31:15 UTC

Error in catalina.out on startup

I'm getting these errors in catalina.out on startup:

log4j:WARN No appenders could be found for logger 
(org.apache.wiki.util.PropertyReader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.

although the rest of the logging output appears where I expect it and 
there are no subsequent errors. Is this a use-before-initialized issue?

-- 
Alan Burlison
--

Re: Error in catalina.out on startup

Posted by Alan Burlison <al...@gmail.com>.
On 13/06/2017 05:50, Harry Metske wrote:

> yes it is. PropertyReader tries to figure out where it's properties are,
> including the setting if you want external logconfig or not.
> If the container has no log4j config (from another source) yet, you will
> get this message. But it can be ignored.

Thanks, that's what I assumed - just being cautious :-)

-- 
Alan Burlison
--

Re: Error in catalina.out on startup

Posted by Harry Metske <ha...@gmail.com>.
Alan,

yes it is. PropertyReader tries to figure out where it's properties are,
including the setting if you want external logconfig or not.
If the container has no log4j config (from another source) yet, you will
get this message. But it can be ignored.

regards,
Harry

On 12 June 2017 at 21:31, Alan Burlison <al...@gmail.com> wrote:

> I'm getting these errors in catalina.out on startup:
>
> log4j:WARN No appenders could be found for logger
> (org.apache.wiki.util.PropertyReader).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
>
> although the rest of the logging output appears where I expect it and
> there are no subsequent errors. Is this a use-before-initialized issue?
>
> --
> Alan Burlison
> --
>