Hi,
I have upgraded my project from rails 2.3.4 (ruby 186) to rails 3.0
(ruby 187).
For some of the controllers I am getting following error on the
frontend:
Internal Server Error
Not enough space
WEBrick/1.3.1 (Ruby/1.8.7/2010-12-23) at localhost:3000
Rails Console:
F:/waftt/app/controllers/reports_controller.rb:147: warning: don’t put
space bef
ore argument parentheses
[2011-04-13 20:27:35] ERROR Errno::ENOMEM: Not enough space
c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/rack/log_tail
er.rb:25:in write' c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/rack/log_tail er.rb:25:in
print’
c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/rack/log_tail
er.rb:25:in tail!' c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/rack/log_tail er.rb:15:in
call’
c:/Ruby187/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/content_length.rb:
13:in call' c:/Ruby187/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler/webrick.rb :52:in
service’
c:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:104:in service' c:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:in
run’
c:/Ruby187/lib/ruby/1.8/webrick/server.rb:173:in start_thread' c:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in
start’
c:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in start_thread' c:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:in
start’
c:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in each' c:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in
start’
c:/Ruby187/lib/ruby/1.8/webrick/server.rb:23:in start' c:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:in
start’
c:/Ruby187/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler/webrick.rb
:13:in run' c:/Ruby187/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/server.rb:213:in
start’
c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/commands/serv
er.rb:65:in start' c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/commands.rb:3 0 c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/commands.rb:2 7:in
tap’
c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/commands.rb:2
7
script/rails:6:in `require’
script/rails:6
I have checked the disk space and it is more than 20G free. What could
be the issue? Does anybody know about any workaround ?
Thanks,
Payal