Displaying 20 results from an estimated 9000 matches similar to: "Application 500 Errors"
2006 Oct 30
2
Possible log rollover mutex problem
It appears that part of the problem could be that when logger rolls over the
mongrel log file. There is a mutex synchronization issue where the various
mongrel instances all try to write to the new log file and block each other.
This keeps them in a continual Application 500 Error state. Has anyone run
into this problem? With log rotation turned off the problem does not appear.
- Jared Brown
2006 Dec 25
15
What I Want For Christmas
Calling All Mongrel Minions!
I wanna have some fun and would like this as a Christmas present. The site http://www.workingwithrails.com/ has this lame popularity system that''s kind of irking some of the main Ruby contributors. I think it''s kind of funny, but would like to demonstrate what an army of motivated people can do to these kinds of popularity contests.
So, as a
2006 Dec 22
3
Zed, you''re a moron :-)
Hi !
My mongrel just starting spitting out these nice lines:
The error occured while evaluating nil.accept. TELL ZED HE''S A MORON.
!!!!!! UNHANDLED EXCEPTION! You have a nil object when you didn''t
expect it!
Not sure what happened or why, but just FYI: Zed, you are a moron :-)
Happy holidays!
Gitte Wange
2006 Oct 25
33
[ADV] "Mongrel: Serving, Deploying, and Extending Your Ruby Applications" BOOK
Time for some all time pimpage folks.
Me and Matt Pelletier wrote a small PDF book on Mongrel entitled: "Mongrel: Serving, Deploying, and Extending Your Ruby Applications" since we really wanted you to know what it was about. It''s published by Addison Wesley Professional, has just over 100 pages of goodness, and is available for $14.99 at:
http://safari.oreilly.com/0321483502
2006 Dec 29
9
Error : No protocol handler was valid for the URL...
Hi everybody,
I just suscribe to the list because I have a problem using mongrel and
mongrel_cluster... I setup a server (debian unstable wich provide apache
2.2.3 as a pakage) but I have an error when I try to access my application :
ERROR 403 : Forbidden, You don''t have permission to access / on this
server.
When I check apache''s logs I found that :
[warn] proxy: No
2006 Nov 24
4
[OT] I Finally Got an Atom Feed
Hi folks,
I took a break from Mongrel today and instead whipped up an Atom feed generator for my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it.
http://www.zedshaw.com/feed.atom
Let me know if it isn''t working well in your favorite feed reader.
--
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
2007 Feb 27
11
Mongrel upload progress not showing progress on production server
Hi all,
Tried out the mongrel upload progress plugin with Drb and it works
great on my OSX development box, but when putting it into production
(Ubuntu Dapper), uploads complete but the app isn''t returning any
values for upload progress, and uploads are not showing up in the
queue when running upload_client.rb. Before anyone asks, yes, I''m
running both the mongrel instances and
2006 Nov 28
15
Determining ideal number of Mongrels for an app?
What''s a rule of thumb for guesstimating how many
Mongrels to use in a cluster for an app? I have an app
that gets about 5000 unique visitors per day. I
figured I''d give it plenty of Mongrels -- twenty to be
specific. After running out of memory and hitting the
swap periodically, I scaled it back to five and it
still seems to serve up visitors fine. So, is there
some super-secret
2007 Mar 13
18
Daemonizing a camping server
I''m having no luck trying to daemonize mongrel running a camping server.
When mongrel daemonizes, I get:
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:723:in
`accept'': closed stream (IOError)
from
/usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:293:in
`join''
...
(This was after I disabled the unhandled exception catchall in the
2007 Mar 06
4
[PIMP] Topfunky''s httperf PeepCode screencast (Zed A. Shaw)
Hi,
Thanks Zed - this is very interesting. One item in particular caught my
eye: Does anyone on this list have any comments or validation that
Rails 1.2.1 is 2-4 times as slow as Rails 1.1.6? Topfunky provided a
link that purports what looks like really horrible performance and
memory characteristics for Rails 1.2.1, even v. 1.1.6:
2006 Nov 25
3
[PATCH] HTTP accept filter support for FreeBSD
This small patch extends configure_socket_options to support FreeBSD''s
accf_http(9), which defers accept() until there''s a full HTTP request
to read.
Seems to work fine on 6.1-STABLE. DragonflyBSD should work too provided
the /freebsd/ line is modified to match it.
accf_http(9): http://www.freebsd.org/cgi/man.cgi?query=accf_http&sektion=9
--
Thomas
2007 Apr 15
4
Ferret and Mongrel. OSX vs. Linux
I''m having a strange problem accessing a 1.7GB Ferret index from
within Mongrel (1.0.1) on Linux. On OSX a Ferret search through Rails
takes a fraction of a second. From the command line, bypassing
Mongrel, the search takes about the same amount of time. On Fedora
Core 4 a Ferret search from the command line takes a fraction of a
second, but the same search through Mongrel never
2007 Apr 15
4
Ferret and Mongrel. OSX vs. Linux
I''m having a strange problem accessing a 1.7GB Ferret index from
within Mongrel (1.0.1) on Linux. On OSX a Ferret search through Rails
takes a fraction of a second. From the command line, bypassing
Mongrel, the search takes about the same amount of time. On Fedora
Core 4 a Ferret search from the command line takes a fraction of a
second, but the same search through Mongrel never
2007 Apr 03
3
MediaTemple Image upload
Hi All,
I''m hosting with MediaTemple who are currently using 0.3.3 of mongrel
on their GridServer. My rails app has an image upload facility
whereby if you upload a large image (e.g. 5Mb) mongrel crashes. I''ve
requested an upgrade to the latest version of mongrel but don''t
believe that''s going to happen too soon. I''m not getting too much
2006 Dec 18
6
mongrel_cluster: selective restarts
Hi list,
I have tried to reach Bradley (author of mongrel_cluster) by mail, but
have not gotten a response. So I''ll try trough this channel:
I have ''developed''[1] a small extension to mongrel_cluster that allows
selective restart of any one listener in a configuration that contains
more than one listener by using a command like
mongrel_rails
2006 Oct 29
2
Question for Zed
Zed,
I purchased your book and was reading through it. On page 25 it states:
"Mongrel will give precedence to the parameter values in the config
file over those in the command line."
I was wondering why this is not the other way around, preference
given to the command line options.
Thanks,
~Wayne
2007 Feb 21
19
Critical Issue - Site down...
We have a site that is running Mongrel and is down.
Below is the Mongrel log file information.
The server is a Linux server with 2gb of RAM.
EV1 (hosting site) says that since this is a Linux server that the RAM
is cached and that there is plenty of free memory available.
Can anyone make sense of this error and have some suggestion of options
that I may take to correct this issue and get
2006 Oct 31
5
mongrel parser for server response
I''m taking a stab at creating a parser to parse the server response
using the mongrel parser as a base. Never having used a parser like
Ragel before in my life, I''d like some input on the following for
parsing an http server response. This is part of my modified version
of http11_parser.rl. In particular what would be better than using
''any'' to match the
2007 Feb 07
2
mongrel_in_a_tunnel
Hi list:
I started to make a quick GemPlugin command [ssl::start] that sets up
an stunnel before calling the normal [start] command.
so
$ mongrel_rails ssl:start
will do everything that start normally does and configure/setup an
stunnel.
The question...
Obviously this plugin will require stunnel to be installed. What do
you think is the best move:
1) nothing, just require that people
2006 Nov 01
8
Nginx, Mongrel, Proxy and REMOTE_ADDR
I''m using a cluster of mongrels behind an apache 1.3 proxy pass. I''ve
been passing the request to pen, which in turn balances the cluster of
mongrels. Now, I''d like to be able to use a different server to send
the static files created by the rails application, so I tried to
replace pen with nginx. Everything seems to work fine except the
environment variable REMOTE_ADDR.