Register
Oracle E-Business Suite with Oracle Access Manager fails
Issue
Description:
While
execute adProvisionEBS.pl it fails
Exception
in thread "main" java.lang.UnsupportedClassVersionError:
oracle/security/am/engines/common/identity/provider/exceptions/TestConnectionException
: Unsupported major.minor version 52.0
Solution:
This is due to latest Java 1.7 update was
deployed. Revert to old jdk/java and rerun the script
cd
$COMMON_TOP/util
mv jdk32_old jdk32
No comments:
Post a Comment