When i install i meet the localhost show the license is invalid

WARNING: Could NOT verify active license "LICENSE_ID"

License validation results:

✓ CRYOSPARC_LICENSE_ID environment variable is set
✕ License has INCORRECT format

----------------------------------------------------------------------------

global config variables:
export CRYOSPARC_LICENSE_ID="LICENSE_ID"
export CRYOSPARC_MASTER_HOSTNAME="admi-System-Product-Name"
export CRYOSPARC_DB_PATH="/home/admi/cryo/cryosparc_database"
export CRYOSPARC_BASE_PORT=39000
export CRYOSPARC_DB_CONNECTION_TIMEOUT_MS=20000
export CRYOSPARC_INSECURE=false
export CRYOSPARC_DB_ENABLE_AUTH=true
export CRYOSPARC_CLUSTER_JOB_MONITOR_INTERVAL=10
export CRYOSPARC_CLUSTER_JOB_MONITOR_MAX_RETRIES=1000000
export CRYOSPARC_PROJECT_DIR_PREFIX='CS-'
export CRYOSPARC_DEVELOP=false
export CRYOSPARC_CLICK_WRAP=true

suggests an incorrect cryosparc_master/install.sh --license parameter was specified during installation, or the cryosparc_master/config.sh was modified after installation.
The value of the CRYOSPARC_LICENSE_ID variable should be a sequence of letters, digits and dashes (example).
You might try

  1. Run the command
    cryosparcm stop

  2. Ensure that the CRYOSPARC_LICENSE_ID definitions inside files

    • cryosparc_master/config.sh
    • cryosparc_worker/config.sh

    look similar to

    export CRYOSPARC_LICENSE_ID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    

    where

    xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    

    should be replaced with the CryoSPARC license ID you received in an email after registration.

  3. Run the command
    cryosparcm start