In today’s article, we will talk about the “Cannot Read From Policy Store. Reason Is PolicyStore Error” error.
Interestingly when working on Oracle forms ” weblogic ” at the time of start ” Cannot read from policy store. Reason is PolicyStore Error,” it gave the error.
When we examine the error with its main titles, there are two striking points.
1 – Cannot read from policy store. Reason is PolicyStore Error
2 – Premature end of file encountered at …
The reason for these two outputs is the corruption of the ” system-jazn-data.xml ” file.
The solution is as follows;
1 – first make a backup of your ” system-jazn-data.xml ” in the path ${domain.home}/config/fmwconfig/system-jazn-data.xml.
2- After Data, turn off all services and go to {oracle.home}/oracle_common/modules/oracle.jps_11.1.1/domain_config/ and copy the system-jazn-data.xml file with the same name. Paste this copied file under ${domain.home}/config/fmwconfig/.
When you open the services, you will see that the problem is fixed.