By: Varo Hurtado user 11 Jun 2017 at 11:39 a.m. CDT

2 Responses
Varo Hurtado gravatar
I did a fresh install of gluu + shibboleth in my debian system. After reboot nothing worked, the only message i get from the navegator was: ``` SERVER MAINTENANCE The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. ``` I performed this commands, which i found in another post: ``` service oxauth stop service identity stop service oxauth start service identity start ``` And it worked for gluu to start, but shibboleth seems not starting correctly.

By Mohib Zico staff 11 Jun 2017 at 11:43 a.m. CDT

Mohib Zico gravatar
Hi Varo, Couple of things you can check: - `service idp status` - Check logs inside /opt/shibboleth-idp/logs/ - Try to load your Gluu Server's SAML metadata and tail apache log - See if there any error in setup log

By Varo Hurtado user 11 Jun 2017 at 2:21 p.m. CDT

Varo Hurtado gravatar
The command has worked The order I followed would be as follows: ``` service gluu-server-3.0.1 login service oxauth stop service oxauth start service identity start service idp start ``` Thanks