jenkinsci / jenkinsci/subversion-plugin

[JENKINS-46405] SVN Checkout NullPointerException - Failed to parse changelog

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

Description

I am seeing a similar issue  - JENKINS-33433">JENKINS-33433-- raised for git plugin 

We are facing this issue with Subversion plugin

We have upgraded the plugins to latest versions but we are still seeing this issue. 

Though the job is configured for poll requests, triggering jobs from Jenkins also leads to this error,

Job is set for - "Always checkout a fresh copy"

Here's the trace log,

 

. //Code Checkout 

.
A cos
A cos/run_cos.sh
U .
At revision 39073
No changes for http://SVN-Server:8080/svn/App/branches/development-master/build-deploy
since the previous build
java.lang.NullPointerException
Caused: java.io.IOException: Failed to parse changelog
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1728)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)

 

---
Originally reported by vphad, imported from: SVN Checkout NullPointerException - Failed to parse changelog


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • label(s): NullPointerException, checkout, newbie-friendly, subversion-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 4
  • imported: 20251212-090250

Raw content of original issue

I am seeing a similar issue  - JENKINS-33433-- raised for git plugin 

We are facing this issue with Subversion plugin

We have upgraded the plugins to latest versions but we are still seeing this issue. 

Though the job is configured for poll requests, triggering jobs from Jenkins also leads to this error,

Job is set for - "Always checkout a fresh copy"

Here's the trace log,

 



. //Code Checkout 

.
A cos
A cos/run_cos.sh
U .
At revision 39073
No changes for http://SVN-Server:8080/svn/App/branches/development-master/build-deploy
since the previous build
java.lang.NullPointerException
Caused: java.io.IOException: Failed to parse changelog
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1728)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)


 

environment

```
Subversion Plug-in - 2.9

SCM API Plugin - 2.1.1

Jenkins - CloudBees Jenkins Enterprise 2.46.2.1-rolling

JDK 1.8.65

Subversion Server - Subversion Edge Release: 5.1.0

Node - RHEL Linux x64
```

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.