Skip to main content

Posts

Showing posts with the label opmnctl

oracle.as.config.ProvisionException

Ran into a problem when installing Oracle Identity Management into a WLS 11g. Registering the OID with opmnctl gave me an oracle.as.config.ProvisionException. Solved it by extending the domain (although the configuration of the OID was specifically set to No Domain). Make sure that the Enterprise Manager is in the domain. After that (and this is the important part) make sure to restart the domain, at least the AdminServer.

Get the routing id for the OPMN

In order to get the routing ID that is used within OPMN issue the following command: opmnctl status -app -l Applications in Instance: as1013 application type: OC4J -----+------------+---------+---------+----------+-------------+-------- pid | name | state | rtid | routable | appctx | parent -----+------------+---------+---------+----------+-------------+-------- 3184 | system | started | g_rt_id | true | | 3184 | default | started | g_rt_id | true |/.rmiTunnel| system 3184 | DaonEngine | started | g_rt_id | true | | default 3184 | ascontrol | stopped | g_rt_id | true | | 2852 | system | started | g_rt_id | true | | 2852 | default | started | g_rt_id | true | /.rmiTunnel | system 2852 | bc4j | started | g_rt_id | true | ...