Tag Archives for " troubleshooting "

Troubleshooting the error “The signing certificate does not match what’s defined in the entity metadata”

I was working on federation with IDP as custom solution and SP as fedlet. The SAML authentication request and SAML response was generated successfully. However while validating the SAML response by Fedlet, it was throwing the below error in the browser. Upon looking at libSAML2 debug file I could see 2 exceptions in the logs […]

Read More

Errors “wrong ELF class: ELFCLASS32”, “expected signature 41503232 but saw 41503230” while starting Apache Server installed with WebGate

Today, one of my colleague was trying to install a WebGate on Apache 2.2 server in Linux 64 bit environment. WebGate was installed successfully, but the webserver is not coming up. The error seen is: [oracle@nic-tebmigr1a-ac bin]$ ./apachectl start httpd: Syntax error on line 415 of /u01/apps/apache_WS/conf/httpd.conf: Cannot load /u01/apps/idmwebgate/access/oblix/lib/libstdc++.so.6 into server: /u01/apps/idmwebgate/access/oblix/lib/libstdc++.so.6: cannot open […]

Read More

“error while loading shared libraries: libc.so.6” error while starting OAM Identity Server

We had installed OAM identity server component 10.1.4.3 in a RHEL 64-bit environment which went through smoothly. While starting the identity server, it threw this error. [oracle@nic-tebmigr1a-ac bin]$ ./start_ois_server Using Linux Threading Library. /u01/apps/oaminstall/identity/oblix/apps/common/bin/ois_server: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory rm: error while loading shared […]

Read More

How to reduce the logging level in Oracle Internet Directory

I am talking about a small but important feature in Oracle Internet Directory 10.1.4.3, it is Logging. This is in production environment where the no. of hits to Oracle Internet Directory will be huge every day and hence the logs OID are getting updated drastically and hence occupying lot of space. So, I just wanted […]

Read More

“500 Internal Server Error” while accessing BPEL worklist

There are Active and Stand-by production sites in our architecture which has IDM and SOA nodes independent of each other. The BPEL worklist is integrated with OSSO, in turn with OAM and is working fine in Active production site. As discussed in the previous post for setting up Disaster Recovery of Oracle Application Server, we […]

Read More

How to unlock an user in Oracle Access Manager manually

I am excited to write my 100th post on this site. I took long time to write a post here and came up with a good one finally, well I think so!! This is about OAM 10g.   It is very important for an OAM administrator to know how to unlock an user account in Oracle […]

Read More

How to install Oracle Internet Directory 10.1.4.0.1 in an existing cluster that is already upgraded to 10.1.4.3

There is one main production environment where we have OID 10.1.4.0.1 installed and upgraded to 10.1.4.3 later. We have been setting up another production environment for disaster recovery purpose and had to use the same OID DB schema used in main production server. So we just replicated the database from main prod to disaster recovery […]

Read More

“There is an error. Please Try again. configureWebGateMsg.xml: No such file or directory” error while installing Apache22 WebGate

I was trying to install an Apache 2.2 WebGate on Windows server and suddenly an error popped up after entering WebGate specific details. The error is There is an error. Please Try again. configureWebGateMsg.xml: No such file or directory I just tried to skip that section and pointed the httpd.conf of Apache Server. When I […]

Read More

OIDDAS console looping while logging in

We were trying to sort out OIDDAS console login issue for a long time. Tired of troubleshooting as we could not find the root cause. However, we could see the below messages generating in OC4J logs unremittingly. <diagnostic> sessionId=c0a80b2e30d56d2985ead25746d7955fcbb30f13c0a0 sourcePageName=oiddashome sourcePageEventName=ssologin destinationPageName=OSSO_4LOGIN stamp=1301412378117 duration=0 </diagnostic> 11/03/29 20:56:18 [info] diagnostic record for the current request: <diagnostic> […]

Read More

Could not login to OIDDAS console: Multiple Users found with Simple Name error

This issue is simple but good to know the root cause. There is a container in OID cn=Employee,cn=users,dc=oracle,dc=com apart from cn=users,dc=oracle,dc=com. I was trying to login to OIDDAS console as an Employee container user and it was throwing an error 401 Unauthorized. By the way, the OSSO (OID)  was integrated with OAM already. When I […]

Read More
1 2 3 4