Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. 2015-09-03 12:53:40.487 INFO [rhodecode.lib.utils] Logging action:started_following_repo on <RepoTemp('id:5')> by user:<User('id:3:user')> ip:192.168.4.121
  2. 2015-09-03 12:53:40.508 INFO [rhodecode.lib.utils] Logging action:user_created_repo on TestRepo by user:<User('id:3:user')> ip:192.168.4.121
  3. 2015-09-03 12:53:40.543 INFO [rhodecode.model.repo] creating repo TestRepo in /home/rhodecode/repos/TestRepo from url: `http://user:XXXXX@hg.source.de/sysadmin/TestRepo`
  4. 2015-09-03 12:53:43.696 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /_admin/repos time: 21.173s
  5. 2015-09-03 12:53:43.763 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /TestRepo/repo_creating [admin/repos.repo_creating]
  6. 2015-09-03 12:53:43.794 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func ReposController:__before__
  7. 2015-09-03 12:53:43.900 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func ReposController:repo_creating
  8. 2015-09-03 12:53:43.941 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /TestRepo/repo_creating time: 0.234s
  9. 2015-09-03 12:53:44.270 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /TestRepo/crepo_check [admin/repos.repo_check]
  10. 2015-09-03 12:53:44.297 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func ReposController:__before__
  11. 2015-09-03 12:53:44.422 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func ReposController:repo_check
  12. 2015-09-03 12:53:44.456 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /TestRepo/crepo_check time: 0.241s
  13. 2015-09-03 12:53:44.546 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /TestRepo [summary.index]
  14. 2015-09-03 12:53:44.691 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func SummaryController:index
  15. Error - <type 'exceptions.TypeError'>: __new__() takes exactly 3 arguments (2 given)
  16. URL: http://hg.target.de/TestRepo
  17. File '/opt/rhodecode/store/4awiprfqs8sg65b6r45rp214ycfbylab-python2.7-WebError-0.10.3/lib/python2.7/site-packages/weberror/errormiddleware.py', line 162 in __call__
  18. app_iter = self.application(environ, sr_checker)
  19. File '/opt/rhodecode/store/05h54mqfk3krpzqqb618jr3n6qim7ixd-python2.7-Beaker-1.7.0/lib/python2.7/site-packages/beaker/middleware.py', line 155 in __call__
  20. return self.wrap_app(environ, session_start_response)
  21. File '/opt/rhodecode/store/czjm7r1lv8dcgyrwyrs0xqh53z02x8yw-python2.7-Routes-1.13/lib/python2.7/site-packages/routes/middleware.py', line 131 in __call__
  22. response = self.app(environ, start_response)
  23. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/wsgiapp.py', line 103 in __call__
  24. response = self.dispatch(controller, environ, start_response)
  25. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/wsgiapp.py', line 313 in dispatch
  26. return controller(environ, start_response)
  27. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/lib/base.py', line 458 in __call__
  28. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/controllers/core.py', line 214 in __call__
  29. response = self._dispatch_call()
  30. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/controllers/core.py', line 164 in _dispatch_call
  31. response = self._inspect_call(func)
  32. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/controllers/core.py', line 107 in _inspect_call
  33. result = self._perform_call(func, args)
  34. File '/opt/rhodecode/store/vb3ljla9rx3jzdsiy6iq0i31g2kaf8b9-python2.7-Pylons-1.0.1/lib/python2.7/site-packages/pylons/controllers/core.py', line 57 in _perform_call
  35. return func(**args)
  36. File '<string>', line 2 in index
  37. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/lib/auth.py', line 1093 in __wrapper
  38. File '<string>', line 2 in index
  39. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/lib/auth.py', line 1189 in __wrapper
  40. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/controllers/summary.py', line 110 in index
  41. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/controllers/changelog.py', line 55 in _load_changelog_summary
  42. File '/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/lib/helpers.py', line 1060 in __init__
  43. File 'rhodecode/lib/vcs/backends/base.py', line 1362 in __iter__ (rhodecode/lib/vcs/backends/base.c:24014)
  44. File 'rhodecode/lib/vcs/backends/base.py', line 1368 in rhodecode.lib.vcs.backends.base.CollectionGenerator._commit_factory (rhodecode/lib/vcs/backends/base.c:24192)
  45. File 'rhodecode/lib/vcs/backends/hg/repository.py', line 424 in rhodecode.lib.vcs.backends.hg.repository.MercurialRepository.get_commit (rhodecode/lib/vcs/backends/hg/repository.c:9606)
  46. File 'rhodecode/lib/vcs/backends/hg/commit.py', line 54 in rhodecode.lib.vcs.backends.hg.commit.MercurialCommit.__init__ (rhodecode/lib/vcs/backends/hg/commit.c:1624)
  47. File 'rhodecode/lib/vcs/backends/hg/commit.py', line 67 in rhodecode.lib.vcs.backends.hg.commit.MercurialCommit._set_bulk_properties (rhodecode/lib/vcs/backends/hg/commit.c:1939)
  48. File 'rhodecode/lib/vcs/exceptions.py', line 159 in rhodecode.lib.vcs.exceptions.map_vcs_exceptions.wrapper (rhodecode/lib/vcs/exceptions.c:1069)
  49. File 'rhodecode/lib/vcs/exceptions.py', line 137 in rhodecode.lib.vcs.exceptions.map_vcs_exceptions.wrapper (rhodecode/lib/vcs/exceptions.c:920)
  50. File 'rhodecode/lib/vcs/client.py', line 115 in rhodecode.lib.vcs.client._wrap_remote_call.caller (rhodecode/lib/vcs/client.c:3141)
  51. File '/opt/rhodecode/store/8ss61p9swrj9mw8x08q2cnsy9sc15rql-python2.7-Pyro4-4.35/lib/python2.7/site-packages/Pyro4/core.py', line 168 in __call__
  52. return self.__send(self.__name, args, kwargs)
  53. File '/opt/rhodecode/store/8ss61p9swrj9mw8x08q2cnsy9sc15rql-python2.7-Pyro4-4.35/lib/python2.7/site-packages/Pyro4/core.py', line 391 in _pyroInvoke
  54. data = serializer.deserializeData(msg.data, compressed=msg.flags & message.FLAGS_COMPRESSED)
  55. File '/opt/rhodecode/store/8ss61p9swrj9mw8x08q2cnsy9sc15rql-python2.7-Pyro4-4.35/lib/python2.7/site-packages/Pyro4/util.py', line 162 in deserializeData
  56. return self.loads(data)
  57. File '/opt/rhodecode/store/8ss61p9swrj9mw8x08q2cnsy9sc15rql-python2.7-Pyro4-4.35/lib/python2.7/site-packages/Pyro4/util.py', line 412 in loads
  58. return pickle.loads(data)
  59. TypeError: __new__() takes exactly 3 arguments (2 given)
  60.  
  61.  
  62. CGI Variables
  63. -------------
  64. HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'
  65. HTTP_ACCEPT_ENCODING: 'gzip, deflate, sdch'
  66. HTTP_ACCEPT_LANGUAGE: 'de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4'
  67. HTTP_CONNECTION: 'close'
  68. HTTP_COOKIE: 'enterprise-1=cd63f1829be93f5986e6c8f5a4154609c5dc82f03242393d4315420791ce0502ee195b75'
  69. HTTP_HOST: 'hg.target.de'
  70. HTTP_PROXY_HOST: 'rc'
  71. HTTP_REFERER: 'http://hg.target.de/TestRepo/repo_creating?task_id=None'
  72. HTTP_UPGRADE_INSECURE_REQUESTS: '1'
  73. HTTP_USER_AGENT: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'
  74. HTTP_X_FORWARDED_FOR: '192.168.4.121'
  75. HTTP_X_HOST: 'hg.target.de'
  76. HTTP_X_REAL_IP: '192.168.4.121'
  77. HTTP_X_URL_SCHEME: 'http'
  78. PATH_INFO: '/TestRepo'
  79. RAW_URI: '/TestRepo'
  80. REMOTE_ADDR: '127.0.0.1'
  81. REMOTE_PORT: '34269'
  82. REQUEST_METHOD: 'GET'
  83. SERVER_NAME: '127.0.0.1'
  84. SERVER_PORT: '10002'
  85. SERVER_PROTOCOL: 'HTTP/1.0'
  86. SERVER_SOFTWARE: 'gunicorn/19.3.0'
  87.  
  88.  
  89. WSGI Variables
  90. --------------
  91. application: <beaker.middleware.SessionMiddleware object at 0x7f07848e2cd0>
  92. beaker.get_session: <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x7f07848e2cd0>>
  93. beaker.session: {'csrf_token': '8c2b0f6498131e04cdff379f043f18ac0b78a5c0', '_creation_time': 1441283108.799863, '_accessed_time': 1441284824.502399, 'rhodecode_user': {'username': u'user', 'is_authenticated': True, 'user_id': 3, 'password': 'ce06833b897376221dd0d0d4d0f508b6'}, 'flash': [('success', u'Repository TestRepo von http://user:*****@hg.source.de/sysadmin/TestRepo erstellt')]}
  94. gunicorn.socket: <socket._socketobject object at 0x7f07819621a0>
  95. paste.registry: <paste.registry.Registry object at 0x7f07819fea50>
  96. paste.throw_errors: True
  97. pylons.action_method: <bound method SummaryController.index of <rhodecode.controllers.summary.SummaryController object at 0x7f0781891dd0>>
  98. pylons.controller: <rhodecode.controllers.summary.SummaryController object at 0x7f0781891dd0>
  99. pylons.environ_config: {'cache': 'beaker.cache', 'session': 'beaker.session'}
  100. pylons.log_debug: True
  101. pylons.pylons: <pylons.util.PylonsContext object at 0x7f0781886fd0>
  102. pylons.routes_dict: {'action': u'index', 'repo_name': u'TestRepo', 'controller': u'summary'}
  103. routes.route: <routes.route.Route object at 0x7f07851ae310>
  104. routes.url: <routes.util.URLGenerator object at 0x7f0781886210>
  105. webob._parsed_query_vars: (GET([]), '')
  106. wsgi process: 'Multiprocess'
  107. wsgi._org_proto: 'http'
  108. wsgi.file_wrapper: <class 'gunicorn.http.wsgi.FileWrapper'>
  109. wsgiorg.routing_args: (<routes.util.URLGenerator object at 0x7f0781886210>, {'action': u'index', 'repo_name': u'TestRepo', 'controller': u'summary'})
  110. ------------------------------------------------------------
  111. 2015-09-03 12:53:44.782 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /TestRepo time: 0.313s
  112. 2015-09-03 12:53:44.832 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /TestRepo [error.document]
  113. 2015-09-03 12:53:44.844 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /TestRepo time: 0.062s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement