Content
After simple server reboot : 503 Service Unavailable
Added by Joseph Maillardet almost 10 years ago
Hello,
I’ve installed OpenProject on a Ubuntu 14.04 server following “Packaged installation”.
I encouter only one problem with postinstall that didn’t ask me the MySQL “root” password so I needed to add it piggly in /usr/share/openproject/installer/addons/mysql/bin/postinstall.
Today, I run a classique : sudo apt-get update; sudo apt-get dist-upgrade; followed by a : sudo reboot; because of a kernel update that need it.
Now, my OpenProject installation complain with “503 Service Unavailable” … after a simple server reboot.
running : openproject logs —tail; give me log.txt i’ve attach to this message.
I just understand nothing of what appen, why it appen and how I can fix this :’(
Someone to help a poor newbie ?
Replies (2)
I have the same problem…
Someone can help us ?
Hello,
Little deeper inside my problem. After reading many post that appear to didn’t have any relationship with my problem I feel that the command `sudo openproject configure` can resolve many misconfiguration problem. So I tried it but for that, I needed to put again the MySQL root password hardly in /usr/share/openproject/installer/addons/mysql/bin/postinstall. Finaly the configure process run and crash (see attached log) and complain that I have to run `bundle install`
So, I give it a try by running `sudo openproject run bundle install` and it crash again (in attached log too) explaining to me that if I was on a development machine I can try to run `bundle install —no-deployment`… but … I’m on a production machine.
Is anybody here to give a dust of help ?