Re: [Mongrel] mongrel_rails not starting

2008-03-24 Thread Fernando Perez
Hi same problem for me. Has anyone found a solution to it? -- Posted via http://www.ruby-forum.com/. ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] mongrel_rails not starting

2008-02-24 Thread Nate Vick
Hey Chris, That seemed to fix my problem. I had to uninstall mongrel 1.1 and install 1.0.1 to get my script to work. Thanks, Nate Vick Technical Ministry New Heights Church On Feb 23, 2008, at 7:30 PM, Chris Columbo [EMAIL PROTECTED] wrote: Hey all, I hope this isn't off topic here, but

Re: [Mongrel] mongrel_rails not starting

2008-02-23 Thread Chris Columbo
Hey all, I hope this isn't off topic here, but I had a similar problem with mongrel not starting (after i installed gem typo though) After a bunch of reading and stumbling upon this thread after a google search here's where i ended up... ( Note: im stil a mongrel / rails noob ) I checked the

Re: [Mongrel] mongrel_rails not starting

2008-01-29 Thread Piyush Ranjan
mongrel-1.1.3-java I think that's where the problem is. Can you uninstall by *gem uninstall mongrel-1.1.3-java *I don't have elegant solution right now. On Jan 29, 2008 8:46 PM, Anusha Vinod [EMAIL PROTECTED] wrote: Piyush Ranjan wrote: Hi Anusha I am not very sure about this but doesn't

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

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

Re: [Mongrel] mongrel_rails not starting

2008-01-28 Thread Istvan Szukacs
hi! #gem list mongrel *** LOCAL GEMS *** mongrel (1.1.3, 1.1.2, 1.1.1, 1.0.1) mongrel_cluster (1.0.5) could you paste here your gem list mongrel output btw. i start my mongrel cluster with mongrel_rails cluster::start there is a configuration folder in the rails application folder //this is a

[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

[Mongrel] mongrel_rails not starting

2007-10-11 Thread Greg Willits
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 (LoadError) from

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Luis Lavena
On 10/11/07, Greg Willits [EMAIL PROTECTED] 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

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Greg Willits
Luis Lavena wrote: On 10/11/07, Greg Willits [EMAIL PROTECTED] wrote: It seems there is no bundle (compiled extension) for http11, which is need by Mongrel. Do you have everything to compile ruby extensions in place? Unknown. (ruby newbie). Which version of ruby are you using? The one

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Luis Lavena
On 10/11/07, Greg Willits [EMAIL PROTECTED] wrote: Luis Lavena wrote: Which version of ruby are you using? The one from here: http://rubyosx.rubyforge.org/ -- which I see should already have Mongrel in it, but then I installed... oh, hang on. Maybe I broke it by monkeying with gem installs

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Greg Willits
OK, I just re-installed using that installer, and now mongrel launches, but complains about a log path being invalid. you're runnin mongrel_rails start inside the root of your Rails application? maybe there isn't a log folder inside it, or the permissions aren't valid. Yeah I was one dir

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Luis Lavena
On 10/11/07, Greg Willits [EMAIL PROTECTED] wrote: Yeah I was one dir above my app, so that was the problem. All looks good now. (lots of voodoo to get this stuff running compared to what I am used to -- Lasso) Hehehe, Please, file a bug, feature-request at mongrel tracker:

Re: [Mongrel] mongrel_rails not starting

2007-10-11 Thread Greg Willits
Luis Lavena wrote: There is also Locomotive [1] which provides a simpler way to configure mongrels for your applications. It differs from Ruby OSX is that is tailored for Rails (and rubyosx is more ruby generic). My thought was maybe that would isolate me too much from what's going on. After