Project

General

Profile

Can not connect with on redmine mongrel_service

Added by Dieudo FASS over 12 years ago

I installed with redmine mongrel. When I execute the command mongrel_rails start-e production and I will link http://localhost:3000/ I have Redmine home page that appears, I click connect and I enter my login / password (admin / admin), it does not work. I have a page (Internet Explorer can not display the webpage). As against that works well when I run the command ruby script / server.
installed gems:
actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.4.2)
mongrel (1.1.5 x86-mingw32)
mongrel_service (0.3.4 i386-mswin32)
multi_json (1.0.1)
pg (0.11.0 x86-mingw32)
rack (1.1.1)
rails (2.3.14)
rake (0.8.7)
win32-service (0.5.2 mswin32)

Thank you in advance for your help

Replies (5)

RE: Can not connect with on redmine mongrel_service - Added by Dieudo FASS over 12 years ago

here is what I have in the log file:
Processing AccountController#login (for 127.0.0.1 at 2011-10-10 13:42:47) [GET]
Parameters: {"action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 78ms (View: 62, DB: 0) | 200 OK [http://localhost/login]

Processing AccountController#login (for 127.0.0.1 at 2011-10-10 13:42:54) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%3A3000%2F", "action"=>"login", "authenticity_token"=>"a12IcW7Qh/HcxkpAgzqBZ3gIjl45hVJ71+TwGWKzznY=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Connexion »"}
Redirected to http://localhost:3000/
Completed in 16ms (DB: 0) | 302 Found [http://localhost/login]

RE: Can not connect with on redmine mongrel_service - Added by Etienne Massip over 12 years ago

Did you read RedmineInstall about Mongrel, it requires some patching to work with Rails >= 2.3.11?

RE: Can not connect with on redmine mongrel_service - Added by Dieudo FASS over 12 years ago

just missing the patch. it works very well
thank you

    (1-5/5)