shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
<codefinger>
i'm dealing with this error: load error: psych -- java.lang.NoSuchMethodError: org.yaml.snakeyaml.error.Mark.<init>(Ljava/lang/String;III[II)V
<codefinger>
it seems like the app has a version of snakeyaml on the classpath that doesn't jive with psych
<codefinger>
does anyone know what version of snakeyaml is required by the psych in JRuby 9.2.5.0
KeyJoo has quit [Quit: KeyJoo]
<codefinger>
after looking again, i think this app may not have snakeyaml on the classpath at all. where does psych get it's snakeyaml from?
<headius>
codefinger: it's in the lib/ruby/stdlib dir
<codefinger>
i see the snakeyaml-1.23 in the jruby-stdlib jar, but for whatever reason it's not ending up on the classpath when running a warbler WAR in tomcat (it was working before upgrading to 9.2.5.0)
<headius>
classpath usually doesn't work with nested jars; we use our own classloader to load them
<headius>
in a Ruby-style deployment the jars are loose on the filesystem
<codefinger>
yea, but this worked before 9.2.5.0
xardion has quit [Remote host closed the connection]