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 3.03 KB | None | 0 0
  1. 2015-09-03 12:51:07.769 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /testing/add/0/ [files.add_home]
  2. 2015-09-03 12:51:07.859 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func FilesController:add_home
  3. 2015-09-03 12:51:07.973 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /testing/add/0/ time: 0.310s
  4. 2015-09-03 12:51:13.728 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /testing/add/0/ [files.add]
  5. 2015-09-03 12:51:13.820 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func FilesController:add
  6. 2015-09-03 12:51:13.928 ERROR [rhodecode.controllers.files] Während des Committens trat ein Fehler auf
  7. Traceback (most recent call last):
  8. File "/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/controllers/files.py", line 602, in add
  9. File "rhodecode/model/scm.py", line 629, in rhodecode.model.scm.ScmModel.create_nodes (rhodecode/model/scm.c:15197)
  10. File "rhodecode/lib/vcs/backends/hg/inmemory.py", line 79, in rhodecode.lib.vcs.backends.hg.inmemory.MercurialInMemoryCommit.commit (rhodecode/lib/vcs/backends/hg/inmemory.c:1771)
  11. File "rhodecode/lib/vcs/exceptions.py", line 157, in rhodecode.lib.vcs.exceptions.map_vcs_exceptions.wrapper (rhodecode/lib/vcs/exceptions.c:1053)
  12. RepositoryError
  13. 2015-09-03 12:51:13.934 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /testing/add/0/ time: 0.317s
  14. 2015-09-03 12:51:14.054 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /testing/changeset/tip [changeset.index]
  15. 2015-09-03 12:51:14.137 INFO [rhodecode.lib.auth] user <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> authenticating with:RHODECODE_AUTH IS authenticated on func ChangesetController:index
  16. 2015-09-03 12:51:14.179 ERROR [rhodecode.controllers.changeset] General failure
  17. Traceback (most recent call last):
  18. File "/opt/rhodecode/store/6wk4ly20g0ag6nmwgb8ymakck2akha0w-python2.7-RhodeCodeEnterprise-3.5.0/lib/python2.7/site-packages/rhodecode/controllers/changeset.py", line 167, in _index
  19. File "rhodecode/lib/vcs/backends/hg/repository.py", line 418, in rhodecode.lib.vcs.backends.hg.repository.MercurialRepository.get_commit (rhodecode/lib/vcs/backends/hg/repository.c:9503)
  20. EmptyRepositoryError: There are no commits yet
  21. 2015-09-03 12:51:14.185 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /testing/changeset/tip time: 0.232s
  22. 2015-09-03 12:51:14.245 INFO [rhodecode.lib.base] IP: 192.168.4.121 User: <AuthUser('id:3[user] ip:192.168.4.121 auth:True')> accessed /testing/changeset/tip [error.document]
  23. 2015-09-03 12:51:14.260 INFO [rhodecode.lib.middleware.wrapper] IP: 192.168.4.121 Request to /testing/changeset/tip time: 0.074s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement