Re: Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Flick - CDPS, Peg
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  wrote:

>
> On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg 
> 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.(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.
>
>
>


Re: Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Will Hartung
On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg 
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.(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.