Created
December 8, 2010 17:27
-
-
Save MarkMenard/733593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.jruby.rack.RackInitializationException: Valid types are [:development, :runtime], not nil | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:359:in `new' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:359:in `search' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:354:in `gems_size' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:179:in `resolve' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:175:in `each' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:175:in `sort_by' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:175:in `resolve' | |
from /Users/enablelabs/opt/jboss/server/default/tmp/deploy/tmp2213791091804345453mori.ear-contents/mori.war/WEB-INF/gems/gems/bundler-1.0.7/lib/bundler/resolver.rb:160:in `start' | |
... 23 levels... | |
from /Users/enablelabs/.rvm/gems/ree-1.8.7-head/gems/rack-1.1.0/lib/rack/builder.rb:46:in `initialize' | |
from <script>:2:in `new' | |
from <script>:2 | |
at org.jruby.rack.DefaultRackApplicationFactory$4.init(DefaultRackApplicationFactory.java:164) | |
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:51) | |
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:27) | |
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:40) | |
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669) | |
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104) | |
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment