dragonresearch / rpki.net

Dragon Research Labs rpki.net RPKI toolkit
53 stars 30 forks source link

newca0 - rcynic: Future exception was never retrieved #816

Open sraustein opened 8 years ago

sraustein commented 8 years ago

regularly logged

{{{ May 4 21:01:07 newca0 rcynic[28833]: Future exception was never retrieved: Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#012 File "/usr/bin/rcynic", line 987, in _rrdp_fetch_data_file#012 retrieval, response = yield self._https_fetch_url(url, lambda data: (sha256.update(data), xml_file.write(data)))#012 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#012 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#012 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#012 File "/usr/bin/rcynic", line 913, in _https_fetch_url#012 request_timeout = args.https_timeout)#012 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#012 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#012 File "", line 3, in raise_exc_info#012HTTPError: HTTP 404: Not Found }}}

Trac ticket #810 component rcynic priority minor, owner None, created by randy on 2016-05-05T07:12:08Z, last modified 2016-05-06T03:22:24Z

sraustein commented 8 years ago

HTTP 404 error retrieving something, not enough context to say what, but "Future exception never retrieved" suggests that we had already given up on that connection for other reasons.

Trac comment by sra on 2016-05-06T03:22:24Z