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

2019-12-09 Thread Christopher Schultz
will likely not be compatible with Java 7. So you will find that once Tomcat gets past this problem, you may have a host of other problems caused by this version mismatch. Thanks, - -chris > -Original Message- From: Mark Thomas > Sent: Monday, December 9, 2019 5:17 AM To: users

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

2019-12-09 Thread Nelligan, Steven M
owing an error Invalid byte tag in constant pool:19 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 &

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 an

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 f