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)