# Instance Creation Fails With Error 'Unexpected Build failure Not Rescheduling Build'

## Problem

Instance creation fails with the below error:

{% tabs %}
{% tab title="None" %}

```none
ERROR nova.compute.manager [req-uuid [user name]] [instance: [instance-uuid]] Unexpected build failure, not rescheduling build.TRACE nova.compute.manager [instance: [instance-uuid]] MessagingTimeout: Timed out waiting for a reply to message ID fbb7342c8d3147e0b6fc96df9f5250bf
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed OpenStack All Versions
* Nova
* Libvirtd
* Rabbitmq

## Cause

* The instance was scheduled and created on the host, but failed to update Nova DB as the connection timed out due to a communication issue between ***pf9-ostackhost*** service on the host and ***rabbitmq*** service on the management plane.

List the instances created on the host.

{% tabs %}
{% tab title="None" %}

```none
$ sudo virsh list --all
```

{% endtab %}
{% endtabs %}

Compare it with the list of instances provided by running below commands.

{% tabs %}
{% tab title="None" %}

```none
$ openstack server list --all --host [host_uuid] --fit-width
```

{% endtab %}
{% endtabs %}

## Resolution

As this is newly created instance, undefine the affected instance on the host by running below command and try recreating the instance.

{% tabs %}
{% tab title="None" %}

```none
$ sudo virsh undefine [instance-uuid]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmo/solution/instance-creation-fails-with-error-unexpected-build-failure-not.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
