Community
Participate
Working Groups
See https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/scmPollLog/ It shows this error: Started on Oct 12, 2011 9:01:06 AM ERROR: Failed to record SCM polling java.lang.NullPointerException at hudson.model.AbstractProject.poll(AbstractProject.java:1336) 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:619)
Something is seriously borked with the polling mechanism. We consistently see this warning, yet there are no limits on the actual polling threads: Current SCM Polling Activities There are more SCM polling activities scheduled than handled, so the threads are not keeping up with the demands. Check if your polling is hanging, and/or increase the number of threads if necessary. The following polling activities are currently in progress: Project ↓ Running for Xtext-nightly-HEAD
Until this is fixed I'll change my job to run at a predefined time and not poll for changes.
Hi, this is still happening with the latest hudson update to 2.1.0
While we still have some issues with polling, they seem to be affecting the Git repos. -M.