That's where I'm stuck. The application compiles, deploys and runs with NB 11.0 in Glassfish 5.0.1. I've looked at the stack trace but I don't know what it's telling me.
On Tue, Aug 18, 2020 at 3:04 PM Will Hartung <willhart...@gmail.com> wrote: > > On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg <peg.fl...@state.co.us> > wrote: > >> Initializing Mojarra 2.3.2 ( 20170627-2139 >> e63598abf2ed2bb1a24674f308a734e0dce18a72) for context >> '/WebServiceStatutes'|#] >> WebModule[/WebServiceStatutes]StandardWrapper.Throwable >> MultiException stack 1 of 1 >> java.lang.RuntimeException: >> at rest.ApplicationConfig.<init>(ApplicationConfig.java:1) >> > > Your application is throwing an exception, you need to dig deeper in to > what that exception is, and why. Your ApplicationConfig constructor is > exploding. > > >