Seems another user has similar issue. https://issues.jenkins-ci.org/browse/JENKINS-33907
That is not exactly the same, but I've seen the same issue, and it could be related to my issue. On Tuesday, March 29, 2016 at 11:44:15 AM UTC-7, Michael Giroux wrote: > > Since updating to Git plugin version 2.4.4, our jobs that execute on a remote > slave are failing. The full stack trace from the polling log is below. > > > Do we need to install additional software on the slaves to accommodate the > update? > > > Michael Giroux > > > Polling for changes in > ERROR: Failed to record SCM polling for > hudson.model.FreeStyleProject@22b7f935[CHCOM WEB Replatform - Pull > Requests]hudson.remoting.RemotingSystemException > <http://stacktrace.jenkins-ci.org/search?query=hudson.remoting.RemotingSystemException>: > java.io.IOException: Remote call on aws-slave-002-v2 failed > at > hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:266) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.RemoteInvocationHandler.invoke&entity=method> > at com.sun.proxy.$Proxy79.getRemoteBranches(Unknown Source) > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl.getRemoteBranches(RemoteGitImpl.java:485) > at > hudson.plugins.git.util.GitUtils.getAllBranchRevisions(GitUtils.java:47) > at > hudson.plugins.git.util.DefaultBuildChooser.getAdvancedCandidateRevisions(DefaultBuildChooser.java:204) > at > hudson.plugins.git.util.DefaultBuildChooser.getCandidateRevisions(DefaultBuildChooser.java:53) > at > hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:706) > at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:571) > at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:380) > at hudson.scm.SCM.poll(SCM.java:397) > at > hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1471) > at hudson.model.AbstractProject._poll(AbstractProject.java:1442) > at hudson.model.AbstractProject.poll(AbstractProject.java:1353) > at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:510) > at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:539) > at > hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:682) > Caused by: java.io.IOException: Remote call on aws-slave-002-v2 failed > at hudson.remoting.Channel.call(Channel.java:786) > at > hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250) > ... 21 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > org.eclipse.jgit.util.FS > at > org.eclipse.jgit.lib.BaseRepositoryBuilder.setupWorkTree(BaseRepositoryBuilder.java:620) > at > org.eclipse.jgit.lib.BaseRepositoryBuilder.setup(BaseRepositoryBuilder.java:556) > at > org.eclipse.jgit.storage.file.FileRepositoryBuilder.build(FileRepositoryBuilder.java:92) > at > org.eclipse.jgit.storage.file.FileRepositoryBuilder.create(FileRepositoryBuilder.java:110) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRepository(CliGitAPIImpl.java:2312) > at hudson.plugins.git.GitAPI.getRepository(GitAPI.java:269) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRemoteBranches(CliGitAPIImpl.java:1858) > at hudson.plugins.git.GitAPI.getRemoteBranches(GitAPI.java:212) > at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:483) > at > hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608) > at > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583) > at > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542) > at hudson.remoting.UserRequest.perform(UserRequest.java:121) > at hudson.remoting.UserRequest.perform(UserRequest.java:49) > at hudson.remoting.Request$2.run(Request.java:326) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > 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) > at ......remote call to aws-slave-002-v2(Native Method) > at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413) > at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) > at hudson.remoting.Channel.call(Channel.java:778) > ... 22 more > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f0fb14b5-83a7-4236-9da9-2deb7d01e80e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
