Project

General

Profile

Problem with installation of - rake_generate_session_store -

Added by Manfred Dessel over 10 years ago

Hi guys,
i have a problem with the installation of redmine. I think I'd done everything as it is
written in the description.

Now the problem: I got an error-message after the following instruction:
rake generate_session_store

rake aborted!
ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (ava
ilable in RDoc 2.4.2+) instead.
C:/webserver/Redmine/Rakefile:8
(See full trace by running task with --trace)

My OS ist WinXP Prof 32bit

Here my installed versions:

1) rubyinstaller-1.8-7-302.exe
2) rake 10.1.0
3) rails 3.2.5
4) i18n 0.4.2
5) mongrel_service-0-3-4i386-mswin32.gem
6) win32-service-0.5.2-mswin32.gem
7) mysql-2.9.1-x86-mingw32

It would be nice if so can help me

kind regards
M.Dessel


Replies (4)

RE: Problem with installation of - rake_generate_session_store - - Added by Ivan Cenov over 10 years ago

What is the version of Redmine? If 2.x.x, then mongrel is not compatible; you should use thin or puma

You use old rails, 2.3.5; Installation guide says that rails 2.3.13 should be used.

What about ruby, 1.8.7 version is out of support; you may want to upgrade to 1.9.3. (I tried ruby 2.0, but was not successful in this, don't know why).

RE: Problem with installation of - rake_generate_session_store - - Added by Manfred Dessel over 10 years ago

Thanks for your answer,

I walked through the steps of the following link HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache.htm

There was proposed the redmine version 1.0.4, ruby 1.8.7 ruby gems 1.3.7, rake 0.8.7, rails 2.3.5.
Also I installed the mongrel-service 0.3.4-i386-mswin32.exe

Unfortunately I can't open the link to your Installation guide in your answer. I think that differs a little bit from mine.

kind regards
M.Dessel

RE: Problem with installation of - rake_generate_session_store - - Added by Ivan Cenov over 10 years ago

I open it: this is the link: http://www.redmine.org/projects/redmine/wiki/RedmineInstall

1.0.4 is very old version. You'd better install last Redmine, 2.3.2.

RE: Problem with installation of - rake_generate_session_store - - Added by Manfred Dessel over 10 years ago

Hi again,

it's a little bit time gone :)

Here is what I think, what I have to do. Is ist right?

- Apache HTTP Server 2.2.25(httpd) Win32 Binary without crypto (no mod ssl)(MSI Installer) =====> Version OK???
1) Download: httpd-2.2.25-win32-x86-no_ssl.msi
2) Install : Start and Button "Next"
3) Install : I accept the terms of licence agreement "Next" "Next"
4) Install : Network Domain : e.g. redminetest.de
Servername : e.g. redminetest
Administrators e-mail address : e.g.
for All users on Port 80 as Service -- Recommended [x]
"Next"
5) Install : Typical "Next"
6) Install : Change Folder to "C:\webserver\Apache\" "Next"
7) Install : Install ... Finsish

- MySQL Installer 5.1.71 for Windows Windows (x86, 32-bit), MSI Installer Essentials - Recommended 5.1.71 =====> Version OK???
1) Download: mysql-essential-5.1.71-win32.msi
2) Install : Start and Button "Next"
3) Install : I accept the terms of licence agreement "Next"
4) Install : Custom "Next"
5) Install : Change [MySQL Server] to "C:\webserver\MySQL\" "Next"
6) Install : Change [MySQL Server Datafiles] to "C:\webserver\MySQL_Data\" "Next"
7) Install : Install Next Next ... Configure the MySQL Server now [x] ... Finsih
8) Config :

- MySQL Workbench 5.2.47 for Windows Windows (x86,32-bit), MSI Installer =====> Version OK???
1) Download: dotNetFx40_Client_setup.exe
2) Download: vcredist_x86.exe
3) Download: mysql-workbench-gpl-5.2.47-win32.msi
4) Install : dotNetFx40_Client_setup.exe
5) Install : vcredist_x86.exe
6) Install : Start install mysql-workbench-gpl-5.2.47-win32.msi
7) Install :

- PHP 5.2.17 VC6 x86 Thread Safe Installer =====> Version OK???
php-5.2.17-Win32-VC6-x86.msi

- Ruby Installer 1.8.7-p302 ======> You said it's Better Ruby 1.9.3-p??? OK?
rubyinstaller-1.8.7-p302.exe

cmd: ruby -v
=> 1.8.7
cmd: gem -v
=> 1.3.7
cmd: gem install rake
=> Successfully installed rake-10.1.0
cmd: gem install rails -v=2.3.5 ======> You said it's Better Rails 2.3.13 OK?
=> Successfully installed rails-2.3.5
cmd: gem install -v=0.4.2 i18n =====> Version OK???
=> Successfully installed i18n-0.4.2
cmd: gem install mongrel =====> Version OK???
=> Successfully installed gem_plugin-0.2.3
=> Successfully installed cgi_multipart_eof_fix-2.5.0
=> Successfully installed mongrel-1.1.5-x86-mingw32
cmd: gem install mysql =====> Version OK???
=> Successfully installed mysql-2.9.1-x86-mingw32

- Mongrel-Service 0.3.4 =====> puma-2.6.0.gem, is it OK?
mongrel_service-0.3.4-i386-mswin32.gem

cmd: Copy win32-service-0.5.2-mswin32.gem c:\Webserver
cmd: Copy mongrel_service-0.3.4-i386-mswin32.gem c:\Webserver

cmd: gem install mongrel_service
=> Successfully installed win32-service-0.5.2-x86-mswin32
=> Successfully installed mongrel_service-0.3.4-x86-mswin32

cmd: Del c:\webserver\win32-service-0.5.2-mswin32.gem
cmd: Del c:\Webserver\mongrel_service-0.3.4-i386-mswin32.gem

- Redmine 1.0.4 =====> You said it's Better Redmine 2.3.2 OK?
redmine-1.0.4.zip
Extract to c:\webserver\Redmine\app
c:\webserver\Redmine\config
...

kind regards and thanks for your help
M.Dessel

    (1-4/4)