Total Pageviews

Sunday, August 24, 2014

OIM11gR2 java.lang.ClassNotFoundException error OES Configuration Using JBoss as a Security Module Throws Error

OES Configuration Using JBoss as a Security Module Throws Error on AIX
When you try to configure JBoss Security Module on an AIX operating system, it throws a java.lang.ClassNotFoundException error.

Workaround:
Complete the following steps:
  1. Go to the following directory:
    JAVA_HOME/jre/lib/security
    
  2. Open the java.security file and search for policy.provider attribute. The value of the attribute policy.provider is set to org.apache.harmony.security.fortress.DefaultPolicy.
    You must delete the existing value of the policy.provider attribute and change it to sun.security.provider.PolicyFile.

No comments:

Post a Comment