開啟託管server報錯:Cannot read from policy store. Reason is PolicyStore Error
Oracle Fusion Middleware - Version: 11.1.1.2.0 and later [Release: Oracle11g and later ]
Oracle Weblogic Server - Version: 10.3.2 and later ]
報錯資訊類似:
oracle.security.jps.JpsRuntimeException: Cannot read from policy store.
at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.buildFromFile(XmlPolicyStore.java:425)
at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.
at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:100)
at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:74)
at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
原因:
The file ${domain.home}/config/fmwconfig/system-jazn-data.xml is either incomplete and / or corrupted, therefore the error is produced due to an Unexpected end of Document error when the OPSS framework (included inside Fusion Middleware) is trying to read an XML.
The reasons for the corruption are typically difficult or impossible to determine. One possible cause is a machine crashes or reboot has occurred at the same time a product or application was writing / updating a configuration file.
解決方法:
1. Shutdown the all the servers in the domain
2. Copy the corrupted policy file from a backup location
copy ${oracle.home}/oracle_common/modules/oracle.jps_11.1.1/domain_config/system-jazn-data.xml to ${domain.home}/config/fmwconfig/system-jazn-data.xml.
3. Restart all servers in the domain
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-749367/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 前端報錯:cannot read property length of undefined前端Undefined
- name server cannot be used, reason: Temporary failure in name resolutionServerAI
- 解決docker啟動映象報錯:docker: Error response from daemonDockerError
- cURL error 52: Empty reply from server GitHub 三方登入報錯ErrorServerGithub
- vue+echarts報錯Cannot read property ‘init‘ of underfinedVueEcharts
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- 網站報錯:“Database Server Error”網站DatabaseServerError
- LoadRunner報錯vuser_init.c(18): Error: nca_connect_server: cannot communicateErrorServer
- 使用pillow開啟TIFF檔案報tempfile.tif: Cannot read TIFF header錯誤的解決方案Header
- PHP報錯:?configure: error: Cannot find libmysqlclientPHPErrorIBMMySqlclient
- 重啟docker服務後,容器啟動報錯:Error response from daemon: id already in useDockerError
- el-tree 報錯 TypeError: Cannot read property ‘setCheckedKeys‘ of undefined“ErrorUndefined
- 報名開啟|QKE 容器引擎託管版暨容器生態釋出會!
- Error: cannot fetch last explain plan from PLAN_TABLEErrorASTAI
- 開啟 Word 文件報錯: Cannot find the Word document template:WordToRgm.dot
- firefox 開啟em時候報ssl_error_weak_server_ephemeral_dh_key錯誤FirefoxErrorServer
- MySQL 5.7.17 安裝報錯SSL error: Unable to get private key fromMySqlError
- mysql啟動時報錯Can't read from messagefile errmsg.sysMySql
- Server Application Error報錯資訊的解決方案ServerAPPError
- Vue : Expected the Promise rejection reason to be an ErrorVuePromiseError
- MySQL報錯Slave: received end packet from server, apparent master shutdownMySqlServerAPPAST
- 開源託管站點大全
- Arkts錄製音訊報錯 ERROR: The reason and usedScene attributes are mandatory for user_grant permissions.音訊Error
- TypeError: Cannot read private member xxx from an object whose class did not declare itErrorObject
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- zabbix-server啟動報錯解決Server
- nginx 啟動報錯 unknown directive "server"NginxServer
- tomcat新增專案報錯:There are no resources that can be added or removed from the serverTomcatREMServer
- 託管與非託管的混合程式設計程式設計
- Weblogic開啟managed server報錯java.lang.OutOfMemoryError: PermGen spaceWebServerJavaError
- MySQL主從複製報錯:Got fatal error 1236 from master when reading data fromMySqlGoErrorAST
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- lsnrctl啟動報錯,Linux Error: 29: Illegal seekLinuxError
- [譯] 避免那些可惡的 "cannot read property of undefined" 錯誤Undefined
- C# 託管資源和非託管資源C#
- MySQL 5.5 原始碼安裝報錯"[ERROR] Can't start server"MySql原始碼ErrorServer
- Java更新資料庫報錯:Data truncation: Cannot create a JSON value from a string with CHARACTER SETJava資料庫JSON
- AndroidStudio之自定義輸出包名報錯 Cannot set the value of read-only property 'outputFile' forAndroid