You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
If I build the jar having installed a warbler version >= 2 I get the following error when running local deploy
java -jar roxy.jar local bootstrap
LoadError: no such file to load -- app_specific
require at org/jruby/RubyKernel.java:956
require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55
<main> at uri:classloader:/roxy/bin/roxy.rb:39
load at org/jruby/RubyKernel.java:974
<main> at uri:classloader:/META-INF/main.rb:1
require at org/jruby/RubyKernel.java:956
(root) at uri:classloader:/META-INF/main.rb:1
<main> at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
ERROR: org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- app_specific
Thanks for the report. Installing warbler with gem install warbler -v 1.4.9 works best indeed. This line can also be commented out. No need to run with jruby, it comes with warbler:
If I build the jar having installed a warbler version >= 2 I get the following error when running local deploy
gem dependency warbler
It works fine with a earlier warbler version which targets jruby <=2 (jruby 1.7.26).
gem dependency warbler
The text was updated successfully, but these errors were encountered: