On 12/04/2023 20:07, [email protected] wrote:
I have an application team that started receiving the following Exception:11-Apr-2023 09:26:01.396 SEVERE [https-jsse-nio-0.0.0.0-11510-exec-19] org.apache.catalina.core.StandardHostValve.custom Exception Processing ErrorPa ge[exceptionType=java.lang.Exception, location=/jsp/sendMessage.jsp] java.lang.NoSuchFieldError: EMPTY_CHAR_ARRAY at org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:459) at org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:215) at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:343) at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:302) If did NOT do this with 9.0.70. We know that it may be something that changed between 9.0.70 and 9.0.73, but we don't know.
The field org.apache.tomcat.util.buf.MessageBytes.EMPTY_CHAR_ARRAY was added.
It looks like you are trying to use JARs from different versions of Tomcat. You can sometimes get away with doing that. This isn't one of those times.
You need to fix the 9.0.73 install so it is using all the 9.0.73 JARs and none from earlier Tomcat versions.
Mark
So far searching the Google isn't giving us much information, so reaching out to the experts. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell 515-988-2508 [email protected]<mailto:[email protected]> This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
