-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
jenkins 1.583, git plugin 2.2.6, git client plugin 1.10.2. All current versions
When I attempt to connect to a git repo, the Git plugin returns this error below the Repository URL field:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:783)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:863)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:733)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:863)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:733)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:863)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:636)
at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at ....
and so on
We'll need more information to duplicate the problem.
For example, are all the plugins you've installed also enabled? If not, does enabling all the installed plugins change the behavior?
Are there entries in a Jenkins log file which give further hints why core Jenkins is unable to find a class on which it depends?
Are the other plugin versions also up to date?