Tag Archives for " troubleshooting "

Unable to find configuration entry in directory server at configuration base=’o=oblix,dc=oracle,dc=com’

I have seen the error shown below while accessing the OAM Identity System Console (the complete OAM system was working fine until then). The following messages were produced by the product. Please contact your webmaster to fix the problem. Unable to find configuration entry in directory server at configuration base=’o=oblix,dc=oracle,dc=com’ OAM is using OID as […]

Read More

Error: Missing ormi[s]://: : While stopping OC4J Process of SOA Application Server

I have come across with an issue while stopping the OC4J process of SOA Application Server 10.1.3.1.0 in a Linux environment. This is peculiar behavior wherein it was working fine when I had stopped it as root user and the issue arises only when I perform the task using non-root user. [oracle@soa_hostname bin]$ ./opmnctl stopproc […]

Read More

“Could Not Get any DB Profile used by idServer2 during initialization of DBManager. Please verify that there exists enabled DB profile for idServer2” error while restarting OAM Identity Server.

I have come across with this issue in a production environment which has multiple nodes where OAM will be installed. OAM setup in first node went smooth without any glitches. However, I have installed the OAM Identity Server and WebPass in second node without any issues. While configuring the Identity System Console, I stuck at […]

Read More

Error: “401 Unauthorized Your account has been disabled, Please contact the system administrator” while accessing OIDDAS or OSSO consoles

The Oracle Access Manager and Oracle Single Sign-on Server has been integration and I had no problems while accessing OIDDAS and OSSO consoles until yesterday.  Soon after deleting some users and unnecessary containers from OID using OIDADMIN tool, I am getting the following error when I access the OIDDAS and OSSO consoles: 401 Unauthorized Your […]

Read More

The subscriber ‘myrealm’ contains multiple values for the attribute ‘orclCommonUserSearchBase’

Today I faced an issue with user search base entries in OID. While running the configure script for BPEL worklist to use OID as user store, I got the below error. [java]  The subscriber ‘myrealm’ contains multiple values for the attribute ‘orclCommonUserSearchBase’ [java] cn=users,dc=myrealm,dc=com [java] cn=Partner,dc=myrealm,dc=com [java] cn=Customer,dc=myrealm,dc=com [java] cn=Employees,dc=myrealm,dc=com It means that administrator has […]

Read More

webgate.so: cannot restore segment prot after reloc: Permission denied

I have installed a Apache 2.2 Web Gate in a 64-bit Linux environment, I had problems while restart the Apache server. The Apache server needs to be started/stopped as root user whereas the WebGate is installed as non-root user. $./apachectl stop WebGate_Install_Dir/access/oblix/apps/webgate/bin/webgate.so: cannot restore segment prot after reloc: Permission denied To resolve this, we need […]

Read More

Unclean shutdown of previous Apache run? *** glibc detected *** realloc(): invalid size: 0x0819e4a8 *** : Issue while restarting HTTP Server

There is a known issue when Oracle Access Manager components such as WebPass, Policy Manager and WebGates are installed on Oracle HTTP Server. Typically, while installing the WebPass (say) , the httpd.conf of HTTP Server will be pointed out and after the webpass configurations are updated in the httpd.conf, the Http Server should be restarted. […]

Read More

SSO server version v3.0 is not supported: BPEL OSSO Integration

As part of the BPEL worklist integration with Oracle Single Sign-on, we’ll generate the osso.conf in infra tier as shown below. ./ssoreg.sh -oracle_home_path $ORACLE_HOME -config_mod_osso TRUE -site_name LBR_Hostname:7777 -remote_midtier config_file $ORACLE_HOME/Apache/Apache/conf/osso/worklist/osso.conf  -mod_osso_url http://LBR_Hostname:7777 Then the osso.conf file will be used in mid-tier (BPEL worklist) for performing few configurations. This will be followed by a restart […]

Read More

Troubleshooting BPEL worklist integration with Oracle Single Sign-on.

I have recently done the BPEL worklist integration with Oracle Single Sign-on. Check this post for integration process. I did not witness any issues in a development environment. However, when I replicated the same integration process in a product environment, I found the difference. I have followed this metalink note for 753087.1 BPEL OSSO integration. […]

Read More

Error:Address already in use: make_sock: could not bind to address 127.0.0.1 port 7011

I was performing the OAM WebGate installation on Oracle HTTP Server 1.x today. After installation, when I restart the http server component, it is failing with an error message shown below. opmnctl: starting opmn and all managed processes… ___________________ 0 of 1 processes started. ias-component/process-type/process-set: HTTP_Server/HTTP_Server/HTTP_Server/ Error –> Process (pid=2638) failed to start a managed […]

Read More