Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 91560 invoked from network); 25 Feb 2009 20:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 20:19:24 -0000 Received: (qmail 77954 invoked by uid 500); 25 Feb 2009 20:19:23 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 77935 invoked by uid 500); 25 Feb 2009 20:19:23 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 77917 invoked by uid 99); 25 Feb 2009 20:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 12:19:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 20:19:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13014234C4A8 for ; Wed, 25 Feb 2009 12:19:02 -0800 (PST) Message-ID: <409831079.1235593142076.JavaMail.jira@brutus> Date: Wed, 25 Feb 2009 12:19:02 -0800 (PST) From: "Ate Douma (JIRA)" To: jetspeed-dev@portals.apache.org Subject: [jira] Commented: (JS2-931) ConcurrentModificationException Exception in SessionNavigationalState In-Reply-To: <1327154951.1235145122253.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JS2-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676761#action_12676761 ] Ate Douma commented on JS2-931: ------------------------------- Yes, we encountered this on a Websphere 6.1.0.9 installation using the latest 2.1.2-postrelease branch with parallel rendering enabled. Stacktrace: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:842) at java.util.HashMap$KeyIterator.next(HashMap.java:878) at org.apache.jetspeed.container.state.impl.PortletWindowSessionNavigationalStates.sync(PortletWindowSessionNavigationalStates.java:235) at org.apache.jetspeed.container.state.impl.SessionNavigationalState.sync(SessionNavigationalState.java:123) at org.apache.jetspeed.container.state.impl.SessionFullExtendedNavigationalState.sync(SessionFullExtendedNavigationalState.java:84) at org.apache.jetspeed.container.ContainerValve.invoke(ContainerValve.java:76) > ConcurrentModificationException Exception in SessionNavigationalState > --------------------------------------------------------------------- > > Key: JS2-931 > URL: https://issues.apache.org/jira/browse/JS2-931 > Project: Jetspeed 2 > Issue Type: Bug > Components: Container > Affects Versions: 2.1.2, 2.1.3, 2.2-M1 > Environment: Jetspeed 2.1.2 > Reporter: Vivek Kumar > Assignee: Vivek Kumar > Priority: Minor > > This issue can only be reproduced if a user very rapidly interacts with the same portal page without waiting for the previous interaction to be completed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org