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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -