Created
June 15, 2011 12:24
-
-
Save searls/1026974 to your computer and use it in GitHub Desktop.
Weird jenkins error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: Failed Loading job my-job | |
hudson.util.IOException2: /var/lib/jenkins/jobs/my-job/nextBuildNumber doesn't contain a number | |
at hudson.model.Job.onLoad(Job.java:174) | |
at hudson.model.AbstractProject.onLoad(AbstractProject.java:248) | |
at hudson.model.Project.onLoad(Project.java:88) | |
at hudson.model.Items.load(Items.java:114) | |
at hudson.model.Hudson$13.run(Hudson.java:2354) | |
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) | |
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) | |
at hudson.model.Hudson$4.runTask(Hudson.java:735) | |
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) | |
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) | |
Caused by: java.lang.NumberFormatException: For input string: "" | |
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) | |
at java.lang.Integer.parseInt(Integer.java:493) | |
at java.lang.Integer.parseInt(Integer.java:514) | |
at hudson.model.Job.onLoad(Job.java:171) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment