unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* rack 1.2 version causing misleading error msg
@ 2010-11-23 23:36 Don Park
  2011-02-28 20:51 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Don Park @ 2010-11-23 23:36 UTC (permalink / raw)
  To: mongrel-unicorn

The problem: (note this is the only ruby on the system and rvm/bundler
is not being used)

$ gem list rails

*** LOCAL GEMS ***
rails (2.3.10, 2.3.8, 2.3.5)

$ unicorn_rails
I, [2010-11-23T15:03:12.134222 #1297]  INFO -- : listening on
addr=0.0.0.0:8080 fd=3
I, [2010-11-23T15:03:12.134499 #1297]  INFO -- : worker=0 spawning...
I, [2010-11-23T15:03:12.136120 #1300]  INFO -- : worker=0 spawned
pid=1300
I, [2010-11-23T15:03:12.136507 #1300]  INFO -- : Refreshing Gem list
I, [2010-11-23T15:03:12.136374 #1297]  INFO -- : master process ready
Missing the Rails 2.3.10 gem. Please `gem install -v=2.3.10 rails`,
update your RAILS_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RAILS_GEM_VERSION to
use the latest version installed.

After much experimentation, the problem is the existence of rack 1.2.1

$ sudo gem uninstall rack

Select gem to uninstall:
 1. rack-1.1.0
 2. rack-1.2.1
 3. All versions
> 2

donp@donpdonp:~/everyonedelivers$ unicorn_rails
I, [2010-11-23T15:26:40.729596 #2202]  INFO -- : listening on
addr=0.0.0.0:8080 fd=3
I, [2010-11-23T15:26:40.729869 #2202]  INFO -- : worker=0 spawning...
I, [2010-11-23T15:26:40.731081 #2204]  INFO -- : worker=0 spawned
pid=2204
I, [2010-11-23T15:26:40.731263 #2204]  INFO -- : Refreshing Gem list
I, [2010-11-23T15:26:40.734943 #2202]  INFO -- : master process ready

worker=0 ready



_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-28 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23 23:36 rack 1.2 version causing misleading error msg Don Park
2011-02-28 20:51 ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).