-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
device resgistry keeps crashing #167
Comments
Will probably need more info to troubleshoot this, but that error message looks like it's trying to parse At a guess some combination of config vars for HOST, PORT and SCHEME are incorrect/getting mixed up/combined. How are you starting the device registry, it looks like kubernetes? Would it be possible to send your config? You can also check the environment of the pod it's running in with |
@alexhumphreys , the env details cannot be retrieved as the container seems to have crashed.
Here is what the command returns
Here are some additional information: The YAML config:
Also attaching the JSON log file for your reference. |
Thanks for the logs! I ran them through
the fun part is probable at ota-device-registry/src/main/scala/com/advancedtelematic/ota/deviceregistry/Boot.scala Line 35 in d69ee9d
So it looks like the config variables for director are in a twist. In #168 the env you provide has That variable should be a port, probably |
Getting the following error with CrashLoopBackOff while starting the cluster
The text was updated successfully, but these errors were encountered: