[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)

2012-11-15 Thread remi.car...@gmail.com (JIRA)














































Remi Carton
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















Same issue here on 1.489 / 1.490 with CVS.



























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 SCM changes (Clearcase, Mercurial...)

2012-11-14 Thread kuypers.d...@googlemail.com (JIRA)














































Dirk Kuypers
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















I think you will have to wait for 1.491:

http://jenkins-ci.org/changelog

see upcoming changes



























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 SCM changes (Clearcase, Mercurial...)

2012-11-10 Thread ra...@java.net (JIRA)














































Krzysztof Malinowski
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















Confirm, same issue with 1.489 and Clearcase 1.3.7. With such bug I see Jenkins 1.489 as totally useless.



























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 SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread rafal.gar...@motorolasolutions.com (JIRA)














































Rafal Gardas
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















The same issue here after upgrading from 1.463 to 1.489. We use ClearCase. We get the following stack trace:

Nov 07, 2012 10:41:24 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProject@a25509ProdXProject
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$2.launch(Launcher.java:723)
	at hudson.Launcher$ProcStarter.start(Launcher.java:346)
	at hudson.plugins.clearcase.HudsonClearToolLauncher.getLaunchedProc(HudsonClearToolLauncher.java:153)
	at hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:114)
	at hudson.plugins.clearcase.ClearToolExec.runAndProcessOutput(ClearToolExec.java:822)
	at hudson.plugins.clearcase.ClearToolExec.catcs(ClearToolExec.java:84)
	at hudson.plugins.clearcase.ClearCaseSCM.hasNewConfigSpec(ClearCaseSCM.java:302)
	at hudson.plugins.clearcase.AbstractClearCaseScm.compareRemoteRevisionWith(AbstractClearCaseScm.java:670)
	at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
	at hudson.scm.SCM.poll(SCM.java:373)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)



























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 SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread norman.sei...@googlemail.com (JIRA)














































Norman Seidel
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















I've got the same problem for Synergy CM and Jenkins 1.489. Jenkins 1.488 works fine.


07.11.2012 14:54:46 hudson.triggers.SCMTrigger$Runner runPolling
SCHWERWIEGEND: Failed to record SCM polling for hudson.maven.MavenModuleSet@32c3601b[xxx-continuous_1.6.0]
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
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$2.launch(Launcher.java:723)
at hudson.Launcher$ProcStarter.start(Launcher.java:346)
at hudson.Launcher$ProcStarter.join(Launcher.java:353)
at hudson.plugins.synergy.impl.Commands.executeSynergyCommand(Commands.java:175)
at hudson.plugins.synergy.util.SessionUtils.openSession(SessionUtils.java:87)
at hudson.plugins.synergy.SynergySCM.pollChanges(SynergySCM.java:1062)
at hudson.scm.SCM.poll(SCM.java:375)
at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)





























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 SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-15718 as Duplicate


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)
















Change By:


Jesse Glick
(07/Nov/12 9:46 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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 SCM changes (Clearcase, Mercurial...)

2012-11-06 Thread rdesgrop...@java.net (JIRA)














































Régis Desgroppes
 updated  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)
















Faced the same issue with Mercurial:


Nov 5, 2012 10:31:42 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProject@60f38b42[reference_client_devel.centos5-x86_64.build]
java.lang.ArrayIndexOutOfBoundsException: 1
at hudson.Launcher$2.launch(Launcher.java:712)
at hudson.Launcher$ProcStarter.start(Launcher.java:346)
at hudson.plugins.mercurial.MercurialSCM.joinWithPossibleTimeout(MercurialSCM.java:309)
at hudson.plugins.mercurial.MercurialSCM.pull(MercurialSCM.java:303)
at hudson.plugins.mercurial.MercurialSCM.compareRemoteRevisionWith(MercurialSCM.java:252)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
at hudson.scm.SCM.poll(SCM.java:373)
at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)






Change By:


Régis Desgroppes
(06/Nov/12 8:28 AM)




Summary:


FailedtorecordSCMpolling(again)whilepollingfor
Clearcase
SCMchanges
(Clearcase,Mercurial...)





Priority:


Major
Blocker



























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 SCM changes (Clearcase, Mercurial...)

2012-11-06 Thread rdesgrop...@java.net (JIRA)












































 
Régis Desgroppes
 edited a comment on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)
















I faced the same issue yesterday after installing Jenkins 1.489.
We're using Mercurial as SCM, so I guess the ticket affects all SCM plugins.


Nov 5, 2012 10:31:42 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProject@60f38b42[reference_client_devel.centos5-x86_64.build]
java.lang.ArrayIndexOutOfBoundsException: 1
at hudson.Launcher$2.launch(Launcher.java:712)
at hudson.Launcher$ProcStarter.start(Launcher.java:346)
at hudson.plugins.mercurial.MercurialSCM.joinWithPossibleTimeout(MercurialSCM.java:309)
at hudson.plugins.mercurial.MercurialSCM.pull(MercurialSCM.java:303)
at hudson.plugins.mercurial.MercurialSCM.compareRemoteRevisionWith(MercurialSCM.java:252)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
at hudson.scm.SCM.poll(SCM.java:373)
at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)


Temporarily solved by reinstalling Jenkins 1.488.



























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 SCM changes (Clearcase, Mercurial...)

2012-11-06 Thread dmitry....@gmail.com (JIRA)














































Dmitry Gil
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















The same issue with Jenkins 1.489 and TFS 1.20



























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