-
Notifications
You must be signed in to change notification settings - Fork 74
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
Problems starting newest docker image with docker compose #247
Comments
To run the FROST-Server you need a PostgreSQL database. Did you directly run the If you just started the |
I used the docker-compose.yaml:
with |
It looks like the all-in-one image is still broken after tightening the the permissions (#240). I suspect this is the cause, we'll have a look. |
It should be fixed once the build is through: https://travis-ci.org/github/FraunhoferIOSB/FROST-Server |
Thank you for such a quick response. Now it works as expected. |
Dear Team,
when trying to start the server with latest docker image (digest: a1c02b3544cf), there's an exception being thrown indicating that database connection is failing. The
persistence_autoUpdateDatabase
enviroment variable was set to false, to ensure that FROST is not trying to update the database on startup before the database is ready. Then triggering an update at http://localhost:8080/FROST-Server/DatabaseStatus results in:As a consequence GET requests to any URL under http://localhost:8080/FROST-Server/v1.1/* or http://localhost:8080/FROST-Server/v1.0/* result in 500 Server Error with message
Failed to execute query.
The text was updated successfully, but these errors were encountered: