-
Notifications
You must be signed in to change notification settings - Fork 16
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
nginx service keeps restaring #235
Comments
After setting these variables in the .env file:
And rebuilding, I get the following message:
However, this message is strange since I successfully obtained a certificate for the machine:
|
I have partially solved the issue by following the steps here: #230
Any recommendations on how to fix this? |
Can you post the logs of the gateway container? |
Yes, here is the most recent output (keeps showing the same):
|
here is my most recent container status:
|
Dear all, -> UPDATE: we fixed this issue by commanding (#) all the lines in the config-file |
Dear all, 2021-01-21 13:52:57 UTC [ok] INFO - Stopping server.. [org.radarcns.gateway:42] gateway_1 | 2021-01-21 13:53:01 UTC [in] INFO - Reading configuration from /etc/radar-gateway/gateway.yml [org.radarcns.gateway:23] gateway_1 | 2021-01-21 13:53:04 UTC [in] INFO - RADAR_IS_CONFIG_LOCATION environment variable not set, looking for it on the classpath [org.radarcns.auth.config.TokenVerifierPublicKeyConfig:59] gateway_1 | 2021-01-21 13:53:04 UTC [in] INFO - Token public key endpoints set to [http://managementportal-app:8080/managementportal/oauth/token_key] [org.radarcns.auth.config.TokenVerifierPublicKeyConfig:85] gateway_1 | Jan 21, 2021 1:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start gateway_1 | INFO: Started listener bound to [0.0.0.0:80] gateway_1 | Jan 21, 2021 1:53:05 PM org.glassfish.grizzly.http.server.HttpServer start gateway_1 | INFO: [HttpServer] Started. gateway_1 | 2021-01-21 13:53:05 UTC [in] INFO - Jersey app started on http://0.0.0.0/radar-gateway/. gateway_1 | Press Ctrl+C to exit... [org.radarcns.gateway:49] userXX@serverXX:~/RADAR-Docker/dcompose-stack/radar-cp-hadoop-stack$ Looking forward hearing from you! Best regards |
Hello, Is it possible for someone to look into this? As this is the exact same issues we have in our gateway logs so nothing works |
Hello, while installing radar-base to an amazon lightsail ubuntu server I got the following message:
To fix this I installed a let's encrypt certificate, similar as in here:
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-lets-encrypt-certificates-with-nginx
(not a nginx instance)
After successfully installed the certificate I get the following after the installation:
however the nginx service keeps restarting and the gateway service shows as starting:
I cannot access the management portal on my server.
Let me know if you have any advice on how to fix this issue.
The text was updated successfully, but these errors were encountered: