[
https://issues.apache.org/jira/browse/CONNECTORS-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright updated CONNECTORS-1265:
------------------------------------
Assignee: Karl Wright
Affects Version/s: ManifoldCF 2.3
Fix Version/s: ManifoldCF 2.4
Component/s: Web connector
> 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
> Components: Web connector
> Affects Versions: ManifoldCF 2.3
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.4
>
>
> 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)