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 sample!
[EMAIL PROTECTED]:rails.app#cat config/mongrel_cluster.yml
---
user: www
cwd: /home/somebody/rails/rails.app
log_file: log/mongrel.log
port: "3002"
environment: production
group: www
address: 127.1.0.3
pid_file: tmp/pids/mongrel.pid
servers: 1

you need something like this

cheeers,
istvan
http://weho.st

Anusha Vinod wrote:
> 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
> `gem_original_require': no such file to load -- http11 (LoadError)
>         from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
> `require'
>         from
> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3-java/lib/mongrel.rb:12
>         from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
> `gem_original_require'
>         from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
> `require'
>         from
> /usr/local/lib/ruby/gems/1.8/gems/swiftiply-0.6.1.1/bin/mongrel_rails:17
>         from /usr/local/bin/mongrel_rails:19:in `load'
>         from /usr/local/bin/mongrel_rails:19
>
>
> Can you please share some thoughts/experiences...Im not too sure where i
> should be looking into.Any pointers will be greatly appreciated.
>
> Thanks
>   

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to