You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated to the new version 2.4.0 on a new Ubuntu 22 Server following all known changes to build instructions for Docker.
docker-compose up worked well, and the server stood up without error.
docker is then able to graceful shutdown correctly without error
When restarting the machine, the server attempts to come back up without a prompt, but Webpage shows "An unhandled exception occurred" when attempting to authenticate to the web server.
Attempting to bring the server back up via docker-compose up or -d seems to fail at the MySQL stage.
Looking for any thoughts on why the server is unable to return to operational status after a reboot.
The text was updated successfully, but these errors were encountered:
I've just finished testing the current dev branch and found different results than what #86
Restarting OS results in "An unhandled exception occurred" on the login page after the authentication attempt
Docker-compose down / up resulted in successful authentication but the same error as #86 of server_status
Docker-compose pause / unpause was the only currently effective way to "hold" the application through a power cycle. except when using system snapshotting.
"An unhandled exception occurred" - yes, this happens as mysql is down ("Plugin mysqlx reported: 'Setup of socket: '/var/run/mysqld/mysqlx.sock' failed, another process with PID ....")
Maybe @ihranicky is able to fix it, I spent some time but with no success (and rebuilding is quite slow..)
Indeed, the design of Fitcrack dockerfile seems bad to me, fitcrack installation should be in dockerfile, not in entrypoint shell script.
Updated to the new version 2.4.0 on a new Ubuntu 22 Server following all known changes to build instructions for Docker.
docker-compose up worked well, and the server stood up without error.
docker is then able to graceful shutdown correctly without error
When restarting the machine, the server attempts to come back up without a prompt, but Webpage shows "An unhandled exception occurred" when attempting to authenticate to the web server.
Attempting to bring the server back up via docker-compose up or -d seems to fail at the MySQL stage.
Looking for any thoughts on why the server is unable to return to operational status after a reboot.
The text was updated successfully, but these errors were encountered: