Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Kendall Buchanan
Rack::ShowStatus [ reply ]  
2009-07-20 20:44
Thanks for the previous fast responses...

After the glassfish gem has been running for a while, suddenly all requests will be rejected and the log files will produces this:

WARNING: Error: Couldn't handle error
/usr/local/lib/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:440:in `load_missing_constant': uninitialized constant Rack::ShowStatus (NameError)
from /usr/local/lib/jruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies'
from file:/var/www/sign/releases/200907161131/tmp/.glassfish/static-cache/gf/glassfish.jar!/jruby/rack/grizzly_helper.rb:198:in `new'
from /usr/local/lib/jruby/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `instance_eval'
from /usr/local/lib/jruby/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `initialize'
from file:/var/www/sign/releases/200907161131/tmp/.glassfish/static-cache/gf/glassfish.jar!/jruby/rack/grizzly_helper.rb:197:in `new'
from file:/var/www/sign/releases/200907161131/tmp/.glassfish/static-cache/gf/glassfish.jar!/jruby/rack/grizzly_helper.rb:197:in `new'
from <script>:1
from /usr/local/lib/jruby/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `instance_eval'
from /usr/local/lib/jruby/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/builder.rb:29:in `initialize'
from <script>:1:in `new'
from <script>:1
...internal jruby stack elided...


Any thoughts?