RE: Issue with migration 2.3.34 to 2.5.17

2018-09-30 Thread Yasser Zamani
Please ask such questions at user@struts.apache.org It seems Struts internal CDI has failed due to miss configuration. Please increase log level to debug and look for `textProviderFactory` and `AnnotationActionValidatorManager` in output. Please continue at user@s

Re: Identifying cause of NPE in Struts ExceptionInterceptor

2018-09-30 Thread Burton Rhodes
Never mind. I was able to figure it out by using "-XX:-OmitStackTraceInFastThrow" in my jvm options. On Sun, Sep 30, 2018 at 7:20 AM Burton Rhodes wrote: > I am having trouble identifying where a NPE is being generated. I have > the exception stacktrace below with a non-descriptive line at the

Identifying cause of NPE in Struts ExceptionInterceptor

2018-09-30 Thread Burton Rhodes
I am having trouble identifying where a NPE is being generated. I have the exception stacktrace below with a non-descriptive line at the end. Am I missing a vital line in the stacktrace or does anyone have an idea how I can log more information on this? [My ExceptionInterceptor.java] public cla