Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 590 invoked from network); 13 Jul 2009 14:09:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 14:09:11 -0000 Received: (qmail 78622 invoked by uid 500); 13 Jul 2009 14:09:20 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 78584 invoked by uid 500); 13 Jul 2009 14:09:20 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 78574 invoked by uid 99); 13 Jul 2009 14:09:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 14:09:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 14:09:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MQMD4-0000zO-8Z for users@activemq.apache.org; Mon, 13 Jul 2009 07:08:50 -0700 Message-ID: <24462411.post@talk.nabble.com> Date: Mon, 13 Jul 2009 07:08:50 -0700 (PDT) From: chu_man_fu To: users@activemq.apache.org Subject: Re: Getting Exception in thread "Persistence Adaptor Task" when hot deploy a war In-Reply-To: <23638192.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cem@bytron.com References: <23638192.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I get the same exceptions when I shut JBoss down. The exception list goes on for ages and there is no way of halting it. Did you find a solution? jinglei wrote: > > Here is the stack trace, > > 08:40:46,972 ERROR [STDERR] Exception in thread "Persistence Adaptor Task" > 08:40:46,972 ERROR [STDERR] java.lang.NullPointerException > 08:40:46,972 ERROR [STDERR] at > org.apache.log4j.LogManager.getLogger(LogManager.java:188) > 08:40:46,972 ERROR [STDERR] at > org.apache.log4j.Logger.getLogger(Logger.java:104) > 08:40:46,972 ERROR [STDERR] at > org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:289) > 08:40:46,972 ERROR [STDERR] at > org.apache.commons.logging.impl.Log4JLogger.isDebugEnabled(Log4JLogger.java:299) > 08:40:46,972 ERROR [STDERR] at > org.apache.activemq.store.amq.AMQPersistenceAdapter.doCheckpoint(AMQPersistenceAdapter.java:380) > 08:40:46,973 ERROR [STDERR] at > org.apache.activemq.store.amq.AMQPersistenceAdapter$1.iterate(AMQPersistenceAdapter.java:237) > 08:40:46,973 ERROR [STDERR] at > org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122) > 08:40:46,973 ERROR [STDERR] at > org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43) > 08:40:46,973 ERROR [STDERR] at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > 08:40:46,973 ERROR [STDERR] at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > 08:40:46,973 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619) > > This happens every time I tried to hot deploy my application war, which > uses an embedded ActiveMQ broker. I run on jboss 4.3.0CP02.FP1 with java > 1.6.0_13. Then I pretty much have to restart jboss to get the application > back to normal. > > > -- View this message in context: http://www.nabble.com/Getting-Exception-in-thread-%22Persistence-Adaptor-Task%22-when-hot-deploy-a-war-tp23638192p24462411.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.