ruby - jruby/warbler: NoClassDefFound: Could not initialize org.jruby.ext.openssl.ASN1 -


i tried use warbler make war of redmine installation.

i first installed jruby (1.7.4), download gems ''jruby -s gem install ...'', ''jruby -s bundle''.

i installed warbler, , tried or without specifying jruby-openssl in config.gems

org.jruby.exceptions.raiseexception: (loaderror) load error: openssl -- java.lang.noclassdeffounderror: not initialize class org.jruby.ext.openssl.asn1

i tried jruby 1.7.3 , jruby 1.7.1, although .war file generated same size.

i understand jruby-openssl part of jruby now.

how can make work?

update: works jruby, without making war. so, guess warbler must packaging wrong.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -