You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/03/16 14:34:44 UTC

[jira] [Closed] (INFRA-7445) GIT based Jenkins builds failing with CredentialsProvider ClassNotFoundException

     [ https://issues.apache.org/jira/browse/INFRA-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed INFRA-7445.
-------------------------------

    Resolution: Fixed
      Assignee: Jake Farrell

fixed

> GIT based Jenkins builds failing with CredentialsProvider ClassNotFoundException
> --------------------------------------------------------------------------------
>
>                 Key: INFRA-7445
>                 URL: https://issues.apache.org/jira/browse/INFRA-7445
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>         Environment: Ubuntu
>            Reporter: Mujtaba Chohan
>            Assignee: Jake Farrell
>            Priority: Critical
>
> Getting the following exception since 3/13/2014 morning for GIT based Jenkins build.
> https://builds.apache.org/view/H-L/view/Phoenix/job/Phoenix-3.0/7/console
> https://builds.apache.org/view/H-L/view/Phoenix/job/Phoenix/137/console
> I also see a huge number of other projects also affected by the same issue:
> https://builds.apache.org/job/DeltaSpike%20Weld%201.1.16/57/console
> https://builds.apache.org/job/Accumulo-1.5/194/console
> Caused by: java.lang.NoClassDefFoundError: org/apache/http/client/CredentialsProvider
> 	at org.jenkinsci.plugins.gitclient.Git$1.invoke(Git.java:63)
> 	at org.jenkinsci.plugins.gitclient.Git$1.invoke(Git.java:54)
> 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:328)
> 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> 	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:744)
> Caused by: java.lang.ClassNotFoundException: org.apache.http.client.CredentialsProvider
> 	at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
> 	at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315)
> 	at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> 	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:742)
> 	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)
> 	at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
> 	... 6 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)