|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for Clearcase SCM changes
mark.stella...@ict.nl (JIRA) Mon, 05 Nov 2012 06:47:44 -0800
- [JIRA] (JENKINS-15718) Failed to... w.male...@gmail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... kuypers.d...@googlemail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... kuypers.d...@googlemail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... mark.stella...@ict.nl (JIRA)
- [JIRA] (JENKINS-15718) Fail... rdesgrop...@java.net (JIRA)
- [JIRA] (JENKINS-15718) Fail... rdesgrop...@java.net (JIRA)
- [JIRA] (JENKINS-15718) Fail... bsch...@oonair.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... dmitry....@gmail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... rafal.gar...@motorolasolutions.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... paxsony...@gmail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... norman.sei...@googlemail.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-15718) Fail... ra...@java.net (JIRA)
- [JIRA] (JENKINS-15718) Fail... svs1...@gmail.com (JIRA)
Facing the same issue here. From the polling page, I get the following stack-trace.
Using Jenkins 1.489 and ClearCase plugin 1.3.11
UCM ClearCase Polling Log
Started on Nov 5, 2012 3:15:49 PM
[projectA] $ cleartool desc -fmt %[found_bls]Xp\n stream:ProjectA@\projects
ERROR: Failed to record SCM polling for hudson.model.FreeStyleProject@6946d2[projectA]
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at hudson.Launcher.inherit(Launcher.java:1068)
at hudson.Launcher.access$100(Launcher.java:80)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:756)
at hudson.Launcher$ProcStarter.start(Launcher.java:346)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:988)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:955)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)