Displaying 20 results from an estimated 2663 matches for "mongrels".
Did you mean:
mongrel
2007 Jan 03
12
Frustrating Error
I am followint this article,
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/
...but I keep getting this error in the log...not sure what to try next...
** Daemonized, any open files are closed. Look at log/mongrel.8000.pid and
log/mongrel.log for info.
** Starting Mongrel listening at 127.0.0.1:8000
2007 Mar 18
2
mongrel timing out
I am not sure when it exactly occurred but I have 2 servers I am about to
migrate to apache+mongrel from lighty+fastcgi
oddly, both my servers seemed to have died at the same time everytime I
restart within a 24 hr period ( I don''t know when, my logs don''t show it ).
Can someone please point me in the direction of what I need to do to trace
the cause of this. Or what you would
2007 Jul 16
2
mongrel_rails start working mongrel_rails cluster::start not working
...oduction) and all is working fine with.
However, when I tried to set a mongrel cluster the command mongrel_rails
cluster::start get the following output :
starting port 8000
starting port 8001
starting port 8002
But when I lunched the browser to the application url and port 8000 for
example, the mongrels seems not working.
I looked at the log file and get for the first mongrel instance :
** Daemonized, any open files are closed. Look at tmp/mongrel.8000.pid and
log/mongrel.8000.log for info.
** Starting Mongrel listening at 0.0.0.0:8000
** Changing group to mongrel.
** Changing user to mongrel....
2006 Aug 12
15
Help mongrel keeps crashing...
Alright, it seems that I am having a bit of a problem with mongrel. My
mongrel processes have been crashing pretty often and twice last night. I''m
really not sure why, but I really need to fix it. I am running 0.3.13.3. Here
is the mongrel.log file. Any ideas, things to look at, etc... is appreciated.
Thanks,
Carl
PS, do all the broken pipe lines mean Mongrel is serving the static
2007 Jan 09
3
Browser or Server error?
I can view a website from Windows w / Mozilla or IE, but from an Apple using
Safari I get
this error in the log and can''t view the site,
Java and JavaScript are enable in the Safari Browser...I am using Mongrel w/
Apache
(I''m not sure if I need to configure something on the server)
Processing Base#index (for 26.19.21.70 at 2007-01-09 17:13:37) [GET]
Session ID:
2008 Mar 11
3
ActionController::NotImplemented (Only requests are allowed.)
We have a bunch of strange entries in our error log, and don''t know
exactly what they mean:
The errors are as follows
ActionController::NotImplemented (Only requests are allowed.):
/usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
routing.rb:1437:in `recognize_path''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
routing.rb:1424:in
2010 Jun 13
5
script/server vs mongrel_rails start issue
I am having different results between when I start mongrel with script/
server and with mongrel_rails start.
When I run script/server to boot mongrel everything runs fine, no
errors.
When I run mongrel_rails start I get the following errors - verified
the problem on a fresh app and on two different environments (mac and
yes, windows server 2008). The actual line of fault changes but the
problem
2006 Dec 27
6
file upload
I ma trying to get this upload working,
http://mongrel.rubyforge.org/docs/upload_progress.html,
....after starting from the command line,
mongrel_rails start -d -p 3001 -S config/mongrel_upload_progress.conf
I get this eror in the browser,
NameError
uninitialized constant UploadProgressRailsController
RAILS_ROOT: /usr/opt/tomcat/workspace/upload/config/..
Application Trace | Framework Trace
2010 May 10
1
Rails/mongrel/httpd issue - F13, rails 2.3.5
Hi,
I have an issue with mongrel and rails. I add -B option(debug) to mongrel_rails in /etc/init.d/mongrel-rails but it didn't display more logs : http://ovirt.pastebin.com/N5v94cTu
This is the page I get when I try to reach the ovirt web interface, I see the html tags (kerberos auth is working) :
<html><body>You are being <a
2006 Nov 16
12
OSX requires sudo for using ports < 1024
I assume some of you have run into this error before when trying to run
mongrel on port 80 (or another port < 1024) in OSX:
$ mongrel_rails start -p 80
** Starting Mongrel listening at 0.0.0.0:80
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/tcphack.rb:12:in
`initialize_without_backlog'': Permission denied - bind(2) (Errno::EACCES)
from
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have
made the changes suggested in the joyeur article but it doesn''t make
any difference. The error is below. Does anyone have any idea?
/opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in
`register'': undefined method `resolve'' for nil:Mongrel::URIClassifier
(NoMethodError)
2007 Oct 11
7
1.0.2 release candidates
Hello Mongrels,
Release candidates for Mongrel 1.0.2 and its dependencies are now
available. Note that gems are now signed, so please add the Mongrel
public certificate via:
$ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem
$ gem cert --add mongrel-public_cert.pem
Now you can verif...
2006 Dec 04
5
Log problem on stop/restart
I''m using the mongrel_cluster recipes for Capistrano as laid out by
codahale.com and the new ed. of the Agile Development book, but I''m
having problems on restart and stop:
I can start:
[root current]# mongrel_rails cluster::start
Starting 3 Mongrel servers...
And I can see 3 processes running:
[root current]# ps aux | grep mongrel
mongrel 1947 0.0 8.2 24684 10776 ?
2007 Jan 25
8
Mongrel with mephisto on a Virtual Private Server
Hello everyone,
I am trying to setup Mongrel to work with Apache on a VPS as part of a mephisto installation. Has anyone done this, and if so how did you edit your conf file to make it work?
I used the info found on the mongrel site at:
http://mongrel.rubyforge.org/docs/apache.html<http://mongrel.rubyforge.org/docs/apache.html>
and one time I did get a mephisto splash screen, but it was
2007 Nov 06
2
what did I do?
I''m following merb trunk. This morning I updated my gems, sync''d merb
source and installed the merb gem from source. I don''t know if I did
something wrong, or if a new gem messed things up, or if there was a
merb change which broke something. Now I get this error:
Request: REQUEST_URI: / (2007-11-05 20:27:04)
Params: {"action"=>"index",
2007 Jun 15
1
mongrel cluster issues, plain old mongrel OK
...ites the mongrel_cluster.yml file to the config
directory. Now, if I:
sudo mongrel_rails start -d
Everything works like a charm. I can browse to the site on port 3000
and everything is both hunky and dory.
However, if I :
sudo mongrel_rails cluster::start
It tells me it''s starting 3 mongrels, but nothing happens. The
mongrel log file shows this (apologies for the long listing):
[limbach at larry log]$ cat mongrel.log
** Daemonized, any open files are closed. Look at
log/mongrel.8000.pid and log/mongrel.log for info.
** Starting Mongrel listening at 127.0.0.1:8000
** Changing group t...
2007 Nov 21
3
Mongrel Timeout?
Hi,
I am using a railsapp to call an external app and print some barcode-labels.
My problem is, after a while there seems to be a timeout. Then I need to
stop the Mongrel-Server and restart it.
Below you can see the error message, when i stop the server.
Has somebody seen this before?
Greetings,
Oli
C:\etikett>mongrel_rails start -d -e production
** WARNING: Win32 does not support daemon
2008 Aug 26
6
Rails deployment issue... no such file or directory - getcwd? huh?
Everything works fine locally but when I deploy I get this:
Errno::ENOENT (No such file or directory - getcwd):
/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:78:in `expand_path''
/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:78:in `require_or_load''
2007 Mar 10
2
upgrading rails to 1.2.2 giving me mongrel errors
I''m working on upgrading to rails 1.2.2 from 1.1.6 and getting the mongrel
error below in development mode. Now things seem to work fine with 1.1.6and
1.2.2 (in prod mode).
Any ideas what might cause this? Googling gave me very little to work
with. This was the closest thing i found
http://dev.rubyonrails.org/ticket/6716
I''m running Ubuntu with mongrel 1.0.1 and fastthread
2007 Mar 13
5
Getting Started without Rails
Hi, everyone. I am in the process of learning Ruby. I''ve concluded that there are couple of quirks with mod_ruby that are limiting me a fair bit, so I''m looking for an alternative. From what I''ve read, Mongrel is The Answer. However, this has left me with a few questions.
I''m looking for some help getting a non-rails Mongrel started... I can''t