Skip to content

Instantly share code, notes, and snippets.

@mzabsky
Created June 20, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzabsky/4f73a3153659369abec4ad4dbc84b6a7 to your computer and use it in GitHub Desktop.
Save mzabsky/4f73a3153659369abec4ad4dbc84b6a7 to your computer and use it in GitHub Desktop.
2019-06-20 09:44:15.016 INFO [rhodecode.lib.middleware.request_wrapper] IP: 10.0.2.2 GET Request to /docs/files/558d18c7fad7a8ef5b175b1a1eb91acfbe422f13/how_to_upgrade.txt time: 0.067s [Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0]
[20/Jun/2019:09:44:15 +0200] GNCRN <1981> 127.0.0.1 rqt:0.069413 500 3387 "GET:/docs/files/558d18c7fad7a8ef5b175b1a1eb91acfbe422f13/how_to_upgrade.txt _pjax=%23pjax-container" usr:- "http://localhost:85/docs/files/tip/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
2019-06-20 09:44:15.088 INFO [rhodecode.lib.auth] user <AuthUser('id:2[admin] ip:10.0.2.2 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func RepoFilesView:repo_files
2019-06-20 09:44:15.127 ERROR [rhodecode.config.middleware] error occurred handling this request for path: /docs/files/558d18c7fad7a8ef5b175b1a1eb91acfbe422f13/how_to_upgrade.txt
Traceback (most recent call last):
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/tweens.py", line 41, in excview_tween
response = handler(request)
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/router.py", line 148, in handle_request
registry, request, context, context_iface, view_name
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/view.py", line 657, in _call_view
response = view_callable(context, request)
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/config/views.py", line 188, in attr_view
return view(context, request)
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/config/views.py", line 214, in predicate_wrapper
return view(context, request)
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/viewderivers.py", line 401, in viewresult_to_response
result = view(context, request)
File "/opt/rhodecode/store/98nqg9sak7d1if134kfldiz507dkfild-python2.7-pyramid-1.10.1/lib/python2.7/site-packages/pyramid/viewderivers.py", line 132, in _class_view
response = getattr(inst, attr)()
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/auth.py", line 2352, in local_wrapper
return wrapper(func, *args, **kwds)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/auth.py", line 1665, in __wrapper
return func(*fargs, **fkwargs)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/auth.py", line 2352, in local_wrapper
return wrapper(func, *args, **kwds)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/auth.py", line 1739, in __wrapper
return func(*fargs, **fkwargs)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/apps/repository/views/repo_files.py", line 601, in repo_files
c.file_last_commit = c.file.last_commit
File "/opt/rhodecode/store/rq6n4kdw9z8d44km9njnr5rxxyh01p4h-python2.7-zope.cachedescriptors-4.3.1/lib/python2.7/site-packages/zope/cachedescriptors/property.py", line 106, in __get__
value = func(inst)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/nodes.py", line 436, in last_commit
return self.commit.get_path_commit(self.path, pre_load=pre_load)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/backends/base.py", line 1039, in get_path_commit
commits = self.get_path_history(path, limit=1, pre_load=pre_load)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/backends/hg/commit.py", line 261, in get_path_history
hist = self._remote.node_history(self.idx, path, limit)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 130, in f
return self._call(name, *args, **kwargs)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 152, in _call_with_logging
return RemoteRepo._call(self, name, *args, **kwargs)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/exceptions.py", line 183, in wrapper
return func(*args, **kwargs)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 146, in _call
return _remote_call(self.url, payload, EXCEPTIONS_MAP, self._session)
File "/opt/rhodecode/store/khmw04fzpjqmckrn03ndzkl6zykd5zbi-python2.7-rhodecode-enterprise-ce-4.16.2/lib/python2.7/site-packages/rhodecode/lib/vcs/client_http.py", line 245, in _remote_call
raise exc
Exception: 'HgRemote' object has no attribute 'node_history'
+--- This exception occured remotely on VCSServer - Remote traceback:
Traceback (most recent call last):
File "/opt/rhodecode/store/7jp0n29fpwmpj8ywbzx9f3k401la3glf-python2.7-rhodecode-vcsserver-4.10.4/lib/python2.7/site-packages/vcsserver/http_main.py", line 244, in vcs_view
resp = getattr(remote, method)(*args, **kwargs)
AttributeError: 'HgRemote' object has no attribute 'node_history'
+--- End of remote traceback
2019-06-20 09:44:15.134 INFO [rhodecode.lib.middleware.request_wrapper] IP: 10.0.2.2 GET Request to /docs/files/558d18c7fad7a8ef5b175b1a1eb91acfbe422f13/how_to_upgrade.txt time: 0.076s [Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0]
[20/Jun/2019:09:44:15 +0200] GNCRN <1980> 127.0.0.1 rqt:0.079129 500 3387 "GET:/docs/files/558d18c7fad7a8ef5b175b1a1eb91acfbe422f13/how_to_upgrade.txt " usr:- "http://localhost:85/docs/files/tip/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment