Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AB2B7BA2 for ; Wed, 21 Dec 2011 22:40:38 +0000 (UTC) Received: (qmail 89382 invoked by uid 500); 21 Dec 2011 22:40:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 89223 invoked by uid 500); 21 Dec 2011 22:40:35 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 89210 invoked by uid 99); 21 Dec 2011 22:40:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 22:40:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hassan.schroeder@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 22:40:28 +0000 Received: by wibhm2 with SMTP id hm2so2838037wib.18 for ; Wed, 21 Dec 2011 14:40:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=12Np2Nm4ZQyngwRydulsD/RUdo6Dy993BexBZdNvkKw=; b=mcZFYHwAmxcTmr152s3x+cCN3Ln21D1b7///yK2OrWEDY6JYRixJ0mmr1hrH9MmBKS rLjIUXHMv3lGVdEaOz9un2K9LmogpJznY9KXxYCux9aqZN/wlobLt6Iar5w46UNVcC+S T3nP6llEcsUGgCzmFL1HvU9HvTukhNEL7cYfc= MIME-Version: 1.0 Received: by 10.180.101.35 with SMTP id fd3mr8110266wib.22.1324507208595; Wed, 21 Dec 2011 14:40:08 -0800 (PST) Received: by 10.223.125.132 with HTTP; Wed, 21 Dec 2011 14:40:08 -0800 (PST) In-Reply-To: References: Date: Wed, 21 Dec 2011 14:40:08 -0800 Message-ID: Subject: Re: Login fails, then works subsequently (Tomcat 7) From: Hassan Schroeder To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 21, 2011 at 2:23 PM, Jerry Malcolm <2ndgenfilms@gmail.com> wrote: > Here is the line from in server.xml: No "testWhileIdle" / "validationQuery" settings? 10 to 1 you've got stale connections in your pool; first try fails, second one gets a fresh connection and away you go. Just a WAG -- no idea why you'd only see this after upgrading. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com http://about.me/hassanschroeder twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org