Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1265

Webconnector Bigcrawl test sometimes fails due to a NoHttpResponse exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 2.3
    • ManifoldCF 2.3
    • Web connector
    • None

    Description

      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:

            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);
            }
      

      Not clear how long that this has taken place; it may depend sensitively on the version of httpclient that's in use.

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            kwright@metacarta.com Karl Wright
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: