kaui build results in an image which is not properly initialized

73 views
Skip to first unread message

Nima Maghsoodi

unread,
Nov 15, 2023, 5:25:08 AM11/15/23
to Kill Bill users mailing-list
Hi,

I am using below Dockerfile for creating a pipeline for kaui project:
https://github.com/killbill/killbill-cloud/blob/master/docker/templates/kaui/latest/Dockerfile.template

After creating the image and deploying it in our k8s cluster, the app cannot initialise properly and fails to load the UI:
Screenshot 2023-11-15 at 12.22.29.png

Below you can find the container logs:

{"@timestamp":"2023-11-15T10:22:18.733Z","@version":"1","message":"initialization failed","logger_name":"jruby.rack","thread_name":"localhost-startStop-1","level":"ERROR","level_value":40000,"stack_trace":"org.jruby.rack.RackInitializationException: https://github.com/killbill/killbill-admin-ui.git (at master@54db6fd) is not yet checked out. Run `bundle install` first.\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:221:in `load_spec_files'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:107:in `local_specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:184:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb:82:in `materialize_for_installation'\n\tfrom org/jruby/RubyArray.java:2845:in `map!'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:208:in `specs_for_dependency'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:34:in `block in for'\n\tfrom org/jruby/RubyKernel.java:1601:in `loop'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:22:in `for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:85:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:523:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:200:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:266:in `specs_for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/runtime.rb:18:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler.rb:162:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `block in <main>'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:159:


in `with_level'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:111:in `silence'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom /var/lib/tomcat/webapps/ROOT/WEB-INF/config/boot.rb:5:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom uri:classloader:/jruby/rack/rails/environment3.rb:23:in `load_environment'\n\tfrom uri:classloader:/jruby/rack/rails_booter.rb:83:in `load_environment'\n\tfrom <script>:1:in `<main>'\n\n\tat org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)\n\tat org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:104)\n\tat org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)\n\tat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4441)\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4899)\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)\n\tat org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:710)\n\tat org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:687)\n\tat org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661)\n\tat org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1177)\n\tat org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1925)\n\tat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)\n\tat java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.co


ncurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\nCaused by: org.jruby.exceptions.StandardError: (GitError) https://github.com/killbill/killbill-admin-ui.git (at master@54db6fd) is not yet checked out. Run `bundle install` first.\n\tat RUBY.load_spec_files(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:221)\n\tat RUBY.local_specs(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:107)\n\tat RUBY.specs(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:184)\n\tat RUBY.materialize_for_installation(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb:82)\n\tat org.jruby.RubyArray.map!(org/jruby/RubyArray.java:2845)\n\tat RUBY.specs_for_dependency(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:208)\n\tat RUBY.for(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:34)\n\tat org.jruby.RubyKernel.loop(org/jruby/RubyKernel.java:1601)\n\tat RUBY.for(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:22)\n\tat RUBY.materialize(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:85)\n\tat RUBY.materialize(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:523)\n\tat RUBY.specs(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:200)\n\tat RUBY.specs_for(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:266)\n\tat RUBY.setup(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/runtime.rb:18)\n\tat RUBY.setup(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler.rb:162)\n\tat RUBY.<main>(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23)\n\tat RUBY.with_level(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:159)\n\tat RUBY.silence(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/she


ll.rb:111)\n\tat RUBY.<main>(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23)\n\tat org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071)\n\tat RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)\n\tat RUBY.<main>(/var/lib/tomcat/webapps/ROOT/WEB-INF/config/boot.rb:5)\n\tat org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071)\n\tat RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)\n\tat RUBY.load_environment(uri:classloader:/jruby/rack/rails/environment3.rb:23)\n\tat RUBY.load_environment(uri:classloader:/jruby/rack/rails_booter.rb:83)\n\tat RUBY.<main>(<script>:1)\nCaused by: org.jruby.exceptions.StandardError: (PathError) The path `/usr/local/rvm/gems/ruby-3.2.2/bundler/gems/killbill-admin-ui-54db6fd516e7` does not exist.\n\tat RUBY.load_spec_files(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:209)\n\tat RUBY.load_spec_files(/usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:218)\n\t... 26 common frames omitted\n"}

Wed, Nov 15 2023 12:22:18 pm

Nov 15, 2023 10:22:18 AM org.apache.catalina.startup.HostConfig deployDirectory 2023-11-15T10:22:18.748643474Z INFO: Deployment of web application directory [/var/lib/tomcat/webapps/ROOT] has finished in [7,471] ms

Wed, Nov 15 2023 12:22:18 pm

Nov 15, 2023 10:22:18 AM org.apache.coyote.AbstractProtocol start 2023-11-15T10:22:18.758738611Z INFO: Starting ProtocolHandler ["http-nio-8080"]

Wed, Nov 15 2023 12:22:18 pm

Nov 15, 2023 10:22:18 AM org.apache.catalina.startup.Catalina start 2023-11-15T10:22:18.767141054Z INFO: Server startup in 7567 ms

Wed, Nov 15 2023 12:22:23 pm

