can't start OHS from em
Hi all,
iam using OID 11.1.1.5 , with OAM 11.1.1.5 (weblogic 10.3.5 on cluster environment )
when i try to start ohs1 i get the follwoing error
Could not get secure socket for host dmmziappt1.ii.net and port 6705. The remote OPMN server is probably not running or the OPMN mbean is not properly configured. See the adminserver log for more details.
i checked the admin server log and found the following
[2012-10-08T10:47:23.744+03:00] [AdminServer] [ERROR] [J2EE JMX-46335] [] [tid: DmsThread-9] [userId: <anonymous>] [ecid: fb927c1bbe104359:68cdf310:13a3c4147cc:-8000-0000000000000003,0] [APP: NonJ2EEManagement#11.1.1] MBean attribute access denied. [[
MBean: oracle.as.management.mbeans.register:type=opmnInfoCenter
Getter for attribute InstanceNames
Detail: Access denied. Required roles: Admin, Operator, Monitor, executing subject: principals=[] java.lang.SecurityException: Access denied. Required roles: Admin, Operator, Monitor, executing subject: principals=[]
at oracle.as.jmx.framework.wls.spi.security.WLSMBeanSecurityHelper.isInWlsGlobalSecurityRoles(WLSMBeanSecurityHelper.java:245)
at oracle.as.jmx.framework.wls.spi.security.WLSMBeanSecurityHelper.checkRuntimeMBeanDefaultAccess(WLSMBeanSecurityHelper.java:213)
at oracle.as.jmx.framework.wls.spi.security.WLSRuntimeMBeanSecurityInterceptor.checkDefaultAccess(WLSRuntimeMBeanSecurityInterceptor.java:56)
at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.checkAccess(AbstractMBeanSecurityInterceptor.java:335)
==========================================================
[2012-10-08T10:29:48.451+03:00] [AdminServer] [ERROR] [] [oracle.as.management.mbeans.opmn] [tid: Thread-67] [userId: weblogic] [ecid: fb927c1bbe104359:68cdf310:13a3c4147cc:-8000-0000000000001343,1:16476] [APP: NonJ2EEManagement#11.1.1] OPMN mbeanstart failed with the following exception[[
oracle.as.management.opmn.optic.OpticBadConnectException: Could not get secure socket for host dmmziappt1.ziic.net and port 6705
at oracle.as.management.opmn.optic.OpmnSSL.getSecureSocket(OpmnSSL.java:52)
at oracle.as.management.opmn.optic.OpmnPhone.dialOpmn(OpmnPhone.java:733)
at oracle.as.management.opmn.optic.OpmnPhone.getSocketForCall(OpmnPhone.java:457)
at oracle.as.management.opmn.optic.OpmnPhone.makePhoneCall(OpmnPhone.java:315)
at oracle.as.management.opmn.optic.OpmnPhone.request(OpmnPhone.java:270)
at oracle.as.management.opmn.optic.OpmnQuery.getBuf(OpmnQuery.java:482)
==============================================================
any one can help me find the cause of that problem and how to slove