Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8DA910941 for ; Sat, 12 Dec 2015 19:48:46 +0000 (UTC) Received: (qmail 58685 invoked by uid 500); 12 Dec 2015 19:48:46 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 58630 invoked by uid 500); 12 Dec 2015 19:48:46 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 58612 invoked by uid 99); 12 Dec 2015 19:48:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Dec 2015 19:48:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A4A32C14F9 for ; Sat, 12 Dec 2015 19:48:46 +0000 (UTC) Date: Sat, 12 Dec 2015 19:48:46 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CONNECTORS-1265) Webconnector Bigcrawl test sometimes fails due to a NoHttpResponse exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Karl Wright created CONNECTORS-1265: --------------------------------------- Summary: Webconnector Bigcrawl test sometimes fails due to a NoHttpResponse exception Key: CONNECTORS-1265 URL: https://issues.apache.org/jira/browse/CONNECTORS-1265 Project: ManifoldCF Issue Type: Bug Reporter: Karl Wright Not sure under what conditions this occurs; the same test succeeds under HSQLDB, so it appears to be timing related. But the http connection created during the test seems to get whacked once in a while, and needs to retry, which occurs at an interval of 15 minutes: {code} catch (NoHttpResponseException e) { throwable = e; long currentTime = System.currentTimeMillis(); throw new ServiceInterruption("Timed out waiting for response for '"+myUrl+"': "+e.getMessage(), e, currentTime + TIME_15MIN, currentTime + TIME_2HRS,-1,false); } {code} Not clear how long that this has taken place; it may depend sensitively on the version of httpclient that's in use. -- This message was sent by Atlassian JIRA (v6.3.4#6332)