[JIRA] (JENKINS-50420) Class-exception in Build Monitor Plugin with Groovy Postbuild Plugin 2.4

3 views
Skip to first unread message

gmc-devel@br-automation.com (JIRA)

unread,
Mar 27, 2018, 1:29:02 AM3/27/18
to jenkinsc...@googlegroups.com
GMC Software Development B&R Corporate created an issue
 
Jenkins / Bug JENKINS-50420
Class-exception in Build Monitor Plugin with Groovy Postbuild Plugin 2.4
Issue Type: Bug Bug
Assignee: Stefan Wolf
Components: build-monitor-plugin, groovy-postbuild-plugin
Created: 2018-03-27 05:28
Environment: Jenkins LTS 2.107.1 on Windows Server 2008 R2 x64,
build-monitor-plugin 1.12+build.201708172343
groovy-postbuild 2.4
badge 1.2
Labels: exception
Priority: Blocker Blocker
Reporter: GMC Software Development B&R Corporate

Hi!

After upgrading groovy-postbuild to version 2.4, which does split/extracte badge- and summary-features into the badge-plugin, this "combination" is no longer compatible with the current release of the build-monitor plugin; I.e., shows following exception in log ...

Mar 27, 2018 7:10:41 AM WARNING org.kohsuke.stapler.HttpResponseRenderer$Default handleJavaScriptProxyMethodCall
call to /$stapler/bound/4edcd493-d025-402e-bfaa-f596f57a8fd0/fetchJobViews failed
java.lang.ClassNotFoundException: org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildAction
at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1374)
at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1327)
at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1080)
at java.lang.ClassLoader.loadClass(Unknown Source)
Caused: java.lang.NoClassDefFoundError: org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildAction
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.viewmodel.features.HasBadges.asJson(HasBadges.java:36)
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.viewmodel.features.HasBadges.asJson(HasBadges.java:20)
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.viewmodel.JobViewSerialiser.serialize(JobViewSerialiser.java:25)
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.viewmodel.JobViewSerialiser.serialize(JobViewSerialiser.java:13)
at org.codehaus.jackson.map.ser.std.StdContainerSerializers$IndexedListSerializer.serializeContents(StdContainerSerializers.java:122)
at org.codehaus.jackson.map.ser.std.StdContainerSerializers$IndexedListSerializer.serializeContents(StdContainerSerializers.java:71)
at org.codehaus.jackson.map.ser.std.AsArraySerializerBase.serialize(AsArraySerializerBase.java:86)
at org.codehaus.jackson.map.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:446)
at org.codehaus.jackson.map.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:150)
at org.codehaus.jackson.map.ser.BeanSerializer.serialize(BeanSerializer.java:112)
at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:610)
at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:256)
at org.codehaus.jackson.map.ObjectMapper._configAndWriteValue(ObjectMapper.java:2575)
at org.codehaus.jackson.map.ObjectMapper.writeValueAsString(ObjectMapper.java:2097)
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.api.Respond.withSuccess(Respond.java:15)
at com.smartcodeltd.jenkinsci.plugins.buildmonitor.BuildMonitorView.fetchJobViews(BuildMonitorView.java:142)
at java.lang.invoke.MethodHandle.invokeWithArguments(Unknown Source)
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117)
at org.kohsuke.stapler.MetaClass$JavaScriptProxyMethodDispatcher.doDispatch(MetaClass.java:473)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:374)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:782)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
at org.kohsuke.stapler.Stapler.service(Stapler.java:199)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at org.jenkinsci.plugins.modernstatus.ModernStatusFilter.doFilter(ModernStatusFilter.java:52)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:99)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:90)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:564)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:317)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:128)
at org.eclipse.jetty.util.thread.Invocable$InvocableExecutor.invoke(Invocable.java:222)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:294)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:199)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

... on loading/showing a configured build-monitor view.

Work-around: Downgrading of groovy-postbuild plugin to previous release 2.3.1 does solve this issue!

Best regards from Salzburg,
Markus

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

dbeck@cloudbees.com (JIRA)

unread,
Mar 30, 2018, 8:27:02 PM3/30/18
to jenkinsc...@googlegroups.com
Daniel Beck commented on Bug JENKINS-50420
 
Re: Class-exception in Build Monitor Plugin with Groovy Postbuild Plugin 2.4

ikedam Package change resulted in brokenness from plugins with a dependency.

