Content
You are here:
server is temporarily unable to service
Added by Nidhin Chandran over 4 years ago
Hi,
Im using Centos 7
Followed installation steps : - https://docs.openproject.org/installation-and-operations/installation/packaged/#_ga=2.226550877.1763658314.1588839892-2054998250.1588839892
But now facing : - "server is temporarily unable to service your request due to maintenance downtime or capacity problems"
Kindly help, openproject and httpd all are working/running
Replies (3)
Hello,
Can you run
sudo openproject run check
and send the output? Also can you access the OpenProject server internally (curl localhost:6000
)?Thanks,
Cyril
Hi Team,
curl http://localhost:6000
curl: (7) Failed connect to localhost:6000; Connection refused
Hi Team,
This is the output : -
Usage:
openproject run COMMAND [options]
openproject scale TYPE=NUM
openproject logs [--tail|-n NUMBER]
openproject config:get VAR
openproject config:set VAR=VALUE
openproject config:unset VAR
openproject configure
openproject reconfigure
openproject restart
Details:
openproject configure [-f FILE|-]
* If using an installer:
This command will launch the installer wizard.
You can pass the installer seed file as argument or on STDIN.
This will execute the configure script at /opt/openproject/packaging/scripts/configure (if any).
A file containing environment variables can be given as argument or on STDIN (-f -), and will be saved in the /etc/openproject/conf.d folder.
openproject reconfigure
This command allows to reconfigure the application. Only useful if using an installer.
openproject restart [process]
This will restart the application (or the given process), in a distribution-independent manner.