Re: [Mongrel] mongrel_rails not starting

2008-01-28 Thread Anusha Vinod
Greg Willits wrote: os x 10.4.10 used gem to install mongrel 1.0.1. seemed to go w/o errors. mongrel_rails start -d spits out this error /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/http11.bundle: Failed to load /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/http11.bundle

[Mongrel] mongrel_rails not starting

2008-01-28 Thread Anusha Vinod
Hi, Im a newbie to ruby and rails. I installed mongrel using the command: sudo gem install mongrel --include-dependencies When i try to start mongrel with mongrel_rails start -d, its throwing the same error as it did to you: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in

Re: [Mongrel] mongrel_rails not starting

2008-01-28 Thread Anusha Vinod
Hi Istvan, Thanks a lot for replying. I reinstalled mongrel from the link: http://rubyosx.rubyforge.org Now when i try to start mongrel, by using script/server, it seems to work fine. And when i say gem list mongrel, i get this output: *** LOCAL GEMS *** mongrel (1.1.3, 1.0.1). I do not seem

Re: [Mongrel] mongrel_rails not starting

2008-01-29 Thread Anusha Vinod
Piyush Ranjan wrote: Hi Anusha I am not very sure about this but doesn't this line */usr/local/lib/ruby/gems/1.8**/gems/mongrel-1.1.3-java/lib/mongrel.rb:12 from *suggest that you have accidentally installed mongrel for java (jruby) ? Hi Piyush, I'm not sure either! Im a