-
Improvement
-
Resolution: Fixed
-
Minor
-
- Jenkins v2.190.3
- AdoptOpenJDK 11.0.4
- Windows
-
-
2,217
Since the update to Java 11 (using AdoptOpenJDK 11.0.4) there are some warnings according to missing telemetry classes in the log:
WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: com.sun.faces.application.ActionListenerImpl java.lang.ClassNotFoundException: com.sun.faces.application.ActionListenerImpl [...] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: com.sun.jndi.url.java.javaURLContextFactory java.lang.ClassNotFoundException: com.sun.jndi.url.java.javaURLContextFactory [...] WARNING j.t.i.j.MissingClassTelemetry#reportException: Added a missed class for missing class telemetry. Class: com.sun.jndi.url.java.javaURLContextFactory java.lang.ClassNotFoundException: com.sun.jndi.url.java.javaURLContextFactory [...]
The one related to javaURLContextFactory appears several times
Use statistics is disabled in the global configuration (that's telemetry?)
- relates to
-
JENKINS-61521 "Added a missed class for missing class telemetry. Class: com.sun.jndi.url.java.javaURLContextFactory" on AdoptOpenJDK11
- Resolved