-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hello
Im using hudson 1.159 with the perforce plugin version 1.0.5, and sometimes, I
get the error below. When restarting the same build, the problem typically goes
away.
I'm not sure what's wrong, maybe do the two versions not fit togehter. I've
seen, that 1.0.5 plugin was tested with 1.154.
Thanks for any help.
Gerhard.
Performing sync with Perforce for: //depot/HEAD_CI/...
Changing P4 Client Root to: http://mpabuild1:12000/hudson/job/HEAD_CI_full/ws/
Changing P4 Client View to: //depot/HEAD_CI/... //MPABUILD1_HEAD_CI_Hudson_full/...
Last sync'd change: 218856
Sync'ing workspace to depot.
Sync complete, took 53502 MS
FATAL: java.io.IOException: method
<init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found
java.lang.NoSuchMethodError: java.io.IOException: method
<init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found
at
hudson.plugins.perforce.PerforceChangeLogSet.parse(PerforceChangeLogSet.java:137)
at
hudson.plugins.perforce.PerforceChangeLogParser.parse(PerforceChangeLogParser.java:18)
at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:298)
at hudson.model.AbstractBuild.access$500(AbstractBuild.java:51)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:229)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:189)
at hudson.model.Run.run(Run.java:649)
at hudson.model.Build.run(Build.java:102)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:64)
- is related to
-
JENKINS-22823 Cppcheck plugin can't connect to report file
- Closed