Return-Path: Delivered-To: apmail-directory-mina-dev-archive@locus.apache.org Received: (qmail 63634 invoked from network); 17 Jul 2006 02:31:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jul 2006 02:31:33 -0000 Received: (qmail 32580 invoked by uid 500); 17 Jul 2006 02:31:33 -0000 Delivered-To: apmail-directory-mina-dev-archive@directory.apache.org Received: (qmail 32549 invoked by uid 500); 17 Jul 2006 02:31:32 -0000 Mailing-List: contact mina-dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mina-dev@directory.apache.org Delivered-To: mailing list mina-dev@directory.apache.org Received: (qmail 32540 invoked by uid 99); 17 Jul 2006 02:31:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2006 19:31:32 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of elihusmails@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2006 19:31:25 -0700 Received: by wr-out-0506.google.com with SMTP id i30so474680wra for ; Sun, 16 Jul 2006 19:30:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z4HpPm9xnBOAa/Glz2Hvn4UgNbFIpl02x/F1DdVYgvKExc+Phd3yCB55y5KDEQhR8U8PxbOoeJNUIshAMCMLt7PxRAsFZV/GuSFCMAAKmqW8LCzPTtpdAk1/24JjvknWXLAsRT8q9a5TxPg5Y+lSk6URwss5vSENczX3rG01oAQ= Received: by 10.65.148.14 with SMTP id a14mr947771qbo; Sun, 16 Jul 2006 19:30:58 -0700 (PDT) Received: by 10.65.98.18 with HTTP; Sun, 16 Jul 2006 19:30:58 -0700 (PDT) Message-ID: <9f066ee90607161930o44aa0cc2qabd41129f85d3630@mail.gmail.com> Date: Sun, 16 Jul 2006 22:30:58 -0400 From: Mark To: mina-dev@directory.apache.org Subject: what version of Log4J? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What version of Log4J should one use with MINA? I have been developing/testing with MINA version 0.9.5. I get the following exception when trying to run the EchoServer example using Log4J 1.2.13: Exception in thread "AnonymousIoService-2-1" java.lang.NoSuchMethodError: org.apache.log4j.Logger.isEnabledFor(Lorg/apache/log4j/Level;)Z at org.slf4j.impl.Log4jLoggerAdapter.isWarnEnabled(Log4jLoggerAdapter.java:239) at org.apache.mina.util.SessionLog.warn(SessionLog.java:99) at org.apache.mina.common.support.AbstractIoFilterChain.callNextExceptionCaught(AbstractIoFilterChain.java:566) at org.apache.mina.common.support.AbstractIoFilterChain.access$900(AbstractIoFilterChain.java:51) at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.exceptionCaught(AbstractIoFilterChain.java:782) at org.apache.mina.filter.thread.ThreadPoolFilter.processEvent(ThreadPoolFilter.java:248) at org.apache.mina.filter.thread.ThreadPoolFilter$ProcessEventsRunnable.run(ThreadPoolFilter.java:300) at org.apache.mina.filter.thread.LeaderFollowersThreadPool$Worker.run(LeaderFollowersThreadPool.java:319) Thanks. Mark