Authentication fails after saving OSGI config
I've been investigating how to set a password validation string but in the process have a very unusual behaviour. I am using AEM 6.2.
Starting with a freshly-installed system at http://localhost:4502/system/console/configMgr, I search for 'Apache Jackrabbit Oak AuthorizableActionProvider', click on that name to open the configuration to open the configuration dialog, then click 'Save' from the buttons in bottom-right corner of the dialog. Do not make any configuration changes, just open the dialog and click 'Save'.
There is a message at the top of the window after this: 'Configuration Admin Service is running.'
Unfortunately, CRXDE is now broken at: http://localhost:4502/crx/de/index.jsp. The error message is:
Also, I cannot login to the author at: http://localhost:4502/ The error message is:
The java process that is running the author instance has to be force-shutdown. After a restart, everything is (apparently) working again.
I am concerned that this could cause issues on deployment to production.
What should I be looking for to analyse and resolve this?
