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

Installing extensions on Linux machines results in failure #28

Closed
Praburaj opened this issue Aug 18, 2015 · 2 comments
Closed

Installing extensions on Linux machines results in failure #28

Praburaj opened this issue Aug 18, 2015 · 2 comments

Comments

@Praburaj
Copy link

I have been trying to extend the ARM template that installs a Kafka cluster on Ubuntu machines.
Original sample: https://github.com/Azure/azure-quickstart-templates/tree/master/kafka-ubuntu-multidisks

However on executing the template I often see the execution flaky resulting in these error messages marking the VM extension installation a failed task. What's the best way for me to look at the failure reason?

Often run into this error, but some times does not happen on retries. 
{
    "status": "Failed",
    "error": {
        "code": "ResourceDeploymentFailure",
        "message": "The resource operation completed with terminal provisioning state 'Failed'.",
        "details": [
            {
                "code": "VMArtifactRepositoryInternalError",
                "message": "An internal error occurred while retrieving the VM artifact data from the artifact repository."
            }
        ]
    }
}

Some times I also get this: 
{
    "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 'chefclient'. Error message: \"private key does not match certificate - Check log file for details\"."
            }
        ]
    }
}
@aarsan
Copy link

aarsan commented Sep 3, 2015

I am starting to get this same error pretty consistently now. Just got it 4 times in a row but worked on the 5th try.

@bingosummer
Copy link
Member

@Praburaj
Closing the issue. Please feel free to re-open it if the issue still exists.

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

3 participants