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 6CBD310BC4 for ; Wed, 19 Jun 2013 08:09:04 +0000 (UTC) Received: (qmail 20366 invoked by uid 500); 19 Jun 2013 08:08:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20296 invoked by uid 500); 19 Jun 2013 08:08:50 -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 20287 invoked by uid 99); 19 Jun 2013 08:08:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 08:08:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of manuel.lenormand@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 08:08:40 +0000 Received: by mail-wg0-f43.google.com with SMTP id z11so4292772wgg.22 for ; Wed, 19 Jun 2013 01:08:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dzABjNezSMc+/IUo1KOGjSyq2yCUynTW/LU5+GmmkSU=; b=RDhkcKvhK/iI19IyWvLX7RW5vFIl3JVey+i6d/lIoqrlbOdlYbXMwyY+ECTDRXt0XT OFPOhnqWf3G/A0BDD+bHaV3o8ZfjhK1CHbH4mUhadHlLpNeBTMycBFogwAh4JAJ5GllL oWZuTKMeRc13JwvFQiOSJksjQb3s5oMYG/4XkTTp4dh1Xyh0O9dQHmfwexVSSyDMvjOM 0lxodwVrV2WAxPwNPu3n4Ag66EF/EaIAFwYHPW8Mf2YkYF/KKTilaOqzKWFUijigJbZ7 I4WK7THfF/I64c8zKV/5nzPXtnicOA/8mZceNSFecqYLp/USRwysKVBw7u8QDXMIzvgL 2zIw== MIME-Version: 1.0 X-Received: by 10.180.187.209 with SMTP id fu17mr1136859wic.52.1371629299342; Wed, 19 Jun 2013 01:08:19 -0700 (PDT) Received: by 10.194.158.39 with HTTP; Wed, 19 Jun 2013 01:08:19 -0700 (PDT) Received: by 10.194.158.39 with HTTP; Wed, 19 Jun 2013 01:08:19 -0700 (PDT) Date: Wed, 19 Jun 2013 11:08:19 +0300 Message-ID: Subject: Http.noHttpResponseException From: Manuel LeNormand To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=001a11c269ac26a3c104df7d5567 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c269ac26a3c104df7d5567 Content-Type: text/plain; charset=ISO-8859-1 Hey folks, On load testinf for my Solr cloud servers on tomcat 7 i get after a while an exception caused by org.apache.http.noHttpResponseException: the target server failed to respond. Is this a tomcqt timeout error? Shiuld i raise the connector timeout in the server.xml or the session timeout in the web.xml session config. Thanks, Manu --001a11c269ac26a3c104df7d5567--