-
Notifications
You must be signed in to change notification settings - Fork 72
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
ERROR - Hosts: all subsequent calls will fallback to backened idp #92
Comments
The error "Error 111 connecting to localhost:6379. Connection refused" is something else, this means redis is not started, have you installed, configured and started redis? |
yes, redis is intall on server, others machine is ok, the problem is only for this machine. Regards |
The redis in aker server is active (running), do I have to give some kind of access to the centos firewall? 2019-06-07 12:35:08,377 - INFO - Core: Starting up, user=oriol.centelles from=MYPUBLICIP:46208 Regards |
Let me clear the confusion first. For the problem mentioned in your first post: Secondly, for the other problem You can check by running:
Also, for the redis connection problem, it shouldn't stop aker from working it will use the files on disk instead of memory cache, so it will be slower if your environment is big. |
Hello, I have aker as a FreeIPA to manage the users, but I also manage a part with Json.
The problem I have is with a cloudlinux centos machine where the ssh port is 2202:
2019-06-04 10:17:50,610 - INFO - Core: Starting up, user=my.user from=XXX.XXX.XXX.XXX:50364
2019-06-04 10:17:50,610 - INFO - IdPFactory: trying dynamic loading of module : Json
2019-06-04 10:17:50,611 - INFO - Json: loaded
2019-06-04 10:17:50,615 - ERROR - Hosts: all subsequent calls will fallback to backened idp, cache error: Error 111 connecting to localhost:6379. Connection refused.
2019-06-04 10:17:54,903 - INFO - Core: Starting session UUID f80fb09e-4801-448a-91de-7684c243f039 for user my.user to host XXX.XXX.XXX.XXX
The text was updated successfully, but these errors were encountered: