-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passport service doesn't perform restart properly / Error: Received unexpected HTTP status code of 503 #51
Comments
On which server we can find logs?
|
also see #49 (comment) |
@mzico there is no need to apply restarts after configuration changes in 3.1.4 onwards. Waiting 1 min suffices |
@ganesh-at-wiw starting with passport 3.1.4 there is no need to check log for errors at startup Due to passport dependency on oxauth and oxtrust, and that most of times these applications are not ready when passport is starting, we added a mechanism in node application to retry until data is available. In that sense, there might be errors in log but they disappear once passport is enabled, configured and oxtrust is ready. This also helped us avoid the need of doing frequent manual restarts |
Hello @jgomer2001 if that is the case that we don't need to check log for errors at startup, should we assume that the service will be started automatically? GluuFederation/community-edition-setup@1645f9f#diff-34b91de3b6cf5b1fad78ef4a6b245b09 |
yes |
That's cool. |
Passport still doesn't start properly in 3.1.5_3 and when you try to (re)start it manually, there are errors in the logs: |
@natt-tester the log error indicates there is no file |
this commit closed this issue: GluuFederation/community-edition-setup@e7bcc46 @natt-tester please download this setup.py, and then install: https://github.com/GluuFederation/community-edition-setup/edit/version_3.1.5/setup.py @natt-tester Please close this issue after confirmation. |
seems fine in 3.1.5-4 |
Tested in 3.1.5-5, it's DONE. |
Installed passport in 3.1.4. By default it's running as I said 'yes' at the time of installation.
I added my external IDP in saml config file and went to stop/start passport; but passport didn't start.
I had to remove passport related logs manually to start passport again.
Whole output from terminal is below:
The text was updated successfully, but these errors were encountered: