Project

General

Profile

Redmine locks on the redirect page

Added by Vinicius Pereira about 12 years ago

Hello, i'm a new user of redmine, i've finished a clean installation of redmine 1.3.1 and that damm thing locks on the redirect page after the admin login nad i didn't found anything similar on the forums or issues tracker does anybody have an idea.

this is my current GEM setup

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.4.1)
mongrel (1.1.5 x86-mingw32)
mongrel_service (0.3.4 i386-mswin32)
mysql (2.8.1 x86-mingw32)
rack (1.1.2)
rails (2.3.5)
rake (0.9.2.2)
win32-service (0.5.2 mswin32)

**I've noticed that my GEM's weren't on the right versions so i managed it and now they are all on the right side but i still get the same error, when i try to login with the default admin i get to the "You are being redirected." page but it lock's there and if i go to the link on the page i return to the home page and it shows me that i'm not logged does anybody have and idea on why is this hapenning, i've been searching the issue tracker and the support pages and i didn't find anything on anything similar and reread the installation page over and over again and still can't figure what's wrong.

current GEM

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)
mysql (2.8.1 x86-mingw32)
rack (1.1.2)
rails (2.3.14)
rake (0.8.7)
win32-service (0.5.2 mswin32)

The Server is running on a Windows XP SP2 Machine
MySQL 5.0.45
Apache 2.2.6
All on a WAMP SERVER


Replies (7)

RE: Redmine locks on the redirect page - Added by Jerzy Czopek about 12 years ago

I managed to install Redmine 1.3.1 in windows server 2008 r2 and I'm encountering the very same issue - I can't login as admin, because it's stuck on "you are being redirected" page...

RE: Redmine locks on the redirect page - Added by Jerzy Czopek about 12 years ago

Etienne Massip wrote:

Check RedmineInstall#Compatibility-notes about Mongrel and #7688.

adding Mongrel.rb to initializers attached to #7688 resolves the issue, thanks!

RE: Redmine locks on the redirect page - Added by Vinicius Pereira about 12 years ago

Yeah solved my problem too, but at first when i was testing the even with the patch the problem persisted ... till i edited the patch to include the Rails version [2.3.14] on the top of mongrel.rb

RE: Redmine locks on the redirect page - Added by Krunal Jariwala about 12 years ago

hi, how to attach mongrel.rb to initializer ? I'm installing on Windows Server 2008 R2.

RE: Redmine locks on the redirect page - Added by Jerzy Czopek about 12 years ago

Just place it in {REDMINE_INSTALL_DIR}\config\initializers

RE: Redmine locks on the redirect page - Added by Krunal Jariwala about 12 years ago

Hi, thanks it solved my issue. Thank you very much. :)

    (1-7/7)