Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zero-master/604acb0e99b372a163f07946fa4b9fd1 to your computer and use it in GitHub Desktop.
Save zero-master/604acb0e99b372a163f07946fa4b9fd1 to your computer and use it in GitHub Desktop.
2018-06-01T04:58:03,630+0000 lvl='INFO', log='KillbillLogWriter', th='Thread-9', xff='', rId='', aRId='', tRId='', JRuby plugin killbill-bit_pay activated (symbolicName = org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-1)
2018-06-01T04:58:03,634+0000 lvl='INFO', log='KillbillLogWriter', th='Thread-9', xff='', rId='', aRId='', tRId='', Starting JRuby plugin killbill-bit_pay (symbolicName = org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-1, pluginMain=Killbill::Plugin::Api::PaymentPluginApi)
2018-06-01T04:58:03,635+0000 lvl='INFO', log='JRubyPlugin', th='localhost-startStop-1', xff='', rId='', aRId='', tRId='', Creating scripting container with localContextScope SINGLETHREAD
Bundler::GemNotFound: Could not find json-1.8.6 in any of the sources
materialize at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/spec_set.rb:91
map! at org/jruby/RubyArray.java:2446
materialize at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/spec_set.rb:85
specs at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:171
specs_for at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:238
requested_specs at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:227
requested_specs at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/runtime.rb:108
setup at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/runtime.rb:20
setup at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler.rb:107
(root) at /var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/boot.rb:14
load at org/jruby/RubyKernel.java:1059
(root) at <script>:1
2018-06-01T04:58:06,333+0000 lvl='INFO', log='jruby:0_36_15', th='Thread-9', xff='', rId='', aRId='', tRId='', BundleEvent STOPPED
2018-06-01T04:58:06,335+0000 lvl='WARN', log='FileInstall', th='localhost-startStop-1', xff='', rId='', aRId='', tRId='', Unable to start bundle
org.osgi.framework.BundleException: Activator start error in bundle org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-1 [20].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2204)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2072)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:976)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:963)
at org.killbill.billing.osgi.FileInstall.startBundle(FileInstall.java:258)
at org.killbill.billing.osgi.BundleRegistry.startBundles(BundleRegistry.java:103)
at org.killbill.billing.osgi.DefaultOSGIService.start(DefaultOSGIService.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.killbill.billing.lifecycle.DefaultLifecycle.doFireStage(DefaultLifecycle.java:150)
at org.killbill.billing.lifecycle.DefaultLifecycle.fireSequence(DefaultLifecycle.java:137)
at org.killbill.billing.lifecycle.DefaultLifecycle.fireStartupSequencePriorEventRegistration(DefaultLifecycle.java:78)
at org.killbill.billing.server.listeners.KillbillPlatformGuiceListener.startLifecycle(KillbillPlatformGuiceListener.java:303)
at org.killbill.billing.server.listeners.KillbillPlatformGuiceListener.contextInitialized(KillbillPlatformGuiceListener.java:126)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:656)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1635)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalArgumentException: org.jruby.embed.EvalFailedException: (GemNotFound) Could not find json-1.8.6 in any of the sources
at org.killbill.billing.osgi.bundles.jruby.JRubyPlugin.checkValidPlugin(JRubyPlugin.java:197)
at org.killbill.billing.osgi.bundles.jruby.JRubyPlugin.instantiatePlugin(JRubyPlugin.java:101)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.doStartPlugin(JRubyActivator.java:160)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.startPlugin(JRubyActivator.java:134)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.access$1700(JRubyActivator.java:43)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator$2.doCall(JRubyActivator.java:112)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.withContextClassLoader(JRubyActivator.java:207)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.startWithContextClassLoader(JRubyActivator.java:75)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.access$000(JRubyActivator.java:43)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator$1.isRegistered(JRubyActivator.java:64)
at org.killbill.billing.osgi.libs.killbill.KillbillServiceListener.serviceChanged(KillbillServiceListener.java:66)
at org.killbill.billing.osgi.libs.killbill.KillbillServiceListener.listenForService(KillbillServiceListener.java:40)
at org.killbill.billing.osgi.bundles.jruby.JRubyActivator.start(JRubyActivator.java:67)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2154)
... 28 common frames omitted
Caused by: org.jruby.embed.EvalFailedException: (GemNotFound) Could not find json-1.8.6 in any of the sources
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:132)
at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1360)
at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1353)
at org.killbill.billing.osgi.bundles.jruby.JRubyPlugin.checkValidPlugin(JRubyPlugin.java:195)
... 42 common frames omitted
Caused by: org.jruby.exceptions.RaiseException: (GemNotFound) Could not find json-1.8.6 in any of the sources
at RUBY.materialize(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/spec_set.rb:91)
at org.jruby.RubyArray.map!(org/jruby/RubyArray.java:2446)
at RUBY.materialize(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/spec_set.rb:85)
at RUBY.specs(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:171)
at RUBY.specs_for(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:238)
at RUBY.requested_specs(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/definition.rb:227)
at RUBY.requested_specs(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/runtime.rb:108)
at RUBY.setup(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler/runtime.rb:20)
at RUBY.setup(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/ROOT/gems/gems/bundler-1.16.2/lib/bundler.rb:107)
at RUBY.(root)(/var/tmp/bundles/plugins/ruby/killbill-bit_pay/0.0.1/boot.rb:14)
at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1059)
at RUBY.(root)(<script>:1)
2018-06-01T04:58:06,336+0000 lvl='INFO', log='FileInstall', th='localhost-startStop-1', xff='', rId='', aRId='', tRId='', Starting bundle jruby-killbill-kpm
2018-06-01T04:58:06,345+0000 lvl='INFO', log='jruby:0_36_15', th='Thread-9', xff='', rId='', aRId='', tRId='', BundleEvent RESOLVED
2018-06-01T04:58:06,347+0000 lvl='INFO', log='KillbillLogWriter', th='Thread-9', xff='', rId='', aRId='', tRId='', OSGI bundle='org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-2' received START command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment