0

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?

Go to following link to see screenshot;

Regards,

V

neshkeev
  • 6,280
  • 3
  • 26
  • 47
Vect0r
  • 66
  • 1
  • 4

1 Answers1

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

Vect0r
  • 66
  • 1
  • 4
  • There is hardly any reference to this issue elsewhere so please upvote this so it can be easily found. There is also oracle doc id 1463846.1 which details the above. – Vect0r Aug 18 '14 at 16:24