Tag Archives for " webgate "

Solution for OAM Error code OAM-02073 status fail is Excluded false

When you have performed all the configuration required to protect your web application with Oracle Access Manager, the next thing you do is test if the set up works. In this post, we will see a common problem most of us encounter on trying to test the setup for the first time. On accessing a protection resource of […]

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

How to add Primary/Secondary Access servers to WebGate in OAM 10g

In production environment, it is indeed required to have multiple access servers as Primary/Secondary or to be used a Access Server cluster for all WebGates in the same deployment. This is specific to OAM 10g. Let us assume that there are 3 access servers totally out of which 2 are designated as Primary and other […]

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

The webpage cannot be found : OAM WebGate issue

I had been hitting my head against the wall for 4 days troubleshooting a production system issue. There are 2 Oracle HTTP Servers in two different machines which are clustered and with a OAM WebGate installed on each of the servers. Suddenly, the OHS console was not accessible using server 1 hostname, however it was […]

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

OAM WebGate not intercepting requests: Troubleshooting Tips

Hi all, Today, I have faced a common error where WebGate installed on OHS 11g is not intercepting the HTTP requests and thought its worth sharing. So, I would like to write the root cause of our issue and other points for troubleshooting. The background of this is there is a custom portal application deployed […]

Read More

OAS – OAM (Access Manager / Oblix COREid) Integration Architecture

Integrating Oracle 10g Application Server with Oracle Access Manager -Overview ========================= i) Oracle Application Server (OAS) can be integrated with Oracle Access Manager (OAM, earlier called as Oblix COREid) for Authentication and Authorization. Though Oracle Application Server has its own Authentication and Single Sign-On feature but integrating OAS with OAM provide more flexibility and security […]

Read More