Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 74475 invoked from network); 15 Oct 2007 09:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 09:18:43 -0000 Received: (qmail 7479 invoked by uid 500); 15 Oct 2007 09:18:31 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 7456 invoked by uid 500); 15 Oct 2007 09:18:31 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 7447 invoked by uid 99); 15 Oct 2007 09:18:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 02:18:31 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG 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, 15 Oct 2007 09:18:33 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IhM5V-0008GJ-3S for dev@activemq.apache.org; Mon, 15 Oct 2007 02:18:13 -0700 Message-ID: <13209331.post@talk.nabble.com> Date: Mon, 15 Oct 2007 02:18:13 -0700 (PDT) From: Motl To: dev@activemq.apache.org Subject: error stopping broker MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: motl@orcsoftware.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I got an error while stopping embedded broker: 15.10.2007 11:10:15 org.apache.activemq.broker.BrokerService stop INFO: ActiveMQ Message Broker (localhost, ID:sunrise-1826-1192432151093-1:0) is shutting down 15.10.2007 11:10:16 org.apache.activemq.broker.TransportConnector stop INFO: Connector tcp://sunrise:61616 Stopped 15.10.2007 11:10:16 org.apache.activemq.broker.TransportConnector stop INFO: Connector vm://localhost Stopped 15.10.2007 11:10:16 org.apache.activemq.util.ServiceStopper logError SEVERE: Could not stop service: org.apache.activemq.store.journal.JournalPersistenceAdapter@15fb38. Reason: java.lang.ClassCastException: org.apache.activemq.store.journal.JournalPersistenceAdapter$1 java.lang.ClassCastException: org.apache.activemq.store.journal.JournalPersistenceAdapter$1 at edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.compareTo(ScheduledThreadPoolExecutor.java:189) at edu.emory.mathcs.backport.java.util.PriorityQueue.remove(PriorityQueue.java:507) at edu.emory.mathcs.backport.java.util.concurrent.DelayQueue.remove(DelayQueue.java:379) at edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.remove(ScheduledThreadPoolExecutor.java:707) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.remove(ThreadPoolExecutor.java:1582) at org.apache.activemq.thread.Scheduler.cancel(Scheduler.java:55) at org.apache.activemq.store.journal.JournalPersistenceAdapter.stop(JournalPersistenceAdapter.java:238) at org.apache.activemq.util.ServiceStopper.stop(ServiceStopper.java:42) at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:443) at src.EmbeddedBrokerTest.stopBroker(EmbeddedBrokerTest.java:19) at src.EmbeddedBrokerTest.main(EmbeddedBrokerTest.java:53) 15.10.2007 11:10:16 org.apache.activemq.broker.BrokerService stop INFO: ActiveMQ JMS Message Broker (localhost, ID:sunrise-1826-1192432151093-1:0) stopped error occured: org.apache.activemq.store.journal.JournalPersistenceAdapter$1 -- View this message in context: http://www.nabble.com/error-stopping-broker-tf4625679s2354.html#a13209331 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.