I am working in a project where application is deployed in on premise, all the request from application will go via the LB to one of the 2 servers and file storage is external . Now the problem is I uploaded the ADFS certificate in the app, which ever the server that picks the adfs file that particular server is not throwing any error, but when i restart the second server, I can see two errors in the console Error 1- Unable to Load ldP Metadata ,FileNotFOundInstorageException : LocalFIleSystemStore : : File Does nt exist for keyError 2 - Unable to initialize the Servlet configuration , org.opensaml.saml.common.SAMLException : Unable to find an Entity Descriptor with id: https://****
asked
Aarthi Boopalan
1 answers
0
@Syed Muqtadir Yes it is resolved long back, Go to your mendix console configuration . and specify the default file upload location, In my case i used server 1 location as my default file save location in both the server. and customize the key store code, before updating the key check whether the key is already generated.After doing these changes its working for me