I have a Java JSF2 web application deployed on a Tomcat server, and since we switched to Java 8 / Tomcat 8, this error appears on the tomcat output:
déc. 05, 2016 10:51:07 AM com.sun.faces.config.JavaClassScanningAnnotationScanner$ConstantPoolInfo containsAnnotation GRAVE: Unknow type constant pool 0 at position 178
I tried various things to fix this warning, but it always returns.
Is this journal a symptom of a problem? Is this just a normal way out? Is there any way to fix this?
source share