By: Tan Mientras user 24 Oct 2022 at 7:49 a.m. CDT

3 Responses
Tan Mientras gravatar
Accessing https://<host>/casa shows: ``` session_selection_required The End-User is required to select a session at the Authorization Server. The End-User MAY be authenticated at the Authorization Server with different associated accounts, but the End-User did not select a session. This error MAY be returned when the prompt parameter in the Authorization Request is set to none to request that the Authorization Server should not display any user interfaces to the End-User, but the Authorization Request cannot be completed without displaying a user interface to prompt for a session to use. ``` I can login with my user into gluu admin web page, but casa doesn't work. Any ideas?

By Mobarak Hosen Shakil staff 24 Oct 2022 at 8:47 p.m. CDT

Mobarak Hosen Shakil gravatar
Hey, Tan! Can you please share the docs you have followed to setup `casa`? Also you can find error into `casa.log`. Regards ~ Shakil

By Tan Mientras user 25 Oct 2022 at 3:19 a.m. CDT

Tan Mientras gravatar
casa was installed using setup.py GUI i tried setup.py --install-casa but it's already installed, so can't do anything. ``` 25-10 08:18:22.350 INFO [main] casa.core.filter.LocaleInterceptor LocaleInterceptor.java:28- Locale filter initialized 25-10 08:18:22.963 INFO [main] gluu.casa.core.LogService LogService.java:117- Main logger's appender is LOG_FILE 25-10 08:18:22.992 INFO [main] gluu.casa.core.ZKService ZKService.java:58- ZK initialized 25-10 08:18:23.200 INFO [main] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:78- ConfigurationHandler inited 25-10 08:18:23.753 INFO [main] gluu.casa.core.PersistenceService PersistenceService.java:409- Underlying database of type 'ldap' detected 25-10 08:18:23.754 INFO [main] gluu.casa.core.PersistenceService PersistenceService.java:411- Using config file: /etc/gluu/conf/gluu-ldap.properties 25-10 08:18:23.761 INFO [main] gluu.casa.core.PersistenceService PersistenceService.java:416- Obtaining a Persistence EntryManager 25-10 08:18:25.088 INFO [main] gluu.casa.core.PersistenceService PersistenceService.java:338- Backend ldap for cache refresh was not detected 25-10 08:18:25.092 INFO [main] gluu.casa.core.PersistenceService PersistenceService.java:92- PersistenceService was initialized successfully 25-10 08:18:25.092 INFO [main] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:84- initializeSettings. Obtaining global settings 25-10 08:18:25.137 INFO [main] gluu.casa.core.CacheFactory CacheFactory.java:43- Initializing store of type = NATIVE_PERSISTENCE 25-10 08:18:25.144 INFO [main] gluu.casa.core.CacheFactory CacheFactory.java:45- Store created 25-10 08:18:25.201 INFO [main] gluu.casa.core.ZKService ZKService.java:93- Loading application labels 25-10 08:18:25.204 INFO [main] gluu.casa.core.ZKService ZKService.java:118- War resource bundles are: [general, admin, user] 25-10 08:18:25.205 INFO [main] gluu.casa.core.ZKService ZKService.java:152- Labels registered 25-10 08:18:25.217 INFO [main] gluu.casa.misc.CssRulesResolver CssRulesResolver.java:30- CssRules ZK VariableResolver initialized successfully 25-10 08:18:25.966 INFO [main] casa.core.filter.CorsFilter CorsFilter.java:30- CORS filter initialized ```

By Mobarak Hosen Shakil staff 02 Nov 2022 at 11:56 p.m. CDT

Mobarak Hosen Shakil gravatar
Hi, Ten! I don't see any error there. Please read the [faq](https://gluu.org/docs/casa/4.4/administration/faq/) of casa and let us know if you find any issue. Thanks