Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in PowerShell while Provisioning of resources #339

Closed
EliasPI opened this issue May 29, 2018 · 2 comments
Closed

Error in PowerShell while Provisioning of resources #339

EliasPI opened this issue May 29, 2018 · 2 comments

Comments

@EliasPI
Copy link

EliasPI commented May 29, 2018

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

  • ... $response = New-AzureRmResourceGroupDeployment -ResourceGroupName $In ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
    • FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet

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

  • ... $response = New-AzureRmResourceGroupDeployment -ResourceGroupName $In ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
    • FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet
      /////////

Any idea what the error is?

@egonid
Copy link

egonid commented Jun 5, 2018

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
Copy link
Author

EliasPI commented Jun 5, 2018

I was using oxa/dev.fic. Thanks.

@EliasPI EliasPI closed this as completed Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants