We are frequently getting the below error when trying to downloading svn data from jenkins. Issue will get resolved when we restart jenkins slave node.
Any idea what is the root cause?
org.tmatesoft.svn.core.SVNException [1]: svn: E175002: OPTIONS /svn/repo/trunk failed
Caused by: java.io.IOException:
Remote call on channel failed at hudson.remoting.Channel.call(Channel.java:760) at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:173)
... 36 more Caused by: java.lang.NoClassDefFoundError: hudson/remoting/RemoteClassLoader$RemoteIClassLoader at
hudson.remoting.RemoteClassLoader.export(RemoteClassLoader.java:657) at hudson.remoting.UserRequest.
(UserRequest.java:70) at hudson.remoting.Channel.call(Channel.java:750) ... 37 more