I was trying to set up JMX monitoring for our weblogic servers. I have followed as what is it described in the admin guide. But I am still getting an error like " please check your connection parameters"
The settings I have provided.
Port -8686 - which we have configured in weblogic
protocol - iiop (which is enabled in weblogic)
url path - weblogic.management.mbeanservers.runtime
No credentials - as we haven't set any credential for JMX in weblogic.
What are the steps which I can perform to troubleshoot this issue. Can it be some issue from Weblogic server side? How can I check weblogic JMX agent is running fine and accepting requests?
JMX is something very new to me and any help related to this will be much appreciated.