Login  Register

Re: Discoverer Application Deployment Failed

Posted by ErmanArslansOracleBlog on Jun 16, 2015; 10:25am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Discoverer-Application-Deployment-Failed-tp371p373.html

Hi Berke,

Please update the weblogic.policy file that is used by your environment as follows and restart weblogic ;

Reference Note:1645823.1

-->
Note that : you may need to modify the paths(like patch_wls1036) according to your environment

2.1.1 Required Steps for Discover Users

Prior to starting the Discoverer service, you must add the following entries to the weblogic.policy file, where MW_HOME is the full path to your Middleware home directory. Otherwise, the Discoverer service will fail to start.

grant codeBase "file:MW_HOME/patch_wls1036/patch_jars/-" {permission java.lang.RuntimePermission "oracle.discoverer.connections", "read";};

grant codeBase "file:MW_HOME/patch_wls1035/patch_jars/-" {permission java.lang.RuntimePermission "oracle.discoverer.connections", "read";};

grant codeBase "file:MW_HOME/patch_wls1034/patch_jars/-" {permission java.lang.RuntimePermission "oracle.discoverer.connections", "read";};