Skip to content

Instantly share code, notes, and snippets.

@ykubota
Created June 21, 2013 02:33
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 ykubota/5828448 to your computer and use it in GitHub Desktop.
Save ykubota/5828448 to your computer and use it in GitHub Desktop.
glassfish redmine
$ jruby -v
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on OpenJDK 64-Bit Server VM 1.7.0_25-mockbuild_2013_06_19_07_21-b00 [linux-amd64]
org.jruby.exceptions.RaiseException: (LoadError) load error: openssl -- java.lang.NoClassDefFoundError: Could not initialize class org.jruby.ext.openssl.ASN1
|A')?
$ vim Gemfile
32 # jruby-openssl is bundled with JRuby 1.7.0
33 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERS ION < '1.7.0'
|A')<usotuki-
gem "jruby-openssl", "0.7"
$ jruby -S bundle install
$ jruby -S warble war
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment