python - Error while browsing MBeans in WLST -
trying access oam identity asserter through wlst.
i use cd
command navigate through security, authentication providers list of providers. try cd
oam
identity asserter , produces following error:
error while browsing mbeans : java.lang.classnotfoundexception: oracle.security.wls.oam.providers.asserter.oamidentityassertermbean
after further research think may know why occuring.. found information tells me jar file named oamauthenprovider.jar should exist within server directory @ /lib/mbeantypes, not exist. think what’s causing class not found exception.