microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

Error in PowerShell while Provisioning of resources #339

Closed EliasPI closed 6 years ago

EliasPI commented 6 years ago

New-AzureRmResourceGroupDeployment : 16:42:06 - Resource Microsoft.Compute/virtualMachines/extensions 'xxxedx-jb/installoxa' failed with message '{ "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMExtensionProvisioningError", "message": "VM has reported a failure when processing extension 'installoxa'. Error message: \"Enable failed: failed to execute command: command terminated with exit status=2\n[stdout]\n\n[stderr]\n\"." } ] } }' Au caractère C:\Users\xxxx\oxa-tools\scripts\Common.ps1:727 : 33

New-AzureRmResourceGroupDeployment : 16:42:07 - VM has reported a failure when processing extension 'installoxa'. Error message: "Enable failed: failed to execute command: command terminated with exit status=2 [stdout] [stderr] ". Au caractère C:\Users\xxxx\oxa-tools\scripts\Common.ps1:727 : 33

Any idea what the error is?

egonid commented 6 years ago

Hello EliasPI

Which branch do you use? oxa/dev.fic or oxa/master.fic? A months ago, I had same error like you when using oxa/dev.fic. But there was no error when used oxa/master.fic.

People recommend using oxa/master.fic.

But currently, oxa/master.fic needs PR#338. After fix that, you try again with oxa/master.fic.

Thanks.

EliasPI commented 6 years ago

I was using oxa/dev.fic. Thanks.