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
-
The one fixed by the PR is related to javamelody, if you don't mind, please file a new ticket with a single stack trace to keep track of the issue and file a new PR to fix it if needed. You can assign it to me.
In any case, it's not something to worry about, just to be sure Jenkins goes well on Java 11, although better to remove from logs.
Thank you!