Paul Allen commented on Bug JENKINS-25364

Hi Naveen,

Thanks for the logs...

[build.xml]

<hudsonVersion>1.583</hudsonVersion>
  <scm class="hudson.scm.NullChangeLogParser"/>
  <culprits class="com.google.common.collect.EmptyImmutableSortedSet"/>

The class="hudson.scm.NullChangeLogParser" should be class="org.jenkinsci.plugins.p4.changes.P4ChangeParser"

[log]

SCM Task: syncing files at change: 193782
... sync /var/jenkins_home/jobs/VJ_BUILD/workspace/...@1256
... force update false
... bypass have false
ERROR: Unable to update workspace: com.perforce.p4java.exception.ConnectionException: For input string: "2235641344"

Looking at the code the iclient object in ClientHelper:syncFiles() (used for connection and workspace operations) is valid for the earlier tasks 'reconcile' etc, but seems to get trampled before the sync. I noticed that you are running two executors and a SCM polling of H * * * *.

[1] Please can you try H/2 (slightly longer period) and only allow one executor.

[2] Is the error intermittent?

[3] Do you only get the error during Polling or for manual builds too?

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to