Restart command is not working - Ubuntu 14.04 #256
Labels
exclude from release notes
Issue found during QA or otherwise non-important issue to report in release notes
Milestone
root@ubuntu:/home/gluu# /etc/init.d/gluu-server-3.0.0 restart
Shutting down Gluu Server...
Stopping Apache...
OK
Stopping Passport...
OK
Stopping oxAuth RP...
OK
Stopping Asimba...
OK
Stopping CAS...
OK
Stopping IDP...
OK
Stopping oxTrust...
OK
Stopping oxAuth...
OK
Stopping OpendLDAP...
OK
ERROR: Can't start gluu server.
HINT: Please manually remove /var/run/gluu-server-3.0.0.pid and unmount chroot container by running
rm -f /var/run/gluu-server-3.0.0.pid
df -aP | grep gluu-server-3.0.0 | awk '{print $6}' | xargs -I {} umount -l {}
root@ubuntu:/home/gluu#
The text was updated successfully, but these errors were encountered: