Build Failure
#1989
Replies: 1 comment 1 reply
-
|
This is related to microsoft/navcontainerhelper#4027 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our company has an application and all build attempts (CI/CD, Test Current, etc.) fail with the following error. Pertinent part in bold.
Error: Unexpected error when running action. Error Message: docker: Error response from daemon: hcs::CreateComputeSystem 189a36595bc0af8b5463a14116b0e9d06a9e5e40212a01d652012acccb4d79a9: The paging file is too small for this operation to complete. ExitCode: 125 Commandline: docker run --volume "c:\bcartifacts.cache:c:\dl" --label nav= --env isBcSandbox=Y --label version=27.0.38460.41176 --label platform=27.0.41126.0 --label country=US --env artifactUrl=https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/27.0.38460.41176/us --env multitenant=Y --env licenseFile="c:\run\my\license.bclicense" --name bc18655424455 --hostname bc18655424455 --env auth=NavUserPassword --env username="admin" --env ExitOnError=N --env locale=en-US --env databaseServer="" --env databaseInstance="" --volume "C:\ProgramData\BcContainerHelper:C:\ProgramData\BcContainerHelper" --volume "C:\ProgramData\BcContainerHelper\Extensions\bc18655424455\my:C:\Run\my" --isolation hyperv --restart unless-stopped --env filesOnly=False --memory 16G --env enableApiServices=Y --env useSSL=N --volume "c:\windows\system32\drivers\etc:C:\driversetc" --env securePassword=76492d1116743f0423413b16050a5345MgB8AGgATQBBAHUAZQBjAEwAeQBKAHEAOQBoAGwASAA5AFYAYQArAGEASwBxAFEAPQA9AHwAMwAzAGQAMwBjADAAYQBmAGIANAAxADkAOQAwAGQAMgA0ADIANQAwADcAZQA2ADcANgA5AGQAZABlADkAMABkADgAZgAwADIANwBkAGUAMAA1ADAANQA3ADkAMQA5ADYAZQA0AGEANgA3AGEAZQA0ADgAYQA4ADAANwBhADAANwA= --env passwordKeyFile="c:\run\my\aes.key" --env removePasswordKeyFile=Y --volume "D:\a\BMI-SupplyAutomate\BMI-SupplyAutomate:c:\sources" --expose 5986 --env customNavSettings=EnableTaskScheduler=True --env accept_eula=Y --env accept_outdated=Y --detach mcr.microsoft.com/businesscentral:ltsc2025, StackTrace: at DockerDo, C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\HelperFunctions.ps1: line 251 <- at New-BcContainer, C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\ContainerHandling\New-NavContainer.ps1: line 1862 <- at , C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1143 <- at , C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 635 <- at GetBuildContainer, C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 568 <- at , C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1434 <- at , C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1389 <- at , C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1281 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.1.8\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1266 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.0\RunPipeline\RunPipeline.ps1: line 475 <- at , D:\a_temp\0d6de246-b948-45ef-8375-96ae408e267e.ps1: line 3 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.0\Invoke-AlGoAction.ps1: line 21 <- at , D:\a_temp\0d6de246-b948-45ef-8375-96ae408e267e.ps1: line 2 <- at , : line 1
Beta Was this translation helpful? Give feedback.
All reactions