Tagged Questions

3
votes
1answer
867 views

Error calling Dispatcher.dispatch #<NameError: uninitialized constant ActionController::CgiRequest

I'm getting the following error on log/mongrel.6001.log I'm using mongrel_cluster , rails 3 and ruby 1.8.7 I start mongrel_cluster using mongrel_rails cluster::start But when I try to access the ...
1
vote
2answers
940 views

start mongrel server in terminal

If I start mongrel the error will come. What can I do? Tell me another way to start Mongrel please... $script/server mongrel => Booting Mongrel (use 'script/server webrick' to force WEBrick) ...
1
vote
3answers
181 views

Do I really need to setup a mongrel cluster to handle this?

So my father runs a rather small business. I'm going to set him up with a website using RefineryCMS (that's a ror-based cms).. He will probably get less than 500 hits a month. Do I really need to set ...
1
vote
0answers
244 views

Mongrel cluster does not start on Snow Leopard

I fail to deploy my ruby (v1.8.7) rails (v2.3.5) application on Snow Leopard (10.6.3). After "cap deploy", the Mongrel-cluster (v1.1.5) fails to start up with the following output in mongrel.*.log: ...
1
vote
1answer
467 views

Running mongrel_rails cluster::start on Windows

I have managed to get mongrel_cluster running on my Windows server (v 1.0.5) ok, but I am having trouble trying to get it to spawning all of the (4) mongrel instances. It launches the first one ok, ...
0
votes
1answer
272 views

Problem running Mongrel with Rails3 and Ruby 1.8.7

I am running a linux instance. My question is the same as Problem running Mongrel with Rails3 and Ruby 1.9.2 except for the fact that I am running Ruby 1.8.7 and I am using Linux. Here is the ...
0
votes
0answers
206 views

Rails + EC2 deployment

This is a question related to Rails-based Web Application on Amazon EC2 instance. I have been testing my web application by using wget http://localhost:3000/controller_name/view_name for ex: ...
0
votes
0answers
124 views

Mongrel with prefix shows service temporarily unavailable

I want to run rails application using prefix option with mongrel + apache configuration on linux system. Configured the application (rails_app/) with following step from slice host article ...
0
votes
1answer
117 views

using mongrel cluster

Can someone explain to me what is the purpose of using a mongrel cluster for a single application? If you have three instances of mongrel running, I assume that you use apache to load balance and the ...
0
votes
2answers
410 views

Mongrel Cluster fails to start

I have an issue with Mongrel cluster start-up, when I start the cluster I am getting the following error: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 'gem_original_require': no ...
0
votes
1answer
33 views

Mongrel not detecting changes in Rails classes?

I have a Rails app installed on a Slicehost server running Apache 2 and Ubuntu LTC 10.04. Things have worked beautifully up until now: I edit a file, do a quick mongrel_rails cluster::restart, and the ...
0
votes
1answer
192 views

How to balance load in a Apache + Mongrel application

I was wondering if someone can explain how can a rails application be balanced. Two questions: Does it even help having separate rails applications reading from the same database in the same ...
0
votes
0answers
218 views

Sending USR2 to mongrel_rails sometimes results in an “Address already in use” on the restart

We have a rolling-restart mode for our mongrel cluster that sends a USR2 signal to each running process. This works great, most of the time. But very occasionally the mongrel process will shutdown, ...
0
votes
1answer
100 views

Does Mongrel do IPv6 well?

I'm using mongrel + apache 2.2 + mod_proxy_balancer. apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6 Does Mongrel do IPv6 well? Platform:RHEL ruby:1.8.6
0
votes
4answers
669 views

Cannot start Mongrel Server

I can't start mongrel server. When I have a look at log file, it tells me that the address that I wanted to use is not available. I tried to check if there were some services using that address, but I ...