Opened 10 years ago
Closed 10 years ago
#1924 closed enhancement (fixed)
Test BASE with Java 8
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.5 |
Component: | install | Version: | |
Keywords: | Cc: |
Description
Oracle has announced that public support for java 7 will end in april 2015: http://java.com/en/download/faq/java_7.xml
Java 8 has been available since march 2014. We should check if BASE works with Java 8 and fix any issues that are found. If all goes well we should change the documentation to recommend Java 8.
Change History (6)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
(In [6762]) References #1924: Test BASE with Java 8
Fixed memory statistics to support -1 for max memory for some memory spaces (eg. Metaspace memory which replaces the PermGen space).
No more OutOfMEmoryError: PermGenSpace
!! http://java.dzone.com/articles/java-8-permgen-metaspace
comment:4 by , 10 years ago
comment:5 by , 10 years ago
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have got it running now, but there was an issue with Tomcat. At first I got an error:
It turned out that my Tomcat version was too old. Upgrading to Tomcat 7.0.59 fixed the problem.