jenkinsci / jenkinsci/subversion-plugin

[JENKINS-51854] LinkageError while performing UserRequest:hudson.scm.SubversionSCM

Open
#1,477 3 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

When checking from SVN repository we see errors like this one regardless of the OS system of the slaves. We have seen in both on older and newer versions of Windows, as well as OSX and some Unix distributions. 

Jun 11, 2018 11:00:50 AM hudson.remoting.UserRequest perform

WARNING: LinkageError while performing UserRequest:hudson.scm.SubversionSCM$CheckOutTask@​4a33b358

java.lang.NoClassDefFoundError: Could not initialize class hudson.scm.SubversionSCM

at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1003)

at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:980)

at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)

at hudson.remoting.UserRequest.perform(UserRequest.java:212)

at hudson.remoting.UserRequest.perform(UserRequest.java:54)

at hudson.remoting.Request$2.run(Request.java:369)

at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)

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)

---
Originally reported by vassilena, imported from: LinkageError while performing UserRequest:hudson.scm.SubversionSCM


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 3
  • watchers: 5
  • imported: 20251212-090250

Raw content of original issue

When checking from SVN repository we see errors like this one regardless of the OS system of the slaves. We have seen in both on older and newer versions of Windows, as well as OSX and some Unix distributions. 

Jun 11, 2018 11:00:50 AM hudson.remoting.UserRequest perform
WARNING: LinkageError while performing UserRequest:hudson.scm.SubversionSCM$CheckOutTask@4a33b358
java.lang.NoClassDefFoundError: Could not initialize class hudson.scm.SubversionSCM
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1003)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:980)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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)

environment

```
CentOS release 6.9 (Final)

Jenkins ver. 2.113

Jenkins subversion plugin 2.10.5
```

1 attachment

- [fullConsole.txt](https://issues.jenkins.io/secure/attachment/42825/fullConsole.txt)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.