5 Replies Latest reply on Jul 9, 2004 4:06 PM by genman

    log4j:WARN No appenders could be found for logger

    baumgarten

      Hi everyone!

      running code (that works fine on JBoss 3.2.3) on JBoss 3.2.4 I get some warnings while executing the following at the client:

      Object o = context.lookup("java:/ConnectionFactory");

      Standard output shows:

      log4j:WARN No appenders could be found for logger (org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory).

      log4j:WARN Please initialize the log4j system properly.

      What is the reason for this warning? How could I prevent it?

      regards
      Sven