Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Sporadic "Can not resolve requested build for configuration" #3702

goydex ·
We are triggering other builds in a step, and sporadically we see the "Can not resolve requested build for configuration" error.

16:53:06,594 ERROR - Step 'master>ParallelTriggering>TriggerBuilds?config=ABCD is failed: Can not resolve requested build for configuration 'server/1234/ABCD'. Check server log for details.
16:53:10,296 INFO - Executing post-execute action...
16:53:10,297 ERROR - Step 'master>ParallelTriggering>TriggerBuilds?config=QWERY/UIOP' is failed: Can not resolve requested build for configuration 'server/1234/QWERY/UIOP'. Check server log for details.

I can guarantee that these configs exist. This issue is sporadic. When we use the rest API we see all the matching info for these configs. Do you have any suggestion?
  • replies 2
  • views 753
  • stars 0
goydex ·
We root caused this. It was due to a firewall problem with the build agent performing the build. Our IT people closed the port the nodes use to connect to perforce.

If you see this error, check for configuration issues, the error is a little misleading.
Lawrence ·
[quote="goydex"]We root caused this. It was due to a firewall problem with the build agent performing the build. Our IT people closed the port the nodes use to connect to perforce.

If you see this error, check for configuration issues, the error is a little misleading.[/quote]

Thanks goydex you're right this error is caused by a config issue. Thanks for posting the update which helped me fix it.