OAM Console (/oamconsole) is an application to manage Oracle Access Manager Configuration that gets deployed on WebLogic’s Admin Server (when you configure OAM Server). You access OAM Console from http://WebLogicAdminServerHost:AdminPort/oamconsole
This post covers issue encountered by one of our trainee in our Oracle Access Manager 11gR2 Training / Workshop
Error:
While accessing an oamconsole at http://<host>:<port>/oamconsole
Error Displayed on screen as “404 Page Not Found”
____
Error 404–Not Found
From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
_____
Root Cause :
If you hit issues like this then on WebLogic Console /console (this is another application that gets deployed when you create a WebLogic Domain) check status of oam_admin under deployments .
In my case deployment of oam_admin application was in Admin State hence /oamconsole was not accessible . To find our root cause of application oam_admin in Admin state look at Admin Server log file and possibly try starting application from console (check fix below). In my case Server was hitting max number of open connections so increased limit on number of open connections on server.
Fix:
Check status of deployment in WebLogic Server Console
Select application and click on Start -> Servicing All applications and you will be able to access /oamconsole now.
If you want to learn more or wish to discuss challenges you are hitting in Oracle Access Manager Implementation, then register for our free Oracle Access Manager minicourse by clicking on below image.
Stay tuned for more updates!!