Tagged Questions
The mongrel-cluster tag has no wiki summary.
3
votes
1answer
866 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 ...
2
votes
1answer
80 views
Most Resource-Efficient Way to Deploy Multiple Rails Apps on a Single Server
I have a Virtual Dedicated Server that I use to host small websites that aren't large enough to justify their own dedicated slice. I am a Rails developer and am currently using an ...
1
vote
4answers
355 views
mySQL “Too many connections” error influenced by number of mongrel instances?
Recently I have started getting mySQL "too many connection" errors at times of high traffic. My rails app runs on a mongrel cluster with 2 instances on a shared host. Some recent changes that might ...
1
vote
2answers
939 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
2answers
416 views
Apache + Mongrel Cluster = Wrong server config!
I'm trying to get Ruby on Rails going on a Windows 2003 Server. I've installed the Mongrel service and Apache (and RoR, etc).
When I serve an app using just Mongrel, everything comes up perfectly.
...
1
vote
1answer
626 views
nginx + SslRequirement + mongrel cluster = infinite redirect loop
I'm getting an infinite redirect loop after adding SSL support to my site. I'm using the "SslRequirement" plugin.
The symptoms I'm seeing are, any action that has "ssl_required" enabled, and any URL ...
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
230 views
Ruby on Rails: How do I detect a specific mongrel instance in a cluster during startup?
We run an application with a half dozen mongrels. A new feature that we've added is a scheduler (rufus-scheduler) that runs within a mongrel and provides cron-like background task processing. We ...
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
667 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 ...
0
votes
1answer
47 views
How can I be sure each process in my mongrel_cluster is handling requests?
I have a rails application that takes a while to process certain requests (as it processes image uploads). I currently have three mongrel processes in a cluster, and I expect one of the other two to ...