microsoft / oxa-tools

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

VM has reported a failure when processing extension 'installoxa' #454

Closed wladinho31 closed 5 years ago

wladinho31 commented 5 years ago

Hello everyone,

Is there any solution for this error? I have found that some of implementation from dev branch had a issues, but I have tried to deploy from master.fic.

Same error with provisioning stamp-v2 and jumpbox VM has reported a failure when processing extension 'installoxa'. Error message: "Enable failed: failed to execute command: command terminated with exit status=127".

Thanks,

wladinho31 commented 5 years ago

Update:

Same error is occurred in master.fic as well as dev.fic. I have tried different PowerShell module versions, but every time error message is the same.

I will appreciate if anyone have any king of helpful information.

Thanks,

prabhanshu commented 5 years ago

@Wladinho, assumed you figured out the issue. Just wanted to understand what was the cause, it is PowerShell version

wladinho31 commented 5 years ago

@prabhanshu, once I installed AzureRM 5.1 and Azure CLI 2.0.31, I finally managed to finish "installoxa" step. Next issue was during configuration of Mongo and MySQL, because admin passwords wasn't defined. Somehow, scripts wasn't able to read variable parameters and use it during installation. I just manually added passwords to bvt.sh file and deploy edX without any issue.

I hope that this is helpful.

Regards,

wladinho31 commented 5 years ago

Also, there are other issues now, but other guy raised issue.

https://github.com/microsoft/oxa-tools/issues/461