-
Bug
-
Resolution: Fixed
-
Major
We upgrade our Jenkins instance every week, after the upgrade from 2.319 to 2.320, end users are starting to see the error below.
The UI affected all Stage View that we have.
We have an exception relating to AntClassLoader
2021-11-15 01:22:34.038+0000 [id=239] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID 7810b1ad-2864-48d2-8c27-708659a64289 org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.320.jar!/hudson/model/Job/index.jelly:45:39: <st:include> loader constraint violation: when resolving field "EXACT" the class loader (instance of jenkins/util/AntClassLoader) of the referring class, com/google/thirdparty/publicsuffix/PublicSuffixPatterns, and the class loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for the field's resolved type, com/google/common/collect/ImmutableMap, have different Class objects for that type at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:64) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:54) at org.kohsuke.stapler.jelly.ScriptInvoker.execute(ScriptInvoker.java:56) at org.kohsuke.stapler.jelly.ScriptInvoker.execute(ScriptInvoker.java:43) at org.kohsuke.stapler.Facet.handleIndexRequest(Facet.java:284) at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:100) at org.kohsuke.stapler.IndexViewDispatcher.dispatch(IndexViewDispatcher.java:32) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:766) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:898) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:281) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
There was a PR relating to this in the release https://github.com/jenkinsci/jenkins/pull/5856 that could have had caused this.
We don't know how to fix this permanently and would need further instruction on doing so
- duplicates
-
JENKINS-67174 Guice error from artifact-manager-s3 on 2.321
-
- Resolved
-
[JENKINS-67135] Pipeline Stage View not displaying in 2.320
Labels | New: regression |
Labels | Original: regression | New: JEP-233 regression |
Epic Link | New: JENKINS-65988 [ 211793 ] |
Description |
Original:
We upgrade our Jenkins instance every week, after the upgrade from 2.319 to 2.320, end users are starting to see the error below.
!image-2021-11-15-13-12-59-046.png|width=352,height=200! The UI affected all Stage View that we have. We have an exception relating to AntClassLoader {code} 2021-11-15 01:22:34.038+0000 [id=239] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID 7810b1ad-2864-48d2-8c27-708659a64289 org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.320.jar!/hudson/model/Job/index.jelly:45:39: <st:include> loader constraint violation: when resolving field "EXACT" the class loader (instance of jenkins/util/AntClassLoader) of the referring class, com/google/thirdparty/publicsuffix/PublicSuffixPatterns, and the class loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for the field's resolved type, com/google/common/collect/ImmutableMap, have different Class objects for that type at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) {code} There was a PR relating to this in the release https://github.com/jenkinsci/jenkins/pull/5856 that could have had caused this. We don't know how to fix this permanently and would nee |
New:
We upgrade our Jenkins instance every week, after the upgrade from 2.319 to 2.320, end users are starting to see the error below.
!image-2021-11-15-13-12-59-046.png|width=352,height=200! The UI affected all Stage View that we have. We have an exception relating to AntClassLoader {code} 2021-11-15 01:22:34.038+0000 [id=239] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID 7810b1ad-2864-48d2-8c27-708659a64289 org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.320.jar!/hudson/model/Job/index.jelly:45:39: <st:include> loader constraint violation: when resolving field "EXACT" the class loader (instance of jenkins/util/AntClassLoader) of the referring class, com/google/thirdparty/publicsuffix/PublicSuffixPatterns, and the class loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for the field's resolved type, com/google/common/collect/ImmutableMap, have different Class objects for that type at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) {code} There was a PR relating to this in the release https://github.com/jenkinsci/jenkins/pull/5856 that could have had caused this. We don't know how to fix this permanently and would need further instruction on doing so |
Description |
Original:
We upgrade our Jenkins instance every week, after the upgrade from 2.319 to 2.320, end users are starting to see the error below.
!image-2021-11-15-13-12-59-046.png|width=352,height=200! The UI affected all Stage View that we have. We have an exception relating to AntClassLoader {code} 2021-11-15 01:22:34.038+0000 [id=239] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID 7810b1ad-2864-48d2-8c27-708659a64289 org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.320.jar!/hudson/model/Job/index.jelly:45:39: <st:include> loader constraint violation: when resolving field "EXACT" the class loader (instance of jenkins/util/AntClassLoader) of the referring class, com/google/thirdparty/publicsuffix/PublicSuffixPatterns, and the class loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for the field's resolved type, com/google/common/collect/ImmutableMap, have different Class objects for that type at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) {code} There was a PR relating to this in the release https://github.com/jenkinsci/jenkins/pull/5856 that could have had caused this. We don't know how to fix this permanently and would need further instruction on doing so |
New:
We upgrade our Jenkins instance every week, after the upgrade from 2.319 to 2.320, end users are starting to see the error below.
!image-2021-11-15-13-12-59-046.png|width=352,height=200! The UI affected all Stage View that we have. We have an exception relating to AntClassLoader {code} 2021-11-15 01:22:34.038+0000 [id=239] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID 7810b1ad-2864-48d2-8c27-708659a64289 org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.320.jar!/hudson/model/Job/index.jelly:45:39: <st:include> loader constraint violation: when resolving field "EXACT" the class loader (instance of jenkins/util/AntClassLoader) of the referring class, com/google/thirdparty/publicsuffix/PublicSuffixPatterns, and the class loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for the field's resolved type, com/google/common/collect/ImmutableMap, have different Class objects for that type at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:745) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:289) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99) at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:64) at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:54) at org.kohsuke.stapler.jelly.ScriptInvoker.execute(ScriptInvoker.java:56) at org.kohsuke.stapler.jelly.ScriptInvoker.execute(ScriptInvoker.java:43) at org.kohsuke.stapler.Facet.handleIndexRequest(Facet.java:284) at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:100) at org.kohsuke.stapler.IndexViewDispatcher.dispatch(IndexViewDispatcher.java:32) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:766) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:898) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:281) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) {code} There was a PR relating to this in the release https://github.com/jenkinsci/jenkins/pull/5856 that could have had caused this. We don't know how to fix this permanently and would need further instruction on doing so |
PublicSuffixPatterns was introduced in Guava 16.0. This likely has something to do with these lines from SCM API, presumably invoked from one of the branch source plugins that depends on SCM API (though this issue report is not clear about which one).
This issue report, as currently filed, contains insufficient information so as to be actionable. Please ensure that you have upgraded all plugins before and after upgrading to Jenkins 2.320 and refer to the Reporting issues section of the blog post: