search for: readparti

Displaying 6 results from an estimated 6 matches for "readparti".

Did you mean: readpart
2006 Oct 12
3
How to get a decent stack trace?
...gave Mongrel a try on my Rails app. After running ''mongrel_rails start'' everything seems fine. Yet, when I start a request I get the following error message on the console: ERROR: You have a nil object when you didn''t expect it! The error occured while evaluating nil.readpartial That''s it. The application works fine with Webrick and Apache/fcgid. Mongrel happily serves other Rails apps on my system. Is there a way to get a complete stack trace from Mongrel, so I can figure out what''s causing the problem? Thanks, Andy
2006 Aug 14
1
More mongrel pre-release crashes
...3.4/lib/mongrel/ command.rb:203:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:233 /usr/local/bin/mongrel_rails:18 Mon Aug 14 10:39:55 CDT 2006: ERROR: failed to allocate memory /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 536:in `readpartial'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 536:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 664:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel.rb: 664:in `run'' /usr/l...
2007 Apr 29
4
NoMethodError exceptions
...uby/gems/1.8/gems/mongrel-0.3.3 /bin/mongrel_rails:224 from /opt/local/bin/mongrel_rails:16:in `load'' from /opt/local/bin/mongrel_rails:16 $ mongrel_rails start Running Mongrel server in development mode at 0.0.0.0:3000 Server ready. ERROR(NoMethodError): undefined method `readpartial'' for #<TCPSocket:0x24f2274> /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.3/lib/mongrel.rb:352:in `process_client'' /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.3/lib/mongrel.rb:332:in `initialize'' /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.3/lib/mongrel.rb:331...
2006 Feb 10
22
Mongrel 0.3 -- Runs Ruby On Rails
Hello Folks, This is the long awaited release of the Mongrel HTTP library that supports *Ruby On Rails*. I know tons of people have been waiting for it, so I''ve got a few things to lay down first before you get all excited: 1) It''s very very ALPHA support for Rails. It will run a Rails app, and runs my simple apps, but it''s not fast or correct as it needs to
2010 Apr 23
3
rails-3.0.0.beta3 install error on ri 'lib' ENOENT
...ould not find RubyGem test-unit (>= 0) Exception `Gem::LoadError'' at /usr/local/lib/site_ruby/1.9.1/ rubygems.rb:777 - Could not find RubyGem sources (> 0.0.1) Exception `NoMethodError'' at /usr/local/lib/site_ruby/1.9.1/rubygems/ package/tar_input.rb:49 - undefined method `readpartial'' for #<Gem::Package::TarReader::Entry:0xbcdd054> Exception `IOError'' at /usr/local/lib/site_ruby/1.9.1/rubygems/ format.rb:50 - closed stream Exception `Errno::EEXIST'' at /usr/lib/ruby/1.9.1/fileutils.rb:243 - File exists - /usr/lib/ruby1.9.1/gems/1.9.1 Exception...
2013 Nov 05
4
Handling closed clients
We have a service that clients use to upload files. We have a couple of clients that are on slow links and so their upload times out. We get errors in the logs that I''d like to get rid of. I was hoping that the recent commit 24b9f66dcdda44378b4053645333ce9ce336b413 would help us, but it does not. After digging in a bit, I have some ideas about why and a patch I''d like comments