Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 52817 invoked from network); 23 Aug 2006 16:15:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 16:15:05 -0000 Received: (qmail 73235 invoked by uid 500); 23 Aug 2006 16:14:58 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 73215 invoked by uid 500); 23 Aug 2006 16:14:58 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 73168 invoked by uid 99); 23 Aug 2006 16:14:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 09:14:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.100.65.198] (HELO BUTTHEAD.daxtechnologies.com) (66.100.65.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 09:14:56 -0700 Received: from BEAVIS.daxtechnologies.com ([192.168.0.1]) by BUTTHEAD.daxtechnologies.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 23 Aug 2006 12:12:56 -0400 Received: from [192.168.0.34] ([192.168.0.34]) by BEAVIS.daxtechnologies.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 23 Aug 2006 12:12:56 -0400 Message-ID: <44EC7EE9.3040703@daxtechnologies.com> Date: Wed, 23 Aug 2006 12:14:33 -0400 From: Adrian Tarau User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: Clear queue exception Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Aug 2006 16:12:56.0656 (UTC) FILETIME=[FEC58D00:01C6C6CE] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got this exception when I tried to clear a queue(I'm in the same process so I have access to the queue directly). java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:617) at java.util.LinkedList$ListItr.remove(LinkedList.java:585) at org.apache.activemq.broker.region.Queue.purge(Queue.java:578)