Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 4646 invoked from network); 31 Jan 2008 20:16:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 20:16:41 -0000 Received: (qmail 70448 invoked by uid 500); 31 Jan 2008 20:16:31 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 70394 invoked by uid 500); 31 Jan 2008 20:16:31 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 70383 invoked by uid 99); 31 Jan 2008 20:16:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 12:16:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of williamstw@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 20:16:04 +0000 Received: by rv-out-0910.google.com with SMTP id c24so567124rvf.15 for ; Thu, 31 Jan 2008 12:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Tk+i0jiPpkFJz9BRFbisUGrt7TTdfQuE81+X7YHjHBg=; b=NVgL+9bbRM9w1Y5qNVSVUYzOPNruvP8WEjT+zAFPC4+ESLjmwN7jTWQcTX1Dfg0JAIttUoWhSu5G+PKfK6rT9NJ4mZktLtiF2rAEdUVgaqU1jR3HOq1tiEBYZh2LSofkXRfFfc2LmVVsg0iqBuuywC98xnb4A6rAUcTdEr6Eyrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wHcuVVHRX8IbxBXgMOc2l+P2hBjeO4WViVVFqS8LDb96oP5spKWrYEuAC6dDgXCXqobCPBt45qFi6vAKR1iGOQt87Fh5GR7wFztpEBk2WeIm6Jd4Jmk4Xx4Ug4bsUW4LP0WiD9qTlNFp8EgXzbV/T4dQBwdPBHoTctw90vp8BYU= Received: by 10.140.126.14 with SMTP id y14mr1810990rvc.169.1201810570227; Thu, 31 Jan 2008 12:16:10 -0800 (PST) Received: by 10.141.43.1 with HTTP; Thu, 31 Jan 2008 12:16:10 -0800 (PST) Message-ID: <499888440801311216s7621040agee15d0868e8bc716@mail.gmail.com> Date: Thu, 31 Jan 2008 15:16:10 -0500 From: "Tim Williams" To: dev@forrest.apache.org Subject: Re: Concurrency testing of the locationmap throws errors In-Reply-To: <1201803573.8350.29.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1201803573.8350.29.camel@localhost> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 31, 2008 1:19 PM, Thorsten Scherler wrote: > Hi all, > > I am ATM testing the dispatcher with jmeter and concurrent user. > > The problem that I encounter is that the locationmap is throwing an > error as soon as there are concurrent user. :( > > I have no clue ATM why that is happening but try > > > > > > with e.g. 10 user at the same time (Ramp-up time 0) and after you > freshly started forrest with skins or dispatcher. You will see 80% > failure with "Could not resolve locationmap". > > I am quite doomed ATM since I had to finish my project yesterday and > after the last jmeter tests I cannot hand in the code. > > Please if you have any idea what the problem can be let us now. > > TIA What are the errors? Stacktrace, etc? --tim