Created
March 7, 2012 15:44
-
-
Save jcfischer/1993876 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
15:39:06,062 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "current-knob.yml" | |
15:39:06,639 INFO [org.torquebox.core.runtime] (Thread-109) Initialize? true | |
15:39:06,639 INFO [org.torquebox.core.runtime] (Thread-109) Initializer=org.torquebox.web.rack.RackRuntimeInitializer@7df86f75 | |
15:39:06,979 INFO [org.torquebox.core.runtime] (Thread-109) Setting up Bundler | |
15:39:08,138 INFO [stdout] (Thread-109) Could not find rake-0.8.7 in any of the sources | |
15:39:08,138 INFO [stdout] (Thread-109) Run `bundle install` to install missing gems. | |
15:39:08,139 ERROR [org.torquebox.core.runtime] (Thread-109) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (SystemExit) exit | |
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:856) [jruby.jar:] | |
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:825) [jruby.jar:] | |
at (Anonymous).(root)(/opt/torquebox-current/jruby/lib/ruby/gems/1.8/gems/bundler-1.0.22/lib/bundler/setup.rb:14) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:59) at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:55) at (Anonymous).(root)(/opt/torquebox-current/jruby/lib/ruby/gems/1.8/gems/bundler-1.0.22/lib/bundler/setup.rb:1) | |
15:39:08,143 ERROR [org.torquebox.core.runtime] (Thread-109) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (SystemExit) exit | |
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:856) [jruby.jar:] | |
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:825) [jruby.jar:] | |
at (Anonymous).(root)(/opt/torquebox-current/jruby/lib/ruby/gems/1.8/gems/bundler-1.0.22/lib/bundler/setup.rb:14) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:59) at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:55) at (Anonymous).(root)(/opt/torquebox-current/jruby/lib/ruby/gems/1.8/gems/bundler-1.0.22/lib/bundler/setup.rb:1) | |
15:39:08,151 INFO [org.torquebox.core.runtime] (Thread-109) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: current, context: web) in 2.22s | |
15:39:37,461 ERROR [org.torquebox.core.runtime] (http-178.209.62.44-178.209.62.44-8080-2) Error during execution: require %q(rack) | |
Rack::Builder.new{( | |
require File.expand_path(File.join(File.dirname(__FILE__), 'config', 'environment')) | |
run Sinatra::Application | |
)}.to_app: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) | |
15:39:37,463 ERROR [org.torquebox.web.servlet.RackFilter] (http-178.209.62.44-178.209.62.44-8080-2) Error invoking Rack filter: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) | |
15:39:37,463 ERROR [org.torquebox.web.servlet.RackFilter] (http-178.209.62.44-178.209.62.44-8080-2) Underlying Ruby exception | |
15:39:37,464 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[duisenberg.dragon.mobino.com].[/].[torquebox.static]] (http-178.209.62.44-178.209.62.44-8080-2) Servlet.service() for servlet torquebox.static threw exception: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) | |
15:39:37,638 ERROR [org.torquebox.core.runtime] (http-178.209.62.44-178.209.62.44-8080-1) Error during execution: require %q(rack) | |
Rack::Builder.new{( | |
require File.expand_path(File.join(File.dirname(__FILE__), 'config', 'environment')) | |
run Sinatra::Application | |
)}.to_app: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) | |
15:39:37,639 ERROR [org.torquebox.web.servlet.RackFilter] (http-178.209.62.44-178.209.62.44-8080-1) Error invoking Rack filter: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) | |
15:39:37,640 ERROR [org.torquebox.web.servlet.RackFilter] (http-178.209.62.44-178.209.62.44-8080-1) Underlying Ruby exception | |
15:39:37,640 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[duisenberg.dragon.mobino.com].[/].[torquebox.static]] (http-178.209.62.44-178.209.62.44-8080-1) Servlet.service() for servlet torquebox.static threw exception: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rack | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:] | |
at Kernel.require(/opt/torquebox-current/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36) at (Anonymous).(root)(/srv/duisenberg/current/config.ru:1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
never mind .. fixed my problem .. was around .bundle folder not being a part of the knob package.