Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D90B19F41 for ; Thu, 12 Apr 2012 14:03:38 +0000 (UTC) Received: (qmail 77228 invoked by uid 500); 12 Apr 2012 14:03:38 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 77190 invoked by uid 500); 12 Apr 2012 14:03:38 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 77182 invoked by uid 99); 12 Apr 2012 14:03:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:03:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:03:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 76214367498 for ; Thu, 12 Apr 2012 14:03:17 +0000 (UTC) Date: Thu, 12 Apr 2012 14:03:17 +0000 (UTC) From: "J.W. Janssen (Created) (JIRA)" To: commits@ace.apache.org Message-ID: <1180724991.17244.1334239397503.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (ACE-258) RepositoryAdminImpl is not entirely threadsafe. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org RepositoryAdminImpl is not entirely threadsafe. ----------------------------------------------- Key: ACE-258 URL: https://issues.apache.org/jira/browse/ACE-258 Project: ACE Issue Type: Bug Reporter: J.W. Janssen Assignee: J.W. Janssen Sometimes, I see the following exception occur in my logs: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) at java.util.HashMap$EntryIterator.next(HashMap.java:834) at java.util.HashMap$EntryIterator.next(HashMap.java:832) at org.apache.ace.client.repository.impl.RepositorySet.isModified(RepositorySet.java:95) at org.apache.ace.client.repository.impl.RepositoryAdminImpl.isModified(RepositoryAdminImpl.java:305) at org.apache.ace.webui.vaadin.component.MainActionToolbar.handleEvent(MainActionToolbar.java:269) at org.apache.felix.eventadmin.impl.tasks.HandlerTaskImpl.execute(HandlerTaskImpl.java:87) at org.apache.felix.eventadmin.impl.tasks.SyncDeliverTasks$1.run(SyncDeliverTasks.java:234) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:680) It appears that RepositoryAdminImpl is not entirely threadsafe. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira