Page 1 of 1

Upgrading from 5.1 beta 2 to 5.1 stable

PostPosted: Thu Jan 22, 2015 5:09 pm
by crashoverride025
I just tried to upgrade from 5.1 beta 2 to the 5.1 stable release. When doing so I got the error below. I'm upgrading via tomcat with a Java 8 JDK.

First error:

Code: Select all
org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 1 in the generated java file
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

Stacktrace:
   org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
   org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331)
   org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)

Re: Upgrading from 5.1 beta 2 to 5.1 stable

PostPosted: Fri Jan 23, 2015 6:08 pm
by crashoverride025
This issue was caused due to an upgrade from Java 7 to 8, and using Tomcat 7.0.33. Tomcat 7.0.33 does not have great Java8 support. So an upgrade to Tomcat 7.0.57 was required.

Re: Upgrading from 5.1 beta 2 to 5.1 stable

PostPosted: Sat Jan 24, 2015 1:37 pm
by Exrace
Thanks for the heads up.