Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C61B617EDF for ; Tue, 17 Mar 2015 07:07:39 +0000 (UTC) Received: (qmail 23688 invoked by uid 500); 17 Mar 2015 07:07:39 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 23628 invoked by uid 500); 17 Mar 2015 07:07:39 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 23578 invoked by uid 99); 17 Mar 2015 07:07:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 07:07:39 +0000 Date: Tue, 17 Mar 2015 07:07:39 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FELIX-2870) ConcurrentModificationException in gogo runtime MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-2870. ----------------------------------- > ConcurrentModificationException in gogo runtime > ----------------------------------------------- > > Key: FELIX-2870 > URL: https://issues.apache.org/jira/browse/FELIX-2870 > Project: Felix > Issue Type: Bug > Components: Gogo Runtime > Affects Versions: gogo.runtime-0.8.0 > Reporter: Derek Baum > Assignee: Derek Baum > Priority: Minor > Fix For: gogo.runtime-0.10.0 > > > java.util.ConcurrentModificationException > at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373) > at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392) > at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:391) > at org.apache.felix.gogo.runtime.CommandProcessorImpl.getCommand(CommandProcessorImpl.java:119) > at org.apache.felix.gogo.runtime.CommandSessionImpl.get(CommandSessionImpl.java:144) > at org.apache.felix.gogo.runtime.Closure.get(Closure.java:602) > at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:438) > at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:395) > at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) > at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89) > at org.apache.felix.gogo.shell.Activator.run(Activator.java:75) > at java.lang.Thread.run(Thread.java:680) -- This message was sent by Atlassian JIRA (v6.3.4#6332)