Caused by: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/config/KotlinCompilerVersion
That's all I have right at the moment. But yeah, I think I saw in the bigger stacktraces mentions about the system classloader. On Wed, Mar 2, 2022 at 4:11 PM Matt Burgess <[email protected]> wrote: > > Mike, > > I haven't had a chance to repro the problem but when I've seen this > with scripting engines it's usually because they do some stuff under > the hood with the system classloader and not the thread's context > classloader... > > What classpath issue are you seeing? > > Regards, > Matt > > On Wed, Mar 2, 2022 at 2:35 PM Mike Thomsen <[email protected]> wrote: > > > > Here's the branch: > > https://github.com/MikeThomsen/nifi/commit/588da17a42f9ad34192be31bd5252cad518147fd > > > > Here's a gist that works just fine when you run it locally: > > https://gist.github.com/MikeThomsen/90d81c584bfd21d43cfe143963f716a9 > > > > It appears to be something specific to how we handle classpaths. Any > > thoughts? > > > > Thanks, > > > > Mike
