AccessException: OAMAGENT-02010: Oracle Access SDK initialization failed
894780Aug 3 2012 — edited Aug 6 2012Hi All,
I have installed Apache WebServer 2.2 andWebgate(Oracle_Access_Manager10_1_4_3_0_Win32_OHS11g_WebGate.exe) in my machine.
So,basically I want my Webgate to intercept all http requests and pass it to OAM for authentication.I am able to hit OAM server when any protected URL is launched.
In one of my code line, I am taking the handle of accessclient as below.Before this, I copied the ObAccessCLient.xml file from OAM Server to my local machine at
C:/PROGRA~2/NetPoint/WebComponent/access/oblix/lib.
accessClient = AccessClient.createDefaultInstance("C:/PROGRA~2/NetPoint/WebComponent/access/oblix/lib",AccessClient.CompatibilityMode.OAM_10G);
My questions are:-
1.Above code throws
AccessExceptionoracle.security.am.asdk.AccessException: OAMAGENT-02010: Oracle Access SDK initialization failed.
Access Exception: OAMAGENT-02010
Please help me how to resolve this.
*2.ObAccessClient.xml get updated every time when I launch my application.Is this a normal behavior or something else ? Please let me know.*
Thanks and Regards,
Gaurav