License related query

Hi Stardog support team,

I tried to deploy stardog pod using helm chart on EKS cluster. I have stored the license binary file on Hashicorp vault as secret. when I deployed the pod the pod is restarting again and again. When see the pod logs the I found below message.
#kubectl logs -f stardog-lic-stardog-0 -n app

  • make_temp /tmp+ set +e
  • TEMP_PATH=/tmp
  • '[' '!' -d /tmp ']'
  • /opt/stardog/bin/stardog-admin server start --foreground --port 5820 --home /var/opt/stardog/
    Your Stardog license is invalid. Please visit http://stardog.com for information on obtaining a new license.

Please let me know what does it means if I am getting error "Your Stardog license is invalid."

Pod is retrieve the license file or not?