could not initialize class org.openjdk.nashborn.internal.runtime.linker.Bootstrap due to classdef not found. However the jar is in place (loaded via the webapp's WEB-INF/lib... so it should be on the classpath.
Interestingly, i did attempt to make a simple reproducible example that can be shared and i was able to get nashorn to fire up on jdk17 with tomcat 11. So i suspect it's some kind of classloading issue on my end or perhaps some kind of SPI issue or a class collision or something. I'll keep investigating. Thanks for being my rubber duck! On Thu, Nov 21, 2024 at 8:01 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Alex, > > On 11/21/24 7:14 AM, Alex O'Ree wrote: > > I'm running into a bit of a strange problem with attempting to get a > > nashorn script working on jdk17 in tomcat 11. it works fine outside of > > tomcat but always fails to start inside tomcat. > > Wow, I haven't heard the name Nashorn in forever. > > > I suspect it has something to do with the just in time compiler, but the > > error messages are so cryptic that it's difficult to tell what's going > on. > > Was it too cryptic to copy and paste into this post? > > > And of course there's next to no search results on the internet about > this. > > > > Has anyone out there in the tomcat user community attempted this or have > an > > insight as to what the issue could be? > > Can you post what you've got? > > -chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >