I have OAM 11g setup in my environment and I have created 2 users in OID and assigned to Administrators group. I have configured OID as system store by specifying two users such as oamadmin and mahendra + a group Administrators (to have login access to OAM Admin console). In fact I followed this post. […]
Read MoreI have configured Node Manager for Managed Servers for WebLogic Server 10.3.6. When I start the node manager, I am seeing the below exception in node manager log. javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer ozone.oracle.com – 192.168.174.128 during SSL handshake. at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source) at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source) at com.certicom.tls.record.ReadHandler.fireAlert(Unknown Source) at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source) at […]
Read MoreAfter successfully installing second OAM application on the server which already have an up and running OAM application, while starting the Admin and OAM Managed server , i got below error in log file under $DOMAIN_HOME/servers/oam_server1/logs/oam_server1.out Caused by: java.lang.NoClassDefFoundError: oracle/dfw/impl/common/TempFileManager at oracle.dfw.spi.portable.PortableDiagnosticsFrameworkProvider.init(PortableDiagnosticsFrameworkProvider.java:120) at oracle.dfw.framework.DiagnosticsFramework.initializeProvider(DiagnosticsFramework.java:98) at oracle.dfw.framework.DiagnosticsFramework.<init>(DiagnosticsFramework.java:53) at oracle.dfw.spi.portable.JMXDiagnosticsConfig.load(JMXDiagnosticsConfig.java:85) at oracle.as.jmx.framework.util.ConfigMBeanSupport.preRegister(ConfigMBeanSupport.java:195) at oracle.dfw.spi.portable.JMXDiagnosticsConfig.preRegister(JMXDiagnosticsConfig.java:163) at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doPreRegister Reason: […]
Read MoreRecently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not able to login.They were getting error message as shown below: From first look of redirection URL in browser, it appears that it was crossing the OAM authentication process and it was the application which is […]
Read MoreI had set up a new OIM 11g environment recently and there was OIM schema with prefix DEV_OIM already being used by different OIM instance. So in the new OIM instance I had created schema with prefix as EXPIMP so that schema name is EXPIMP_OIM and thus other OIM dependent schemas are EXPIMP_MDS, EXPIMP_SOAINFRA and […]
Read MoreHi all, recently I have faced one issue in one of our development node. The problem is “401 Unauthorized” when tried to login into sso integrated application and upto two days back it was working fine. Environment details: Oracle Application Server Single Sign-On – Version: 10.1.4.3 and OAM 10.1.4.3 running in same node. OAM_OSSO are integrated. […]
Read MoreThis post covers steps to debug reconciliation issues for Users/Roles from LDAP server to OIM 11g. Users between OIM 11g and OID (or other LDAP Servers) can be synchronised either using LDAPSync (For LDAPsync with OVD check here ) or using OIM connectors (For OID connector click here). I recently integrated OIM with OID using LDAPSync and then […]
Read MoreThe only supported method to create OVD 11g adapters is to create it using ODSM console. However if you want to create the adapters without using GUI, you can do so by updating adapters.os_xml. This is the file where all adapter details gets stored. Let me talk about my exploration right from the beginning. I […]
Read MoreThis post covers issue encountered during OIA 11g deployment including error message and fix. Issue : OIA (RBACX) deployment on standalone Weblogic server was working fine. OIA application (RBACX) failed to start after extending Weblogic domain to include OIM. Error in WebLogic Server Log : _____ <Jun 6, 2012 2:50:48 PM UTC> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter […]
Read MoreRecently I had to troubleshoot OAM/OIM integration where OID is used as identity store and I had to set OID 11g in debug mode. I think this will be useful to share with you all. To set OID in debug mode: Create an ldif file with contents as shown below. dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry changetype: modify replace: […]
Read More