

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
1 message in org.apache.logging.log4j-userAntwort: console stream looping Error...| From | Sent On | Attachments |
|---|---|---|
| Oliver Wulff | Jun 18, 2004 9:12 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Antwort: console stream looping Error. Please help | Actions... |
|---|---|---|
| From: | Oliver Wulff (oliv...@zurich.ch) | |
| Date: | Jun 18, 2004 9:12:41 am | |
| List: | org.apache.logging.log4j-user | |
Hi Naresh
This happens when you execute BasicConfigurator twice or try to initialize PropertyConfigurator where the ConsoleAppender is configured. This is not a log4j error message. It's part of the logging classes of jboss
Oliver
Naresh Agarwal <naresh_ka@yahoo. An: log4...@jakarta.apache.org com> Kopie: Thema: console stream looping Error. Please help 18.06.2004 16:19 Bitte antworten an "Log4J Users List"
Hi
I'm log4j (v 1.2.8) in my web application for logging purposes. My web application runs in JBOSS 3.2.1. I'm also using AXIS v.1.1
After starting JBOSS, I got the following error on JBOSS console and nothing is printed on console after this error.
---------- Error: invalid consoleappender config detected, console stream is looping ----------
I've spent lots of time to solve this problem. But still I'm not able to resolve it.
Any help will be greatly appreciated!
log4j properties file I'm using is as follows: ---- # Root logger, uses appender by name of WSHLog log4j.rootLogger=INFO # WSH logger, user can set the logging level to any of the following # DEBUG, INFO, WARNING, ERROR, FATAL. Currently we are using DEBUG # Appender used by our logger is named WSHLog log4j.logger.WSHLogger=INFO, WSHLog # set its additivity to false # this is to ensure that logging requests to WSH Logger do not # go to loggers up in hierarchy log4j.additivity.WSHLogger=false # WSHLog appender, rolling file appender with file size 100KB, max 10 files log4j.appender.WSHLog=org.apache.log4j.RollingFileAppender # WSH log file name log4j.appender.WSHLog.File=wsh.log # maximum file size, once this size is reached the current file will # be moved to wsh.log.1, wsh.log.1 will move to wsh.log.2 and so on log4j.appender.WSHLog.MaxFileSize=500KB # Keep 10 backup files log4j.appender.WSHLog.MaxBackupIndex=10 # layout for logging log4j.appender.WSHLog.layout=org.apache.log4j.PatternLayout log4j.appender.WSHLog.layout.ConversionPattern=%d [%t] %-5p - %C{1}::%M %m%n
----
thanks & regards, Naresh
--------------------------------- Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.
******************* BITTE BEACHTEN ******************* Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet möglicherweise vertrauliche oder gesetzlich geschützte Daten oder Informationen. Zum Empfang derselben ist (sind) ausschliesslich die genannte(n) Person(en) bestimmt. Falls Sie diese Nachricht irrtümlicherweise erreicht hat, sind Sie höflich gebeten, diese unter Ausschluss jeder Reproduktion zu zerstören und die absendende Person umgehend zu benachrichtigen. Vielen Dank für Ihre Hilfe.







