[jboss-jira] [JBoss JIRA] (WFLY-1548) Add fallback querry to jconsole plugin

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Nov 7 15:20:01 EST 2013


    [ https://issues.jboss.org/browse/WFLY-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921529#comment-12921529 ] 

RH Bugzilla Integration commented on WFLY-1548:
-----------------------------------------------

Shaun Appleton <sappleto at redhat.com> made a comment on [bug 901311|https://bugzilla.redhat.com/show_bug.cgi?id=901311]

testing with EAP 6.2.0.Beta1

gives

Nov 07, 2013 8:17:06 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.7.GA-redhat-1
Nov 07, 2013 8:17:06 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.7.GA-redhat-1
Nov 07, 2013 8:17:06 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.16.GA-redhat-1
Exception in thread "VMPanel.connect" java.lang.RuntimeException: Operation failed with status WAITING
	at org.jboss.remotingjmx.RemotingConnector.internalRemotingConnect(RemotingConnector.java:219)
	at org.jboss.remotingjmx.RemotingConnector.internalConnect(RemotingConnector.java:144)
	at org.jboss.remotingjmx.RemotingConnector.connect(RemotingConnector.java:95)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:226)
	at sun.tools.jconsole.ProxyClient.tryConnect(ProxyClient.java:366)
	at sun.tools.jconsole.ProxyClient.connect(ProxyClient.java:316)
	at sun.tools.jconsole.VMPanel$2.run(VMPanel.java:298)
                
> Add fallback querry to jconsole plugin
> --------------------------------------
>
>                 Key: WFLY-1548
>                 URL: https://issues.jboss.org/browse/WFLY-1548
>             Project: WildFly
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 8.0.0.Alpha1
>            Reporter: Bartosz Baranowski
>            Assignee: Darran Lofthouse
>              Labels: JConsole, JMX, Plugin
>             Fix For: 8.0.0.Beta1
>
>
> JConsolePlugin connecects to default port, despite chance to use proper info.
> Problem:
> Unless I miss somethingm JConsole has a bit tight isolation between components. There is no way for AS7 JConsolePlugin to access "connect dialog" info. Hence it has no idea what is the content of URL being passed as remote.
> AS7 JConsolePlugin checks if MBeanServerConnection is instance of RemotinConnection. If its not, it fallbacks to default: localhost:9990.
> However we can check for socket bindings and try to connect to proper socket.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list