Hey, I'm having some issues getting a fairly simple Spark API building (still includes Hibernate for DB access, so not super simple), but I'm running into this error
Caused by: java.lang.ClassNotFoundException: javax.security.jacc.PolicyConfiguration
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at jdk.vm.ci.hotspot.CompilerToVM.lookupType(Native Method)
at jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.lookupType(HotSpotJVMCIRuntime.java:456)
... 22 more
Seems fairly straight forward, except that I can't seem to find it myself. The dependency tree I see doesn't include it, but if I had to guess would be related to jetty, which seems to be what your build server is running. Any additional setup I need with Spark/Jetty? I have confirmed that the jar I'm trying to convert runs on it's own and does what I expect.
Hey, I'm having some issues getting a fairly simple Spark API building (still includes Hibernate for DB access, so not super simple), but I'm running into this error
Seems fairly straight forward, except that I can't seem to find it myself. The dependency tree I see doesn't include it, but if I had to guess would be related to jetty, which seems to be what your build server is running. Any additional setup I need with Spark/Jetty? I have confirmed that the jar I'm trying to convert runs on it's own and does what I expect.