devld@ikedam.jp (JIRA)

unread,
Mar 31, 2018, 5:44:03 AM3/31/18
to jenkinsc...@googlegroups.com
ikedam commented on Bug JENKINS-50420

Sorry for breaking the plugin. I missed that plugin.
Please downgrade to groovy-postbuild-2.3.1 for now and postpone upgrading till the bug is fixed. There're no new features in groovy-postbuild-2.4 (there're only internal changes).

I think it's better to have build-monitor-plugin to depend not on groovy-postbuild but on badge-plugin.
(I can update groovy-postbuild to suppress the exception, but it doesn't fix the functionality of build-monitor-plugin to corporate badge features.)
There looks already a pull request for that fix (https://github.com/jan-molak/jenkins-build-monitor-plugin/pull/365), and I'll wait for that.

I updated the wiki page of groovy-postbuild to notice users that they should not upgrade groovy-postbuild and can downgrade groovy-postbuild if they updated it (https://wiki.jenkins.io/display/JENKINS/Groovy+Postbuild+Plugin)

devld@ikedam.jp (JIRA)

unread,
Mar 31, 2018, 5:46:03 AM3/31/18
to jenkinsc...@googlegroups.com
ikedam assigned an issue to Jan Molak
 

Assign to Jan Molak.

Jan Molak
Really sorry for annoying you, but please review and consider merging [PR-365](https://github.com/jan-molak/jenkins-build-monitor-plugin/pull/365).

Change By: ikedam
Assignee: Stefan Wolf Jan Molak

leloscheidt@gmail.com (JIRA)

unread,
Apr 12, 2018, 7:58:02 AM4/12/18
to jenkinsc...@googlegroups.com
Marcelo Scheidt commented on Bug JENKINS-50420
 
Re: Class-exception in Build Monitor Plugin with Groovy Postbuild Plugin 2.4

Hi,

Still getting this error with Jenkins 2.107.2 LTS.

jgrant216@gmail.com (JIRA)

unread,
Apr 26, 2018, 1:46:03 PM4/26/18
to jenkinsc...@googlegroups.com

scm_issue_link@java.net (JIRA)

unread,
May 3, 2018, 6:08:03 PM5/3/18
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: ikedam
Path:
src/main/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildAction.java
http://jenkins-ci.org/commit/groovy-postbuild-plugin/03fe5daceeb40630166787ca1873b172cbe02333
Log:
JENKINS-50420 Add fake GroovyPostbuildAction not to cause exceptions in build-monitor plugin

scm_issue_link@java.net (JIRA)

unread,
May 3, 2018, 6:09:02 PM5/3/18
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: ikedam
Path:
src/main/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildAction.java

http://jenkins-ci.org/commit/groovy-postbuild-plugin/b27547ca371a06dff224bd4078ec60240b784014
Log:
Merge pull request #34 from ikedam/feature/JENKINS-50420_FakeGroovyPostbuildAction

JENKINS-50420 Add fake GroovyPostbuildAction

Compare: https://github.com/jenkinsci/groovy-postbuild-plugin/compare/f981d02cc968...b27547ca371a
*NOTE:* This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

devld@ikedam.jp (JIRA)

unread,
May 3, 2018, 6:49:04 PM5/3/18
to jenkinsc...@googlegroups.com
ikedam commented on Bug JENKINS-50420

Groovy-postbuild-2.4.1 is released.
It contains fake GroovyPostbuildAction so that build-monitor not to fail.
But the feature of build-monitor to cooperate with groovy-postbuild doesn't work yet. It requires the upcoming version of build-monitor to have it work again.

devld@ikedam.jp (JIRA)

unread,
Aug 10, 2018, 11:51:05 PM8/10/18
to jenkinsc...@googlegroups.com
ikedam updated Bug JENKINS-50420
 

Should be fixed in build-monitor-1.11.

Change By: ikedam
Status: Open Fixed but Unreleased
Resolution: Fixed
This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)

devld@ikedam.jp (JIRA)

unread,
Aug 10, 2018, 11:51:06 PM8/10/18
to jenkinsc...@googlegroups.com
 

Please try build-monitor 1.11.

Change By: ikedam
Status: Fixed but Unreleased Resolved
Assignee: Jan Molak GMC Software Development B&R Corporate
Reply all
Reply to author
Forward
0 new messages