-
1. Re: How to configure JMX subsystem for JConsole to remote connection?
zipzip81 Dec 22, 2014 3:38 AM (in response to zipzip81)Dec 22, 2014 4:33:38 PM org.xnio.Xnio <clinit>
Jconsole error log:
INFO: XNIO Version 3.0.3.GA
Dec 22, 2014 4:33:38 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
Dec 22, 2014 4:33:38 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
Dec 22, 2014 4:33:54 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: java.io.IOException: JBREM000202: Abrupt close on Remoting connection 01737b19 to remotedomain.com/192.168.10.20:9990
Dec 22, 2014 4:34:01 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: java.io.IOException: JBREM000202: Abrupt close on Remoting connection 0117f065 to remotedomain.com/192.168.10.20:9990
and
"The connection to jadmin@service:jmx:remoting-jmx://remotedomain.com:9990 did not succed. Would you like to try again?"
-
2. Re: How to configure JMX subsystem for JConsole to remote connection?
jaikiran Dec 27, 2014 3:45 AM (in response to zipzip81)ks tan wrote:
Dec 22, 2014 4:33:54 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: java.io.IOException: JBREM000202: Abrupt close on Remoting connection 01737b19 to remotedomain.com/192.168.10.20:9990
Dec 22, 2014 4:34:01 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: java.io.IOException: JBREM000202: Abrupt close on Remoting connection 0117f065 to remotedomain.com/192.168.10.20:9990
and
"The connection to jadmin@service:jmx:remoting-jmx://remotedomain.com:9990 did not succed. Would you like to try again?"
You are using an incorrect port. You should be using 9999 port for AS 7.1.1.
P.S: Since this isn't the first time someone has asked about this, I decided to explain this here http://jaitechwriteups.blogspot.com/2014/12/remote-jmx-access-to-wildfly-or-jboss.html
-
3. Re: How to configure JMX subsystem for JConsole to remote connection?
zipzip81 Dec 28, 2014 10:47 PM (in response to jaikiran)Hi,
I have tried to use port 9999 or 9990 or 4447. All doesnt work.
-
4. Re: How to configure JMX subsystem for JConsole to remote connection?
jaikiran Dec 28, 2014 11:06 PM (in response to zipzip81)You'll have to explain in detail what exactly "doesn't work" mean when you try the right port. By the way, have you tried the latest WildFly 8.2.0.Final instead of AS7?