You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created the saam-keystore.p12, i have placed it in the src/main/resources folder in a way that it will be found by the .jar file and i proceeded to run the .jar file with the following command
ERROR [AuthenticationAuthorizationManager,38b24b14c51c28b0,38b24b14c51c28b0,true] 7282 --- [nio-8443-exec-6] e.h.s.security.services.AAMServices : Couldn't establish connection with CoreAAM... falling back to local configuration
Any insights on why this problem is happening? Should i configure something that is not written in the wiki?
The text was updated successfully, but these errors were encountered:
I am facing the same problem when running this on my raspberry pi, and strangely enough it works normally on my Ubuntu machine, did you manage to fix this?
I have a problem while configuring and running the AuthenticationAuthorizationManager.
I have been following the wiki instructions.
I have created the saam-keystore.p12, i have placed it in the src/main/resources folder in a way that it will be found by the .jar file and i proceeded to run the .jar file with the following command
java -jar AuthenticationAuthorizationManager-5.0.3-run.jar
I used the bootstrap.properties file from the wiki (step 2.3)
The service runs but when trying to get to the http://localhost:8443/get_available_aams
as stated in the wiki i get the following error in the terminal
ERROR [AuthenticationAuthorizationManager,38b24b14c51c28b0,38b24b14c51c28b0,true] 7282 --- [nio-8443-exec-6] e.h.s.security.services.AAMServices : Couldn't establish connection with CoreAAM... falling back to local configuration
Any insights on why this problem is happening? Should i configure something that is not written in the wiki?
The text was updated successfully, but these errors were encountered: