GenerateResourcesAndImage fails with error - CommandNotFoundException: The term 'mongo' is not recognized as a name of a cmdlet #6601
Unanswered
plynch66
asked this question in
General questions
Replies: 2 comments
-
I am also receiving this error and it has been happening for about 2 weeks (11 days) I would be happy to know if there are any fixes for this. Ian |
Beta Was this translation helpful? Give feedback.
0 replies
-
Will be fixed by #6609 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to generate an Ubuntu2004 image using an Azure VM and I am seeing an error which I haven't previously encountered :
"azure-arm: Running tests from '/imagegeneration/tests/Databases.Tests.ps1'
azure-arm: Describing MongoDB
azure-arm: [-] mongo 129ms (90ms|39ms)
azure-arm: CommandNotFoundException: The term 'mongo' is not recognized as a name of a cmdlet, function, script file, or executable program.
azure-arm: Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
azure-arm: at , /imagegeneration/tests/Databases.Tests.ps1:7
azure-arm: [-] mongod 42ms (40ms|2ms)
azure-arm: CommandNotFoundException: The term 'mongod' is not recognized as a name of a cmdlet, function, script file, or executable program.
azure-arm: Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
azure-arm: at , /imagegeneration/tests/Databases.Tests.ps1:7
azure-arm: Tests completed in 782ms
azure-arm: Tests Passed: 0, Failed: 2, Skipped: 0 NotRun: 4"
I have pulled the latest build of the 'runner-images' repo before trying this .
Any clues ?
Paul
Beta Was this translation helpful? Give feedback.
All reactions