Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Environment:- Jenkins v2.190.3
- AdoptOpenJDK 11.0.4
- Windows
-
Similar Issues:
-
Released As:2,217
Description
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?)
Attachments
Issue Links
- relates to
-
JENKINS-61521 "Added a missed class for missing class telemetry. Class: com.sun.jndi.url.java.javaURLContextFactory" on AdoptOpenJDK11
-
- Resolved
-
Thanks for this fast fix Ramon Leon!