问题
So I got this issue in Oracle Enterprise Manager 11g. I've installed it successfully and everything seems fine - all green! BUT when I try to edit settings with the OHS eg right click performance directives I get the following error
Failed to invoke operation load on MBean
oracle.as.management.mbeans.register:type=component,name=ohs1,instance=asinst_1,Location=AdminServer Load failed with IOException
Anyone got this before and know how to fix this?
Regards,
V
回答1:
So I managed to fix this issue. There is a specific issue with Java 7 and Oracle Fusion Middleware 11.1.1.6 and 11.1.2.0/11.1.2.1.
If this is the setup you are using please read on. If not continue with caution as the "Load failed and IOException" error message is very generic and you may have another issue.
This particular issue is because of an invalid SSL handshake. JDK 1.7 and $INSTANCE_HOME/config/OHS//admin.conf do not have the same SSL protocols defined.
To resolved this open the admin.conf file and change the line
SSLProtocol nzos_Verison_3_0
to
SSLProtocol nzos_Version_1_0 nzos_Version_3_0
Once you've done this save the file and restart the ohs component. Once back up this issue should be resolved and you can edit the config of ohs through the Enterprise Manager.
Regards,
V
来源:https://stackoverflow.com/questions/25241111/unable-to-edit-ohs-configuration-files-in-enterprise-manager