Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steven, On 12/9/19 06:45, Nelligan, Steven M wrote: > > Thank you for your response... > > We run multiple servers for our application. > > We have a configuration as follows: 1. Portal ... running tomcat > 7.0_45 and java 7... this is the

RE: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Nelligan, Steven M
Thank you for your response... We run multiple servers for our application. We have a configuration as follows: 1. Portal ... running tomcat 7.0_45 and java 7... this is the outward facing running jetspeed. This is the server throwing the errors 2. Tomcat ... running tomcat

Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Konstantin Kolinko
пн, 9 дек. 2019 г. в 03:58, Nelligan, Steven M : > > > I am trying to rebuild my applications and all of a sudden, I am getting the > following error: > > Our backend application (from third party has been updated) It is using Java > 11. > > My tomcat servers are running version 7.34 of tomcat

Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Mark Thomas
On 09/12/2019 00:57, Nelligan, Steven M wrote: > > I am trying to rebuild my applications and all of a sudden, I am getting the > following error: > > Our backend application (from third party has been updated) It is using Java > 11. You'll need at least 7.0.88 for Java 11 support. > When I