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

tutorials/cfd_workflow failed to deploy #283

Closed
xpillons opened this issue May 20, 2020 · 1 comment
Closed

tutorials/cfd_workflow failed to deploy #283

xpillons opened this issue May 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@xpillons
Copy link
Collaborator

azhpc-init -c ../azurehpc/tutorials/cfd_workflow -d cfd_workflow -v location=northeurope,resource_group=hpc-grundfosazhpc,win_password=xxx
and failed during deployment of vmss. Any suggestions how to troubleshoot?
Traceback (most recent call last):
File "/usr/lib64/python3.6/logging/init.py", line 994, in emit
msg = self.format(record)
File "/usr/lib64/az/lib/python3.6/site-packages/knack/log.py", line 64, in format
msg = logging.StreamHandler.format(self, record)
File "/usr/lib64/python3.6/logging/init.py", line 840, in format
return fmt.format(record)
File "/usr/lib64/python3.6/logging/init.py", line 577, in format
record.message = record.getMessage()
File "/usr/lib64/python3.6/logging/init.py", line 336, in getMessage
msg = str(self.msg)
File "/usr/lib64/az/lib/python3.6/site-packages/msrestazure/azure_exceptions.py", line 193, in str
return str(self.error)
File "/usr/lib64/az/lib/python3.6/site-packages/msrestazure/azure_exceptions.py", line 120, in str
return error_bytes.decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 918: ordinal not in range(128)
Call stack:
File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/main.py", line 41, in
exit_code = cli_main(az_cli, sys.argv[1:])
File "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/main.py", line 30, in cli_main
return cli.invoke(args)
File "/usr/lib64/az/lib/python3.6/site-packages/knack/cli.py", line 227, in invoke
exit_code = self.exception_handler(ex)
File "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/init.py", line 109, in exception_handler
return handle_exception(ex)
File "/usr/lib64/az/lib/python3.6/site-packages/azure/cli/core/util.py", line 55, in handle_exception
logger.error(ex.args[0])
Message: CloudError("The template deployment 'vmss_deploy_ItTsxue5Rir3tGVtiU8q6EadF1WkgwXX' is not valid according to the validation procedure. The tracking id is '98f36a9e-8ded-4b67-81d4-d2dfbc5a56b1'. See inner errors for details.",)
Arguments: ()

@xpillons
Copy link
Collaborator Author

Solved by #284

@xpillons xpillons closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant