---
component: artifact-cache
version: "1.7"
slug: artifact-cache/troubleshooting
canonical_url: "https://docs.develocity.ai/artifact-cache/1.7/troubleshooting/"
title: "Troubleshooting"
description: "Resolve a compatibility failure between the Artifact Cache CLI and the Develocity server or Edge node it connects to, whether the CLI or deployment is behind."
keywords:
  - "Artifact Cache"
  - "CLI"
  - "upgrade"
  - "diagnostics"
status: current
---

<!-- llms-index: https://docs.develocity.ai/llms.txt -->

# Troubleshooting

<a id="preamble"></a>

Every Artifact Cache CLI run automatically verifies that it is compatible with the Develocity server or Edge node it connects to. This page covers what to do when that verification fails.

<a id="cli-version-too-old"></a>

## Your Artifact Cache CLI Is Too Old

Your installed Artifact Cache CLI is a major version behind the Develocity server or Edge node it connects to. Upgrade the Artifact Cache CLI.

Check your installed version:

```bash
java -jar develocity-artifact-cache-cli.jar --version
```

Compare it against the current release listed in [Release History](https://docs.develocity.ai/artifact-cache/1.7/release-history/), then download it from [Hosting the Artifact Cache CLI Binary](https://docs.develocity.ai/artifact-cache/1.7/user-manual/#hosting-cli-binary).

<a id="deployment-too-old"></a>

## Your Artifact Cache CLI Is Too New

Your installed Artifact Cache CLI is a major version ahead of the Develocity server or Edge node it connects to. Downgrade the Artifact Cache CLI.

Check your installed version:

```bash
java -jar develocity-artifact-cache-cli.jar --version
```

Find a release compatible with your deployment in [Release History](https://docs.develocity.ai/artifact-cache/1.7/release-history/), then download it from [Hosting the Artifact Cache CLI Binary](https://docs.develocity.ai/artifact-cache/1.7/user-manual/#hosting-cli-binary).

<a id="additional-help"></a>

## Additional Help

If none of the above matches what you are seeing, contact [Develocity support](https://support.gradle.com/).