Closed Bug 1840654 Opened 2 years ago Closed 5 months ago

Internal server error doing log of file in ESR 102

Categories

(Developer Services :: Mercurial: hg.mozilla.org, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1425476

People

(Reporter: mkaply, Unassigned)

Details

Component: Searchfox → Mercurial: hg.mozilla.org
Product: Webtools → Developer Services
mod_wsgi (pid=9501): Exception occurred processing WSGI script '/repo_local/mozilla/webroot_wsgi/releases/hgweb.wsgi'.
Traceback (most recent call last):
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/context.py", line 279, in _fileinfo
    node, flag = mfl[self._changeset.manifest].find(path)
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/manifest.py", line 2122, in find
    return self.read().find(key)
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/manifest.py", line 486, in find
    return self._lm[key]
KeyError: 'No such manifest entry.'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/hgweb/hgwebdir_mod.py", line 381, in run_wsgi
    for r in self._runwsgi(req, res):
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/hgweb/hgweb_mod.py", line 354, in run_wsgi
    for r in self._runwsgi(req, res, repo):
  File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 423, in wrapped_runwsgi
    for what in orig(self, req, res, repo):
  File "/var/hg/version-control-tools/hgext/hgmo/__init__.py", line 843, in filelog
    for r in orig(web):
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/hgweb/webcommands.py", line 1082, in filelog
    fctx = webutil.filectx(web.repo, web.req)
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/hgweb/webutil.py", line 404, in filectx
    fctx = scmutil.revsymbol(repo, changeid)[path]
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/context.py", line 85, in __getitem__
    return self.filectx(key)
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/context.py", line 718, in filectx
    fileid = self.filenode(path)
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/context.py", line 288, in filenode
    return self._fileinfo(path)[0]
  File "/var/hg/venv_hgweb/lib64/python3.6/site-packages/mercurial/context.py", line 282, in _fileinfo
    self._node or b'None', path, _(b'not found in manifest')
mercurial.error.ManifestLookupError: toolkit/mozapps/downloads/tests/browser/browser_unknownContentType_policy.js@93e1268418d16fe5efa4f3b200c488492e5ded2d: not found in manifest
Status: NEW → RESOLVED
Closed: 5 months ago
Duplicate of bug: 1425476
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.