[JIRA] (JENKINS-37568) Email Ext Plugin broke the Jenkins

6 views
Skip to first unread message

trushar.scm@gmail.com (JIRA)

unread,
Aug 19, 2016, 4:57:02 PM8/19/16
to jenkinsc...@googlegroups.com
Trushar Patel created an issue
 
Jenkins / Bug JENKINS-37568
Email Ext Plugin broke the Jenkins
Issue Type: Bug Bug
Assignee: David van Laatum
Components: email-ext-plugin
Created: 2016/Aug/19 8:56 PM
Environment: Jenkins: 1.624 on centos
Email Ext Plugin: 2.47
Priority: Critical Critical
Reporter: Trushar Patel

Looks like Email Ext Plugin broke the jenkins. Here is the log

Failed to instantiate Key[type=hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty$DescriptorImpl, annotation=[none]]; skipping this component
com.google.inject.ProvisionException: Guice provision errors:

1) Error injecting constructor, java.lang.VerifyError: Expecting a stackmap frame at branch target 7
Exception Details:
Location:
hudson/plugins/emailext/watching/EmailExtWatchAction$UserProperty.____isAssignableFrom0(Ljava/lang/Class;)Z @0: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 1239 2ab6 003e ac12 41ac
Exception Handler Table:
bci [0, 7] => handler: 7

at hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty$DescriptorImpl.<init>(EmailExtWatchAction.java:55)

1 error
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:52)
at com.google.inject.Scopes$1$1.get(Scopes.java:65)
at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:428)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:1005)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1051)
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:1001)
at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:390)
at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:381)
at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:388)
at hudson.ExtensionList.load(ExtensionList.java:349)
at hudson.ExtensionList.ensureLoaded(ExtensionList.java:287)
at hudson.ExtensionList.iterator(ExtensionList.java:156)
at jenkins.model.Jenkins.getDescriptorByType(Jenkins.java:1197)
at hudson.plugins.copyartifact.BuildSelectorParameter.initAliases(BuildSelectorParameter.java:152)
at hudson.plugins.copyartifact.CopyArtifactPlugin.postInitialize(CopyArtifactPlugin.java:35)
at hudson.PluginManager$2$1$2.run(PluginManager.java:390)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:905)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.VerifyError: Expecting a stackmap frame at branch target 7
Exception Details:
Location:
hudson/plugins/emailext/watching/EmailExtWatchAction$UserProperty.____isAssignableFrom0(Ljava/lang/Class;)Z @0: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 1239 2ab6 003e ac12 41ac
Exception Handler Table:
bci [0, 7] => handler: 7

at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2615)
at java.lang.Class.getMethod0(Class.java:2856)
at java.lang.Class.getMethod(Class.java:1668)
at hudson.model.Descriptor.<init>(Descriptor.java:284)
at hudson.model.UserPropertyDescriptor.<init>(UserPropertyDescriptor.java:43)
at hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty$DescriptorImpl.<init>(EmailExtWatchAction.java:55)
at hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty$DescriptorImpl$$FastClassByGuice$$603e15c.newInstance(<generated>)
at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:61)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:108)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:88)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:269)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
... 24 more

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

trushar.scm@gmail.com (JIRA)

unread,
Aug 19, 2016, 4:58:01 PM8/19/16
to jenkinsc...@googlegroups.com
Trushar Patel commented on Bug JENKINS-37568
 
Re: Email Ext Plugin broke the Jenkins

This is getting critical as i have restart the Jenkins twice a day.

david@vanlaatum.id.au (JIRA)

unread,
Aug 21, 2016, 2:38:02 AM8/21/16
to jenkinsc...@googlegroups.com

Are you using watching? I haven't touched anything around there recently if your not using try turning off

david@vanlaatum.id.au (JIRA)

unread,
Aug 21, 2016, 3:08:02 AM8/21/16
to jenkinsc...@googlegroups.com

That error doesn't make a lot of sense to me. When does it happen?

david@vanlaatum.id.au (JIRA)

unread,
Aug 21, 2016, 3:26:02 AM8/21/16
to jenkinsc...@googlegroups.com

I got it to happen so far doesn't seem to happen with 2.16. But from looking into it at most it should break the watch function at most

david@vanlaatum.id.au (JIRA)

unread,
Aug 21, 2016, 3:26:02 AM8/21/16
to jenkinsc...@googlegroups.com
David van Laatum edited a comment on Bug JENKINS-37568

trushar.scm@gmail.com (JIRA)

unread,
Aug 22, 2016, 10:39:04 AM8/22/16
to jenkinsc...@googlegroups.com

Hello David,

It turns out that one of the Jenkins job was configured wrong way and when i disable that job i don't see the issue anymore.

Sorry for the false alarm.

trushar.scm@gmail.com (JIRA)

unread,
Aug 22, 2016, 10:40:01 AM8/22/16
to jenkinsc...@googlegroups.com
Trushar Patel edited a comment on Bug JENKINS-37568
Hello David,

It turns out that one of the Jenkins job was configured wrong way and when i disable that job i don't see the issue anymore.

And i didn't have the watching tuned on.

Sorry for the false alarm.

david@vanlaatum.id.au (JIRA)

unread,
Sep 16, 2016, 9:25:04 PM9/16/16
to jenkinsc...@googlegroups.com
David van Laatum closed an issue as Not A Defect
 
Change By: David van Laatum
Status: Open Closed
Resolution: Not A Defect
Reply all
Reply to author
Forward
0 new messages