【发布时间】:2012-02-15 14:51:02
【问题描述】:
我正在尝试使用来自git://github.com/ericpaulbishop/redmine_git_hosting.git 的“redmine_git_hosting”
当我尝试访问它时,/var/log/apache2/error.log 出现错误:
/lib/redmine/scm/adapters/git_adapter.rb:26: warning: already initialized constant GIT_BIN
我可以访问 Redmine 网站,但如果我刷新我会得到:
/usr/share/redmine_dev/lib/redmine/scm/adapters/git_adapter.rb:26: warning: already initialized constant GIT_BIN
[ pid=31351 thr=3075225872 file=ext/apache2/Hooks.cpp:817 time=2012-02-15 15:41:08.102 ]: The backend application (process 3677) did not send a valid HTTP response; instead, it sent nothing at all. It is possible that it has crashed; please check whether there are crashing bugs in this application.
[ pid=3677 thr=-609445668 file=utils.rb:176 time=2012-02-15 15:41:08.103 ]: *** Exception NameError in application (uninitialized constant Redmine::Scm::Adapters::CommandFailed) (process 3677, thread #<Thread:0xb75931b8>):
我收到 500 内部错误。
从top 我可以看到一个 Ruby 进程被杀死了。
我的环境是:
- Ubuntu 11.10
- PostgreSQL 8.4
- Apache2.20
- Ruby 1.8.7
- Redmine 1.3.0
- Phusion 版本 3.0.11
- 导轨 (2.3.14)
- Rubygems 1.6.2
【问题讨论】:
-
你没有给我们足够的工作;我们需要看源码。
-
警告可能是问题的一部分,也可能不是问题的一部分——它只是一个警告。输出似乎表明了更大的问题:
*** Exception NameError in application (uninitialized constant Redmine::Scm::Adapters::CommandFailed) (process 3677, thread #<Thread:0xb75931b8>):
标签: ruby-on-rails ruby apache2 redmine redmine-plugins