 Problem with redmine installation
Problem with redmine installation
Added by Massimiliano Ziccardi over 11 years ago
Hi all.
I just installed redmine, however I've not been able to have it run.
Running RAILS_ENV=production ./dispatch.fcgi
this is my output:
Your FCGI gem does not contain the FCGI shared library, running pure ruby instead
/usr/lib/ruby/gems/1.8/gems/fcgi-0.9.2.1/lib/fcgi.rb:118:in `accept': Socket operation on non-socket (Errno::ENOTSOCK)
    from /usr/lib/ruby/gems/1.8/gems/fcgi-0.9.2.1/lib/fcgi.rb:118:in `session'
    from /usr/lib/ruby/gems/1.8/gems/fcgi-0.9.2.1/lib/fcgi.rb:109:in `each_request'
    from /usr/lib/ruby/gems/1.8/gems/fcgi-0.9.2.1/lib/fcgi.rb:41:in `each'
    from /usr/lib/ruby/gems/1.8/gems/rack-1.4.5/lib/rack/handler/fastcgi.rb:27:in `run'
    from ./dispatch.fcgi:21
Can you please lend me a hand?
OS : CentOS release 6.5 (Final)
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
gem : 1.3.7
This is the output of script/about:
Environment:
  Redmine version                2.5.1.stable
  Ruby version                   1.8.7-p352 (2011-06-30) [x86_64-linux]
  Rails version                  3.2.17
  Environment                    production
  Database adapter               MySQL
SCM:
  Git                            1.7.1
  Filesystem                     
Redmine plugins:
  no plugin installed
Thanks,
Massimiliano
Replies (2)
     RE: Problem with redmine installation
    -
    Added by Chad West over 11 years ago
    RE: Problem with redmine installation
    -
    Added by Chad West over 11 years ago
  
  I'm currently using passenger rather than the fcgi, but I previously tried using fcgi and had to add the fcgi gem which was never installed with bundle install. Try running gem install fcgi.
     RE: Problem with redmine installation
    -
    Added by Massimiliano Ziccardi over 11 years ago
    RE: Problem with redmine installation
    -
    Added by Massimiliano Ziccardi over 11 years ago
  
  Ok, I tried with passenger but had no luck.
It is the second time I try to install redmine 2.x without success.
After spending long time I switched to thebuggenie and that worked immediately.
Thanks anyway for your help.
Regards,
Massimiliano