Created
January 11, 2014 02:28
-
-
Save ayumin/8366239 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-01-11T02:23:47.857275+00:00 heroku[router]: at=info method=GET path=/javascripts/application.js?1389338402 host=bugs.ruby-lang.org fwd="24.240.165.101" dyno=web.1 connect=1ms service=5ms status=200 bytes=16823 | |
2014-01-11T02:23:49.223769+00:00 heroku[router]: at=info method=GET path=/projects/1/issues?page=5&sort=id%3Adesc%2Cstatus%2Cassigned_to host=bugs.ruby-lang.org fwd="61.135.189.172" dyno=web.1 connect=2ms service=5ms status=301 bytes=0 | |
2014-01-11T02:24:54.099830+00:00 app[web.1]: Started GET "/projects/ruby-trunk/repository" for 27.120.225.209 at 2014-01-11 02:24:54 +0000 | |
2014-01-11T02:24:54.104905+00:00 app[web.1]: Processing by RepositoriesController#show as HTML | |
2014-01-11T02:24:54.104905+00:00 app[web.1]: Parameters: {"id"=>"ruby-trunk"} | |
2014-01-11T02:24:54.111982+00:00 app[web.1]: Current user: ayumin (id=1075) | |
2014-01-11T02:24:54.230198+00:00 app[web.1]: svn: E180001: Unable to connect to a repository at URL 'file:///var/svn/repos/ruby/trunk' | |
2014-01-11T02:24:54.230198+00:00 app[web.1]: svn: E180001: Unable to open an ra_local session to URL | |
2014-01-11T02:24:54.230198+00:00 app[web.1]: svn: E180001: Unable to open repository 'file:///var/svn/repos/ruby/trunk' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list> | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/rexml/parsers/treeparser.rb:28:in `parse' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/rexml/document.rb:283:in `build' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/rexml/document.rb:43:in `initialize' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.16/lib/active_support/xml_mini/rexml.rb:30:in `new' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.16/lib/active_support/xml_mini/rexml.rb:30:in `parse' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.16/lib/active_support/xml_mini.rb:80:in `parse' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:313:in `parse_xml' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/lib/redmine/scm/adapters/subversion_adapter.rb:106:in `block in entries' | |
2014-01-11T02:24:54.236817+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:258:in `call' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:258:in `block in shellout' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:255:in `popen' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:255:in `shellout' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/lib/redmine/scm/adapters/abstract_adapter.rb:212:in `shellout' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/lib/redmine/scm/adapters/subversion_adapter.rb:100:in `entries' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/app/models/repository.rb:192:in `entries' | |
2014-01-11T02:24:54.237182+00:00 app[web.1]: /app/app/controllers/repositories_controller.rb:116:in `show' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment