Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. Started GET "/gitlab/<user>/test_project.git/info/refs?service=git-receive-pack" for 127.0.0.1 at 2016-01-21 11:46:38 +0000
  2. Started GET "/gitlab/<user>/test_project.git/info/refs?service=git-receive-pack" for 127.0.0.1 at 2016-01-21 11:46:42 +0000
  3. Started GET "/gitlab/<user>/test_project.git/info/refs?service=git-receive-pack" for 127.0.0.1 at 2016-01-21 11:46:42 +0000
  4. Started GET "/gitlab/<user>/test_project.git/HEAD" for 127.0.0.1 at 2016-01-21 11:46:42 +0000
  5. Started PROPFIND "/gitlab/<user>/test_project.git/" for 127.0.0.1 at 2016-01-21 11:46:42 +0000
  6.  
  7. ActionController::RoutingError (No route matches [PROPFIND] "/<user>/test_project.git"):
  8. vendor/bundle/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  9. vendor/bundle/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  10. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/logger.rb:38:in `call_app'
  11. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/logger.rb:20:in `block in call'
  12. vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/tagged_logging.rb:68:in `block in tagged'
  13. vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/tagged_logging.rb:26:in `tagged'
  14. vendor/bundle/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/tagged_logging.rb:68:in `tagged'
  15. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/logger.rb:20:in `call'
  16. vendor/bundle/ruby/2.1.0/gems/request_store-1.2.1/lib/request_store/middleware.rb:8:in `call'
  17. vendor/bundle/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/request_id.rb:21:in `call'
  18. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'
  19. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'
  20. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'
  21. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'
  22. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine.rb:518:in `call'
  23. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application.rb:165:in `call'
  24. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie.rb:194:in `public_send'
  25. vendor/bundle/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie.rb:194:in `method_missing'
  26. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/urlmap.rb:66:in `block in call'
  27. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `each'
  28. vendor/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `call'
  29. vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.3/lib/unicorn/http_server.rb:576:in `process_client'
  30. vendor/bundle/ruby/2.1.0/gems/unicorn-worker-killer-0.4.4/lib/unicorn/worker_killer.rb:52:in `process_client'
  31. vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.3/lib/unicorn/http_server.rb:670:in `worker_loop'
  32. vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.3/lib/unicorn/http_server.rb:525:in `spawn_missing_workers'
  33. vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.3/lib/unicorn/http_server.rb:140:in `start'
  34. vendor/bundle/ruby/2.1.0/gems/unicorn-4.8.3/bin/unicorn_rails:209:in `<top (required)>'
  35. vendor/bundle/ruby/2.1.0/bin/unicorn_rails:23:in `load'
  36. vendor/bundle/ruby/2.1.0/bin/unicorn_rails:23:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement