Problem with .war File on Glassfish

Hello!

I have a problem with a war-file generated by warbler. My
Glassfishv3-Server throws the following exception when I try to access
the deployed webapp:
[#|2009-04-01T14:25:16.717+0200|SEVERE|glassfish|javax.enterprise.system.core|_ThreadID=18;_ThreadName=Thread-4;|service
exception
/Users/Chris/.gem/jruby/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:440:in
load_missing_constant': uninitialized constant ActionController::AbstractRequest (NameError) from /Users/Chris/.gem/jruby/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:inconst_missing_with_dependencies’
from :59:in `service’
from :1
…internal jruby stack elided…
from
ActiveSupport::Dependencies.load_missing_constant(/Users/Chris/.gem/jruby/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80)
from
ActiveSupport::Dependencies::ModuleConstMissing.const_missing_with_dependencies(:59)
from Grizzlet.service(:1)
from (unknown).(unknown)(:1)

Maybe you can help me …