Unable to start WebLogic Admin Server due to PolicyStore Error

Caused By: oracle.security.jps.JpsRuntimeException: Cannot read from policy store. Reason is PolicyStore Error, java.io.FileNotFoundException: /tmp/jazn-data1491643977xml.lck (Permission denied)

This generally happens when the admin server is started from a root user.

We need to find this file by running the command from the root director.

sudo find . -type f -name  jazn*

Once we find the file, we just need to move it.