Project

General

Profile

Actions

Defect #4740

closed

update from 0.8x to 0.9x problem

Added by Serge Kosse about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Administration
Target version:
-
Start date:
2010-02-04
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

$rake db:migrate
(in /var/www/vhosts/ror/redmine_tracker/current)
rake aborted!
RubyGem version error: rack(0.4.0 not ~> 1.0.1)

(See full trace by running task with --trace)
[alone@localhost current]$ gem list rack

  • LOCAL GEMS ***

rack (1.1.0, 1.0.0, 0.4.0)
[alone@localhost current]$ ruby -v
ruby 1.8.6 (2007-03-13 patchlevel 0) [i586-linux-gnu]
[alone@localhost current]$ gem -v
1.3.5

Actions #1

Updated by Glenn Gould about 14 years ago

From whatever reason, you seem to need exactly rack 1.0.1, which I was able to install with

gem install rack -v 1.0.1

on a Debian Linux.

Actions #2

Updated by Serge Kosse about 14 years ago

Thanx.

And a further question:
installing rack - ok
migration - ok
restart passenger - ok

try to login... TADA!
500 internal error

in redmine production log:
/!\ FAILSAFE /!\ Thu Feb 04 17:33:19 +0200 2010
Status: 500 Internal Server Error
undefined method `rewind' for #<UNIXSocket:0xb72237f8>
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/request.rb:142:in `POST'
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call'
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
etc...

Actions #3

Updated by Serge Kosse about 14 years ago

hmm...
after updating passenger - all ok

Actions #4

Updated by Jean-Philippe Lang about 14 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF