Skip to content

Instantly share code, notes, and snippets.

@abayer
Created January 9, 2013 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save abayer/4498030 to your computer and use it in GitHub Desktop.
Save abayer/4498030 to your computer and use it in GitHub Desktop.
Started by user anonymous
Building in workspace /Users/abayer/src/cloudera/cloudcat-jenkins/work/jobs/cctest1/workspace
FATAL: hudson.tasks.BuildWrapper$Environment: method <init>()V not found
java.lang.NoSuchMethodError: hudson.tasks.BuildWrapper$Environment: method <init>()V not found
at com.cloudera.cloudcat.CloudCatEnvironment.<init>(CloudCatEnvironment.groovy)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:194)
at com.cloudera.cloudcat.CloudCatBuildWrapper.setUp(CloudCatBuildWrapper.groovy:225)
at hudson.model.Build$BuildExecution.doRun(Build.java:154)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment