[JIRA] (JENKINS-35985) no @DataBoundConstructor on any constructor of class com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM

3 views
Skip to first unread message

mark@offtherecord.com (JIRA)

unread,
Jun 15, 2016, 5:25:01 PM6/15/16
to jenkinsc...@googlegroups.com
Mark M created an issue
 
Jenkins / Bug JENKINS-35985
no @DataBoundConstructor on any constructor of class com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM
Issue Type: Bug Bug
Assignee: David Nasi
Components: aws-codepipeline-plugin
Created: 2016/Jun/15 9:24 PM
Environment: Jenkins Version 2.9
AWS Codepipeline plugin is 0.13
AWS CodePipeline Plugin for Jenkins is 0.2 (not sure why I have two plugins -- this could be a problem)
Labels: jenkins
Priority: Major Major
Reporter: Mark M

Hi there,

Anytime I try to save a job's configuration when selecting AWS Code Pipeline under SCM. It fails with this.

javax.servlet.ServletException: java.lang.IllegalArgumentException: Failed to instantiate class hudson.scm.SCM from

{"value":"1","stapler-class":"com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM","$class":"com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM","region":"us-east-1","proxyHost":"","proxyPort":"0","awsAccessKey":"[REMOVED]","awsSecretKey":"[REMOVED]","clearWorkspace":true,"category":"Test","provider":"OTRSvcIntegTestProvider","version":"1"}

at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
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:76)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: Failed to instantiate class hudson.scm.SCM from

{"value":"1","stapler-class":"com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM","$class":"com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM","region":"us-east-1","proxyHost":"","proxyPort":"0","awsAccessKey":"AKIAIIZNR3V76HLOOZQA","awsSecretKey":"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","clearWorkspace":true,"category":"Test","provider":"OTRSvcIntegTestProvider","version":"1"}

at org.kohsuke.stapler.RequestImpl$TypePair.convertJSON(RequestImpl.java:676)
at org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:478)
at org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:474)
at hudson.scm.SCMS.parseSCM(SCMS.java:59)
at hudson.model.AbstractProject.submit(AbstractProject.java:1864)
at hudson.model.Project.submit(Project.java:230)
at hudson.model.Job.doConfigSubmit(Job.java:1229)
at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:795)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324)
at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:52)
at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:100)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
... 58 more
Caused by: org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM
at org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:247)
at org.kohsuke.stapler.RequestImpl.instantiate(RequestImpl.java:758)
at org.kohsuke.stapler.RequestImpl.access$200(RequestImpl.java:83)
at org.kohsuke.stapler.RequestImpl$TypePair.convertJSON(RequestImpl.java:674)
... 77 more

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

mark@offtherecord.com (JIRA)

unread,
Jun 15, 2016, 5:26:02 PM6/15/16
to jenkinsc...@googlegroups.com
Mark M updated an issue
Change By: Mark M
Hi there,

Anytime I try to save a job's configuration when selecting AWS Code Pipeline under SCM.
It fails with I didn't experience this problem until upgraded Jenkins from ~1 . 6 to 2.9. I tried creating a new job as well and it fails with the following

mark@offtherecord.com (JIRA)

unread,
Jun 16, 2016, 2:29:01 AM6/16/16
to jenkinsc...@googlegroups.com

mark@offtherecord.com (JIRA)

unread,
Jun 16, 2016, 3:01:05 AM6/16/16
to jenkinsc...@googlegroups.com
Mark M commented on Bug JENKINS-35985
 
Re: no @DataBoundConstructor on any constructor of class com.amazonaws.codepipeline.jenkinsplugin.AWSCodePipelineSCM

Hi there,

I'm promoting this to be a blocker issue, because the former jobs that were configured to use AWS codepipeline as the SCM have now been corrupted when I was updating the job.

Please look into this soon. Let me know if there's anything I can do!

Thank you!

mark@offtherecord.com (JIRA)

unread,
Jun 21, 2016, 11:06:01 PM6/21/16
to jenkinsc...@googlegroups.com

mark@offtherecord.com (JIRA)

unread,
Jun 27, 2016, 2:11:02 PM6/27/16
to jenkinsc...@googlegroups.com

c.kiki@Mac.com (JIRA)

unread,
Oct 26, 2016, 6:57:01 PM10/26/16
to jenkinsc...@googlegroups.com

deshari143@gmail.com (JIRA)

unread,
Dec 17, 2016, 7:49:01 PM12/17/16
to jenkinsc...@googlegroups.com

Hello Team,
Still this is a Bug or is its something wrong with our config steps as I'm also getting same issue while using Base Clear Case with dynamic views plugin config steps with Jenkinsfile [Pipeline as code] leading to :
When saving the job we get the following error: Caused by: java.lang.IllegalArgumentException:


Caused by: java.lang.IllegalArgumentException: Failed to instantiate class hudson.scm.SCM from

View Tag: Core_view
View path: Core_view
configSpec: element * CHECKEDOUT
element * ...\Core_view_test\LATEST
mkbranch Core_view_test
element * /main/LATEST
LoadRules: load M:\Core_view\<vob_name>
changeset: current branch
Branches: Core_view_test
use dynmic view--> view root: M:\ [advanced options]
Di not reset config spec : checked
Script path: Jenkinsfile [this is placed in Clearcase with simple echo command]
comments or resolutions are appreciated, thanks

Reply all
Reply to author
Forward
0 new messages