Displaying 20 results from an estimated 10000 matches similar to: "Bad Client Errors"
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in
public/cache rather than public [in order to set svn:ignore on all the files
properly]. I can get page_cache_directory set correctly and the pages are
cached in the right place but Mongrel isn''t serving them because it''s only
looking for them in public. During development I know I can set -r
public/cache
2006 Jul 18
5
Mongrel process unexpectedly dying
We tried to give Mongrel a go running our application which has moderate
traffic. We got mongrel up and running easy enough but 3 times in a short
period(2hours) mongrel just died with the following error when we went live
to production with it. As you can see we are running mongrel-0.3.13.3.
/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:576:in`peeraddr'':
Transport endpoint
2006 Jun 30
50
Time To Pick the Mongrel BUGS Mascot!
Bradley Taylor shot me this *goldmine* of ugly ugly ugly dogs:
http://www.sonoma-marinfair.org/uglydogvote.shtml
I *have* to use one of these for the Mongrel BUGS Mascot. He''ll go on
our bug list page and replace the little beetles on the left.
Pick the dog you think best represents a lovable but defective pooch and
reply to this with your +1.
Let the voting begin!
--
Zed A. Shaw
2006 Aug 01
11
strange bugs while using mongrel, while running in development (and also sometimes in production mode)
Following errors are taken from monrgrel running in development mode. It
complained routes.rb, no such file or directory and then sometimes i get
application.rb, no such file or directory.Doesn''t seem correct to me.
Though not so often, but even production servers throw these errors
sometimes, and i have no special routes setup or something.Its pretty much
default one, except few changes
2006 Aug 16
8
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
Hello Everyone,
I just posted another pre-release of Mongrel that fixes a bug which
caused Mongrel to claim it was getting parsing errors because the
QUERY_STRINGs were too long. In actuality it was shift in the parser
that made empty queries (/test?) become negative. This is fixed up now.
Here''s the full list of changes:
* It has a couple of fixes for win32, but I still have to
2006 Jul 16
3
Bug in mongrel_cluster
Anybody know where to submit a bug for mongrel_cluster.
Thanks
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2006 Aug 03
14
[WARNING] don''t use ruby-sendfile
Hi Folks,
I''ve been getting reports of people with serious stability problems in
Mongrel. These problems go away instantly when they remove
ruby-sendfile.
If your mongrel starts up saying that you have "sendfile installed" and
that it is using it then **you are wrong**. Remove the gem and don''t
use it.
I''ll be investigating why it doesn''t really
2006 Jun 29
2
Mongrel 0.3.13.3 Needs Debuggers
Hi Everyone,
I have a small pre-release for Mongrel that will eventually be the
0.3.13.3 release, but it needs some quick testing before I make it
official. There''s a bug for only some folks and I need to find out
what''s causing it.
The bug is that the object_id method gets the signature:
def object_id(param)
end
Which is incredibly evil. Normally this does nothing to
2006 Aug 18
4
Mongrel setting with Mysql error
Hi,
I''m pretty newb at Rails deployement stuff.
I''m setting up a Mongrel web server on windows following the tutorial on the
official site.
My app works except when there''s interaction with MySQL. I get this error :
"Uninitialized constant Mysql"
Now i''m pretty lost and i''m sure i''m doing something wrong. I''ve tried
2006 Aug 14
4
Mongrel 0.3.13.4 -- PIDs Work, Win32 Gem
Alright, this time a small announce going out to *just* the mongrel list
so I can get some early testing.
There''s a new pre-release of 0.3.13.4 out that includes the win32
version of the gem.
** WIN32 USERS SHOULD INSTALL THIS AND TEST.***
***** BUT NOT ON PRODUCTION SYSTEMS. ******
As usual, you install it with:
sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases/
2006 Jul 22
2
using MongrelDbg
I coded up a handler, using the MongrelDbg module to help me debug. I
deployed my code and found it royally broken in production because it
couldn''t include that module.
What''s the best practice for having MongrelDbg in code and not
breaking in different environments? Is this just a bug? I commented
out all my MongrelDbg usage and redeployed, and it works now.
--
Cheers,
2006 Jun 29
2
Mongrel Console..
Hello all, new convert to Mongrel here and am trying to get things going.
Right now I can start mongrel up just fine and it seems to work great, but
I''m trying to use the nifty console I heard about and can''t seem to get it
going.
`mongrel_rails console`
Cannot run the console script: unititialized constant RailsConfigurator
Any ideas? I just installed everything yesterday
2006 Jun 30
12
Mongrel 0.3.13.3 -- Ruby Licensed Release
Hello Everyone,
This is the official 0.3.13.3 release of Mongrel.
Mongrel is now released under the *Ruby license* instead of the LGPL.
I''m hoping this increases the adoption of Mongrel even further and
hopefully I can start pushing to get Mongrel included in Ruby directly.
INSTALL
As usual, you install it with your friendly gem install method of
choice:
gem install mongrel
Or
2006 May 20
9
Mongrel 0.3.13 Update -- Code Review, Code Coverage
Hey Folks,
I''ve been holding off the official 0.3.13 release so that Luis can get
the win32 side very nice and clean. We fixed a major problem last night
so it''s only a short time before we get it out. Luis is working really
hard on it, so just be patient.
In the meantime, I''ve been doing a code audit of the Mongrel code as it
is now and fixing any little things I
2006 Jul 20
17
The Debian Plan
Hello Folks,
After all the troubles people have had with Debian I realize that what
I''ve done still isn''t enough for smooth sailing. I''m now going to hold
back the 0.3.13.4 release in order to put an end to the Debian problem
once and for all.
I''m currently planning the following changes:
1) Specific documentation for Debian. Debian will become the only
2006 Jul 10
4
Test Mongrel 0.3.13.4 Please
Hey Folks,
There''s a nasty little bug in 0.3.13.3 when running in development mode
which could cause all sorts of problems.
Please grab the pre-release of 0.3.13.4 and tell me if it works for you:
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
Thanks!
--
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
http://www.railsmachine.com/ -- Need
2006 Aug 10
7
Mongrel and SSL?
I have a small intranet app with only 20 or so users.
I''m currently using lighttpd w/ssl for production and mongrel for dev.
I don''t think Mongrel supports ssl, but what is the easiest front-end
to put in front of it? Pound?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users!
I just posted a bad-ass capistrano file that automates *everything*
for setting up an apache2+mod_proxy_balancer and
mongrel+mongrel_cluster -- including apache2 setups. It''s based off
Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine
(thanks Coda and Bradley!).
It''s, well, bad-ass, if I must say so myself. My favorite
2006 Jul 10
3
crashing mongrel
Newbie question here: I''m hitting my rails app and killing mongrel. Any ideas?
Here''s the error:
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:628:in
`accept'': Software caused connection abort (Errno::ECONNABORTED)
from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in
`join''
from
2006 Jul 17
6
Rails+Mongrel+Lighthttpd: Ruby-Sendfile Problem
Hello,
I have a working mongrel cluster and want to use Lighty as the frontend
webserver. I want ligthttpd to deliver the static content.
So I did
gem install sendfile --remote
Everything installed.
But if I run the tests like
gem check sendfile --test --debug
i get the following error message:
Exception `Errno::ENOSYS'' at ./test/test_sendfile.rb:75 - Function not
implemented -