View Single Post
  #4  
Old 11-04-2009, 03:39 AM
thbar thbar is offline
Member
 
Join Date: Sep 2006
Posts: 33
Default Same issue here ?

Hi!

I'm getting what seems to be the same error here:

Code:
 /var/sites/myapp/releases/20091104111639/vendor/rails/activesupport/lib/active_support/dependencies.rb:105:in `const_missing'
 : 
 uninitialized constant Rack::Handler::LSWS::RewindableInput
  (
 NameError
 )
 	from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/lsws.rb:19:in `serve'
 	from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/lsws.rb:9:in `run'
 	from /usr/local/lsws/fcgi-bin/RailsRunner.rb:60
My setup is:
- ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux]
- rails 2.3.4
- rack 1.0.1
- Ubuntu 8.04.3 LTS
- easy setup from litespeed

Is there anyone facing the same issue currently ? Is there a recommended fix ?

thanks for any hint - if there's anything I can do to help diagnose and fix the issue, please tell me.

cheers,

-- Thibaut
Reply With Quote