For the complete documentation index, see llms.txt. This page is also available as Markdown.

Common license errors

Fix common activation errors fast. Includes what to check and what to send to support.

1

Confirm what you’re doing

  • Are you activating a license right now?

  • Which OS are you on (Windows / Linux / Docker)?

  • Are you using automatic or manual activation?

If you’re not sure, check the activation guides:

2

Collect the basics

  • Copy the full error text.

  • Note the timestamp when it happened.

  • Grab AppServer logs (folder: AppServer/Logs).

To verify the current license status in logs, use:

3

If you use automatic activation, verify outbound connectivity

Automatic activation requires outbound access to WebSpellChecker licensing API.

If you activate through a proxy:

Activation error messages

Open the exact message you see and follow the steps.

Error. The License Ticket ID that you have entered is incorrect or invalid. Please recheck your Ticket and try again.

What it means

The License Ticket ID was not accepted by the licensing server.

Fix

  • Re-copy the License Ticket ID.

  • Avoid leading/trailing spaces and line breaks.

  • Make sure you’re using the ticket for the correct product/environment.

  • If you upgraded from very old versions, confirm you’re not using a legacy license type.

If it still fails

Email support@webspellchecker.net and include:

  • the License Ticket ID you used

  • the exact error message

  • OS and WebSpellChecker version

Error. Unable to connect to the remote license server. The automatic license activation has failed. Check your Internet connection or try to activate your license manually.

What it means

Your server can’t reach the licensing endpoint during automatic activation.

Fix

If you’re behind a proxy

Error. License decoding failed. Invalid or corrupted license string. Verify and retry.

What it means

This is a manual activation issue. The License Response string is incomplete or altered.

Fix

  • Re-copy the entire License Response string.

  • Don’t remove URL-encoded characters.

  • Avoid leading/trailing spaces and line breaks.

  • Make sure you didn’t paste only part of the string.

Error. The license activation has failed. You have exceeded the maximum allowed number of attempts to activate the license.

What it means

There is a fixed limit for activation attempts per License Ticket ID.

Fix

  • Contact support to increase attempts.

  • If you’re using Docker, activate during the image build or persist the license in the image.

Send to support

  • License Ticket ID

  • Number of installations/activations you already ran

Error. The license activation has failed. Your license expired.

What it means

The License Ticket ID is no longer valid.

Fix

Send to support

  • License Ticket ID

Warning. Failed to update information in the license file. System exception.

What it means

AppServer couldn’t update the local license file on disk.

Fix

  • Check write permissions for the license storage directory:

    • Windows: C:\ProgramData\WebSpellChecker

    • Linux: /var/lib/WebSpellChecker

  • If you run as a service, verify the service user has access.

  • On Docker, make sure the mounted volume is writable.

This warning often doesn’t break the already activated license. Still fix it to avoid issues on reactivation/renewal.

Still stuck?

Email support@webspellchecker.net.

Include:

  • The exact error message

  • OS and WebSpellChecker version

  • Activation mode (automatic/manual)

  • AppServer/Logs (zipped)

Last updated

Was this helpful?