# Common Reasons For Execution Fails

Loadium test executions can occasionally be interrupted due to user-side misconfigurations, missing data, or network access issues. This guide addresses the most common problems and their solutions.

<figure><img src="/files/7JHyAZl9Cp26HYG6YkWh" alt=""><figcaption></figcaption></figure>

## 1. CSV Dataset Config Configurations

* Typo in csv dataset config.

<figure><img src="/files/24t3qlVUY7PuyVwccyXm" alt=""><figcaption><p>Example: JMeter CSV Element</p></figcaption></figure>

* Giving an invalid file extension in csv dataset config.

<figure><img src="/files/lfbUqFPxGuZSIiE585Nn" alt=""><figcaption><p>Example: JMeter CSV Element</p></figcaption></figure>

## 2. Incorret CSV Format

An incorrect CSV format can cause JMeter tests to fail unexpectedly. Issues such as the wrong number of columns, incorrect headers, or mismatched data types often lead to errors during test execution. To ensure proper functionality, the CSV file must be correctly formatted and aligned with the test plan's requirements, providing the necessary data accurately.

## 3. Public Access Restriction

Loadium initializes virtual machines for load tests from cloud providers such as AWS, Azure, and GCP. If the target environment is restricted from public access, the virtual machines may not be able to connect, preventing the test from starting.

## 4. Plugin Versions

The versions of the plugins used in the test scripts are not up to date, the tests may start properly.&#x20;

<figure><img src="/files/MCiyJ6CyuuuCSe2Qdqyz" alt=""><figcaption><p>Example: JMeter Plugin Manager</p></figcaption></figure>

## 5. Invalid JMX

An invalid JMX file in JMeter tests can cause tests to fail before they start.

Common issues include:

* Syntax errors
* Corrupted elements
* Unsupported font types (such as non-Latin characters)
* Missing configurations within the JMX file.

These errors prevent Loadium from properly executing the test file, leading to failures. It's essential to validate and correct the JMX file to ensure smooth and successful test execution.

## 6. Very Long Response Times

In cases where the first HTTP response (from any request) during a performance test takes more than 120 seconds to return to Loadium, it may be labeled as 'failed' by the system. Ensure that your virtual user load configuration (e.g., ramp-up time) is appropriate for the target environment, or consider using a monitoring tool to check your services.

Similarly, at any point during the test, if no data is received for 120 seconds, the system may label it as 'failed'.


---

# 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://wiki.loadium.com/common-reasons-for-execution-fails.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.
