简体   繁体   English

无法在企业管理器中编辑OHS配置文件

[英]Unable to edit OHS Configuration Files in Enterprise Manager

So I got this issue in Oracle Enterprise Manager 11g. 因此,我在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 但是,当我尝试使用OHS编辑设置时,例如右键单击性能指令时,出现以下错误

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 V

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. Java 7和Oracle Fusion Middleware 11.1.1.6和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. 如果不能继续操作,请谨慎操作,因为“加载失败和IOException”错误消息非常笼统,您可能会遇到其他问题。

This particular issue is because of an invalid SSL handshake. 此特定问题是由于无效的SSL握手引起的。 JDK 1.7 and $INSTANCE_HOME/config/OHS//admin.conf do not have the same SSL protocols defined. JDK 1.7和$ INSTANCE_HOME / config / OHS // admin.conf没有定义相同的SSL协议。

To resolved this open the admin.conf file and change the line 要解决此问题,请打开admin.conf文件并更改行

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. 完成此操作后,保存文件并重新启动ohs组件。 Once back up this issue should be resolved and you can edit the config of ohs through the Enterprise Manager. 备份后,此问题应得到解决,您可以通过企业管理器编辑ohs的配置。

Regards, 问候,

V V

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM