Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OIM Configuration Failed

user10449216Dec 14 2014 — edited Dec 16 2014

I am trying to install oracle identity management on a web logic server.

I followed the installation guide list as below but at the last step I am getting an error

  1. Install Oracle Database 11.2.0.3 - DONE
  2. Install Web Logic Server 10.3.6 - DONE
  3. Create OAM schema using Repository Creation Utility 11.1.2 - DONE
  4. Install Install Identity & Access Management 11.1.2.0 software - DONE
  5. Install SOA Suite 11.1.1.6.0 - DONE
  6. Create Weblogic Domain - DONE
  7. Configure security store for OAM Domain in database - DONE
  8. Configure OIM

error.png

The log file contains the following exception:

[2014-12-14T23:42:40.346+02:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 47] [ecid: 0000KdAk0Sl4UsYjLprI8A1KZWEl000003,0] Exception[[

java.lang.Exception: Exception occured while encrypting the configuration and database

at oracle.as.install.oim.config.util.EncryptConfigurationAndDB.encryptConfigurationAndDatbase(EncryptConfigurationAndDB.java:240)

at oracle.as.install.oim.config.OIMConfigManager.encryptDB(OIMConfigManager.java:1467)

at oracle.as.install.oim.config.OIMConfigManager.configureOIM(OIMConfigManager.java:1111)

at oracle.as.install.oim.config.OIMConfigManager.doExecute(OIMConfigManager.java:659)

at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)

at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)

at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)

at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)

at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)

at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)

at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)

at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)

at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.Exception: Exception occured while encrypting the database

at oracle.as.install.oim.config.util.EncryptDataBase.encryptDBContent(EncryptDataBase.java:160)

at oracle.as.install.oim.config.util.EncryptConfigurationAndDB.encryptConfigurationAndDatbase(EncryptConfigurationAndDB.java:231)

... 12 more

Caused by: java.lang.Exception: Exception occured in updateMLSLocale method while updating Locale to OIM DB

at oracle.as.install.oim.config.util.EncryptDataBase.updateMLSLocale(EncryptDataBase.java:319)

at oracle.as.install.oim.config.util.EncryptDataBase.encryptDBContent(EncryptDataBase.java:125)

... 13 more

Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)

at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1110)

at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2147)

at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:2091)

at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:320)

at oracle.as.install.oim.config.util.EncryptDataBase.updateMLSLocale(EncryptDataBase.java:283)

... 14 more

]]

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2015
Added on Dec 14 2014
1 comment
620 views