Because it probably a separate issue, I am posting it as new question, removing it as reply to http://answers.bitnami.org/questions/4470/redmine-141-0-module-failing-post-install-step-gem-bundler-version

Since my redmine instalaltion goes back from pre 1.2 (and multiple upgrades) I migrated installation to a new server: 1.3.2 for windows. Everything works OK. for 1.3.2 now.

When I am running 1.4.1 module upgrade I am getting the following warning now and apache do not start after upgrade finished (log says apache server getting stop command)

Warning: Problem running post-install step. Installation may not complete correctly. Error running c:\program files\bitnami redmine stack/apps/redmine\scripts\redmineini.bat : rake aborted! c:/program files/bitnami redmine stack/ruby/lib/ruby/gems/1.8/gems/bundler-1.021/lib/bundler/dsl.rb:68:in 'gem': You cannot specify the same gem twice with different version requirements. you specified: i18n(~>0.4.2) and i18n (=0.4.2)

That warning is above my level of expertise. Any help pointing me in right direction is appreciated.

Searching the web, I saw a mentioning that it can be caused by some plugin.

my current plugins are:

  • Issue Hot Buttons 0.3
  • Redmine Auto Done 100% 0.0.1
  • Better Gantt Chart 0.6.5
  • Issue Checklist 1.0.0
  • Knowledgebase 0.3.3
  • Periodictask 0.0.1
  • Monitoramento & Controle 1.0.0

All plugins are working fine on 1.3.2

asked 02 May '12, 15:01

stf4096's gravatar image

stf4096
41334
accept rate: 50%

edited 03 May '12, 11:26

Sorry but the module does not support upgrades. Could you check the "Gemfile" that you can find in your_installdir/apps/redmine? It seems that it contains two versions of i18n gem.

(02 May '12, 16:57) Beltran Rueda ♦♦

Problem solved:

  • Step1. Remove GEMFILE and GEMFILE.LOCK from "better gantt chart" plugin folder.
  • Step2. Run Module Update
  • Step3. after update, redmine.conf file in \\apps\\redmine\\conf folder contain an extra line </Proxy> after removing that line everything seems to work
link

answered 03 May '12, 11:24

stf4096's gravatar image

stf4096
41334
accept rate: 50%

edited 04 May '12, 09:05

kaysa's gravatar image

kaysa ♦♦
3.1k51025

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×413
×47
×24
×3
×2

Asked: 02 May '12, 15:01

Seen: 1,393 times

Last updated: 04 May '12, 09:05

powered by BitNami OSQA