Guillaume. Thanks for the info. It work. Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI.
De: [email protected] [mailto:[email protected]] En nombre de Guillaume Devianne Enviado el: viernes, 10 de junio de 2011 16:12 Para: [email protected] Asunto: Re: [Carbon-dev] Problem with Monitoring WSO2 ESB using JConsole Jorge, this is what I have in my WSAS 3.2.1 in Carbon.xml <HostName>MY.HOSTNAME.COM</HostName> <!-- The URL of the index page. This is where the user will be redirected after signing in to the carbon server. --> <!--IndexPageURL>/carbon/admin/index.jsp</IndexPageURL--> <!-- HTTP and HTTPS ports when apache is fronted to a carbon server--> <!--ApacheHttpPort>80</ApacheHttpPort> <ApacheHttpsPort>443</ApacheHttpsPort--> <!-- Ports used by this server --> <Ports> <!-- The JMX Ports --> <JMX> <!--The port RMI registry is exposed--> <RMIRegistryPort>9997</RMIRegistryPort> <!--The port RMI server should be exposed--> <!--<RMIServerPort>11111</RMIServerPort>--> </JMX> </Ports> You must also have the server launched with the java option : -Dcom.sun.management.jmxremote I have it in my wrapper.conf and i see it is included in the wso2server.sh/bat The url to connect for me is : service:jmx:rmi:///jndi/rmi://MY.HOSTNAME.COMl:9997/jmxrmi Saludos, Guillaume Devianne On Fri, Jun 10, 2011 at 12:03 PM, Jorge Infante Osorio <[email protected]> wrote: I dont have this file, I try this in WSAS 3.2.1 and modified the <HostName>localhost</HostName> to <HostName>10.0.2.2</HostName> in carbon.xml. With the same error. Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI. De: [email protected] [mailto:[email protected]] En nombre de Krishantha Samaraweera Enviado el: viernes, 10 de junio de 2011 11:44 Para: [email protected] Asunto: Re: [Carbon-dev] Problem with Monitoring WSO2 ESB using JConsole Hi Jorge, Edit jmx.xml at CRBON_HOME/repository/conf/advanced and set your IP as the host name. <HostName>localhost</HostName> Thanks, Krishantha. On Fri, Jun 10, 2011 at 9:04 PM, Jorge Infante Osorio <[email protected]> wrote: Hi folks. I read this interesting article http://wso2.org/library/knowledge-base/2011/04/monitoring-wso2-esb-using-jco nsole And I test the access to a local server successfully, but in a remote server I can´t not access yet. I uncomment the RMIRegistryPort in carbon.xml in ESB and open the port in the iptables config , I use Centos, and my service url is show in console when the server start: CarbonServerManager JMX Service URL : service:jmx:rmi:///jndi/rmi://10.3.10.74:9999/jmxrmi But in the Jconsole I receive this: Any idea? Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI. _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
