What is causing "oracle.security.am.asdk.AccessClient$ConfigUpdateTimerTask run"?
Hi,
I am working with a relatively simple test application to test working with the OAM ASDK. My app seemed to work fine at home, but when I test at work, the app runs through ONCE, but then, after a few minutes, it appears to start executing AGAIN, and then I get something like this:
Jul 13, 2016 2:20:10 PM oracle.security.am.asdk.AccessClient$ConfigUpdateTimerTask run
WARNING: Failed to read/write configuration in file {0}.
I'm guessing that there's some kind of internal timer/looping, maybe so that SOMETHING is causing my app to re-read the configuration file every 'x' minutes, and then re-runs my app, but I have NO idea what the "SOMETHING" might be? That looping/re-running is definitely not something that I configured, not on purpose, at least.