Skip to content

Instantly share code, notes, and snippets.

@atambo
Created January 20, 2014 19:54
Show Gist options
  • Save atambo/8527800 to your computer and use it in GitHub Desktop.
Save atambo/8527800 to your computer and use it in GitHub Desktop.
org.jruby.rack.RackInitializationException: Could not find bouncy-castle-java-1.5.0147 in any of the sources
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/spec_set.rb:92:in `materialize'
from org/jruby/RubyArray.java:2441:in `map!'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/spec_set.rb:85:in `materialize'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:133:in `specs'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:178:in `specs_for'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:167:in `requested_specs'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/environment.rb:18:in `requested_specs'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/runtime.rb:13:in `setup'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler.rb:119:in `setup'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/setup.rb:17:in `(root)'
from org/jruby/RubyKernel.java:1083:in `require'
from classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1:in `(root)'
from classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:135:in `require'
from org/jruby/RubyKernel.java:1083:in `require'
from /opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/config/boot.rb:19:in `(root)'
from classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1:in `(root)'
from classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55:in `require'
from classpath:/jruby/rack/rails/environment3.rb:23:in `load_environment'
at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:98)
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2220)
at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:960)
at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6038)
at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualHost.java:421)
at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.createRunnableHandler(DynamicVirtualHost.java:241)
at com.ibm.ws.http.internal.VirtualHostImpl.discriminate(VirtualHostImpl.java:182)
at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDispatcherLink.java:169)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:448)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(HttpInboundLink.java:382)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(HttpInboundLink.java:282)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(HttpInboundLink.java:253)
at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:174)
at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:83)
at com.ibm.ws.tcpchannel.internal.WorkQueueManager.requestComplete(WorkQueueManager.java:502)
at com.ibm.ws.tcpchannel.internal.WorkQueueManager.attemptIO(WorkQueueManager.java:550)
at com.ibm.ws.tcpchannel.internal.WorkQueueManager.workerRun(WorkQueueManager.java:899)
at com.ibm.ws.tcpchannel.internal.WorkQueueManager$Worker.run(WorkQueueManager.java:981)
at com.ibm.ws.threading.internal.Worker.executeWork(Worker.java:439)
at com.ibm.ws.threading.internal.Worker.run(Worker.java:421)
at java.lang.Thread.run(Thread.java:780)
Caused by: org.jruby.exceptions.RaiseException: (GemNotFound) Could not find bouncy-castle-java-1.5.0147 in any of the sources
at RUBY.materialize(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/spec_set.rb:92)
at org.jruby.RubyArray.map!(org/jruby/RubyArray.java:2441)
at RUBY.materialize(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/spec_set.rb:85)
at RUBY.specs(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:133)
at RUBY.specs_for(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:178)
at RUBY.requested_specs(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/definition.rb:167)
at RUBY.requested_specs(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/environment.rb:18)
at RUBY.setup(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/runtime.rb:13)
at RUBY.setup(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler.rb:119)
at RUBY.(root)(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/gems/gems/bundler-1.5.2/lib/bundler/setup.rb:17)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083)
at RUBY.(root)(classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1)
at RUBY.require(classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:135)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083)
at RUBY.(root)(/opt/wlp/8.5.5.0/wlp/usr/servers/staging/apps/cxo/WEB-INF/config/boot.rb:19)
at RUBY.(root)(classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1)
at RUBY.require(classpath:/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55)
at RUBY.load_environment(classpath:/jruby/rack/rails/environment3.rb:23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment