Problem upgrading to JCE 1.2.2 , hence Oracle Warehouse Builder (OWB) is hanging [message #131973] |
Wed, 10 August 2005 04:38 |
sanotsh
Messages: 5 Registered: March 2005
|
Junior Member |
|
|
While working with Oracle Warehouse Builder 9.2, we were using Java Cryptgrpahy Extension (JCE) 1.2.1
which got expired, so as we launch OWB it hanges with initial product logo screen.
1) So we have downloaded JCE 1.2.2, which was recommended and extracted the zip which was containing 4 jars files.
2) Copied those jar files into /jre/lib/ext (recommended) and
3) java.security file appended to add line like
a)security.provider.1=sun.security.provider.Sun
b)security.provider.2=com.sun.crypto.provider.SunJCE
4) all the steps were followed as per documentation
In addition to above in java.policy when checked
// Standard extensions get all permissions by default
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
permission java.io.FilePermission "jce1_2_2.jar", "read";
permission java.lang.RuntimePermission "getProtectionDomain";
permission java.security.SecurityPermission "putProviderProperty.SunJCE";
};
5) still problem persists. Please suggest ... we are using JRE 1.3.1
Please reply your answer to vkandati@mahindrabt.com also.
TIA,
Kandati
|
|
|