From dev-return-64094-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Mon Aug 09 16:09:17 2004 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 40004 invoked from network); 9 Aug 2004 16:09:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Aug 2004 16:09:17 -0000 Received: (qmail 14969 invoked by uid 500); 9 Aug 2004 16:09:13 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14761 invoked by uid 500); 9 Aug 2004 16:09:12 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14748 invoked by uid 99); 9 Aug 2004 16:09:12 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 09 Aug 2004 09:09:09 -0700 Received: (qmail 27259 invoked by uid 50); 9 Aug 2004 16:10:42 -0000 Date: 9 Aug 2004 16:10:42 -0000 Message-ID: <20040809161042.27258.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 30148] - Internal server Error X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=30148 Internal server Error ------- Additional Comments From lars.rottmann@vodafone.com 2004-08-09 16:10 ------- We also had this problem, occurring only under high load. It was caused by the StaticBucketMap from commons-collections used in the ECM. This class is said to be threadsafe but isn't. The issue was fixed with Cocoon 2.1.4 upwards by replacing the StaticBucketMap with a Hashtable/Hashmap (forgot which one).