{"@timestamp":"2023-11-15T10:22:23.149Z","@version":"1","message":"resetting rack response due exception: org.jruby.rack.RackInitializationException: https://github.com/killbill/killbill-admin-ui.git (at master@54db6fd) is not yet checked out. Run `bundle install` first.\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:221:in `load_spec_files'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:107:in `local_specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:184:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb:82:in `materialize_for_installation'\n\tfrom org/jruby/RubyArray.java:2845:in `map!'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:208:in `specs_for_dependency'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:34:in `block in for'\n\tfrom org/jruby/RubyKernel.java:1601:in `loop'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:22:in `for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:85:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:523:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:200:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:266:in `specs_for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/runtime.rb:18:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler.rb:162:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `block in <main>'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:159:in `with_level'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:1


11:in `silence'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom /var/lib/tomcat/webapps/ROOT/WEB-INF/config/boot.rb:5:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom uri:classloader:/jruby/rack/rails/environment3.rb:23:in `load_environment'\n\tfrom uri:classloader:/jruby/rack/rails_booter.rb:83:in `load_environment'\n\tfrom <script>:1:in `<main>'\n","logger_name":"jruby.rack","thread_name":"catalina-exec-4","level":"INFO","level_value":20000}

Wed, Nov 15 2023 12:22:24 pm

Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1

Wed, Nov 15 2023 12:22:24 pm

Ignoring executable-hooks-1.6.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.6.1

Wed, Nov 15 2023 12:22:24 pm

Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0

Wed, Nov 15 2023 12:22:24 pm

Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2

Wed, Nov 15 2023 12:22:24 pm

uri:classloader:/jruby/rack/error_app/show_status.rb:13: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.

Wed, Nov 15 2023 12:22:24 pm

uri:classloader:/jruby/rack/error_app/show_status.rb:13: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.

Wed, Nov 15 2023 12:23:00 pm

Nov 15, 2023 10:23:00 AM org.apache.coyote.http11.Http11Processor service 2023-11-15T10:23:00.785533740Z INFO: Error parsing HTTP request header 2023-11-15T10:23:00.785539831Z Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. 2023-11-15T10:23:00.785546003Z java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x010x170x010x000x010x130x030x03;0x950xad0xc50xbad0xb30xac0x9cwh"0x0ec0x9d`0x1c0x080x9d0xa00x110x17m0xe90xbbZ:0xa20x9b0x090xed0x1d ]. HTTP method names must be tokens 2023-11-15T10:23:00.785550401Z at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:422) 2023-11-15T10:23:00.785554399Z at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:492) 2023-11-15T10:23:00.785558386Z at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) 2023-11-15T10:23:00.785562764Z at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:932) 2023-11-15T10:23:00.785571410Z at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1694)

Wed, Nov 15 2023 12:23:00 pm

at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) 2023-11-15T10:23:00.785579225Z at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) 2023-11-15T10:23:00.785582922Z at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 2023-11-15T10:23:00.785586709Z at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) 2023-11-15T10:23:00.785591248Z at java.base/java.lang.Thread.run(Thread.java:829) 2023-11-15T10:23:00.785594825Z

Wed, Nov 15 2023 12:23:11 pm

{"@timestamp":"2023-11-15T10:23:11.375Z","@version":"1","message":"resetting rack response due exception: org.jruby.rack.RackInitializationException: https://github.com/killbill/killbill-admin-ui.git (at master@54db6fd) is not yet checked out. Run `bundle install` first.\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:221:in `load_spec_files'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:107:in `local_specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:184:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb:82:in `materialize_for_installation'\n\tfrom org/jruby/RubyArray.java:2845:in `map!'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:208:in `specs_for_dependency'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:34:in `block in for'\n\tfrom org/jruby/RubyKernel.java:1601:in `loop'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:22:in `for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:85:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:523:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:200:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:266:in `specs_for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/runtime.rb:18:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler.rb:162:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `block in <main>'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:159:in `with_level'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:1


11:in `silence'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom /var/lib/tomcat/webapps/ROOT/WEB-INF/config/boot.rb:5:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom uri:classloader:/jruby/rack/rails/environment3.rb:23:in `load_environment'\n\tfrom uri:classloader:/jruby/rack/rails_booter.rb:83:in `load_environment'\n\tfrom <script>:1:in `<main>'\n","logger_name":"jruby.rack","thread_name":"catalina-exec-2","level":"INFO","level_value":20000}

Wed, Nov 15 2023 12:23:12 pm

{"@timestamp":"2023-11-15T10:23:12.531Z","@version":"1","message":"resetting rack response due exception: org.jruby.rack.RackInitializationException: https://github.com/killbill/killbill-admin-ui.git (at master@54db6fd) is not yet checked out. Run `bundle install` first.\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:221:in `load_spec_files'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/path.rb:107:in `local_specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/source/git.rb:184:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb:82:in `materialize_for_installation'\n\tfrom org/jruby/RubyArray.java:2845:in `map!'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:208:in `specs_for_dependency'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:34:in `block in for'\n\tfrom org/jruby/RubyKernel.java:1601:in `loop'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:22:in `for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/spec_set.rb:85:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:523:in `materialize'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:200:in `specs'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/definition.rb:266:in `specs_for'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/runtime.rb:18:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler.rb:162:in `setup'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `block in <main>'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:159:in `with_level'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/ui/shell.rb:1


11:in `silence'\n\tfrom /usr/local/rvm/gems/ruby-3.2.2/gems/bundler-2.4.22/lib/bundler/setup.rb:23:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom /var/lib/tomcat/webapps/ROOT/WEB-INF/config/boot.rb:5:in `<main>'\n\tfrom org/jruby/RubyKernel.java:1071:in `require'\n\tfrom uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85:in `require'\n\tfrom uri:classloader:/jruby/rack/rails/environment3.rb:23:in `load_environment'\n\tfrom uri:classloader:/jruby/rack/rails_booter.rb:83:in `load_environment'\n\tfrom <script>:1:in `<main>'\n","logger_name":"jruby.rack","thread_name":"catalina-exec-6","level":"INFO","level_value":20000}

Please help me find a proper dockerfile which I can use in my ci/cd pipeline to generate proper ui images

karan bansal

unread,
Nov 16, 2023, 8:28:09 AM11/16/23
to Kill Bill users mailing-list
Hi Nima,

Instead of the latest image, could you try with Kaui version 2.0.11.

Regards
Karan

Reply all
Reply to author
Forward
Message has been deleted
0 new messages