[jboss-jira] [JBoss JIRA] (REMJMX-84) Jboss JMX: Operation failed with status WAITING

lnofal (JIRA) issues at jboss.org
Wed Sep 10 14:27:19 EDT 2014


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

lnofal commented on REMJMX-84:
------------------------------

Hello, 

i have JBoss 7.1.1.Final
I am running JBoss on server Ubuntu, testing with 1-2 Clients connecting to the ejbs.

Properties clientProp = new Properties();                
clientProp.put("remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED", "false");
clientProp.put("remote.connections", "default");
clientProp.put("endpoint.name", "client-endpoint");
clientProp.put("remote.connection.default.port", "4447");
clientProp.put("remote.connection.default.host", "***********");
clientProp.put("remote.connection.default.username", "********");
clientProp.put("remote.connection.default.password", "***********");
clientProp.put("remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS", "false");

This works like a charm one day and suddenly nobody is able to connect to Jboss:
Everywhere the following Exception occurs:

WARN: Could not register a EJB receiver for connection to remote://<<servidor>>:4447
java.lang.RuntimeException: Operation failed with status WAITING
	at org.jboss.ejb.client.remoting.IoFutureHelper.get(IoFutureHelper.java:93)
	at org.jboss.ejb.client.remoting.ConfigBasedEJBClientContextSelector.setupEJBReceivers(ConfigBasedEJBClientContextSelector.java:121)
	at org.jboss.ejb.client.remoting.ConfigBasedEJBClientContextSelector.<init>(ConfigBasedEJBClientContextSelector.java:78)
	at sg.sistema.main.ClientApplication.createConnection(ClientApplication.java:496)
	at sg.sistema.main.ClientApplication.initApplication(ClientApplication.java:119)
	at sg.sistema.main.ClientApplication.<init>(ClientApplication.java:102)

I have no idea what could be the problem.
thanks


> Jboss JMX: Operation failed with status WAITING 
> ------------------------------------------------
>
>                 Key: REMJMX-84
>                 URL: https://issues.jboss.org/browse/REMJMX-84
>             Project: Remoting JMX
>          Issue Type: Bug
>         Environment: jboss-as-7.1.1.Final on windows server
>            Reporter: Abhishek Apoorva
>            Assignee: David Lloyd
>
> Version : jboss-as-7.1.1.Final on windows server
> I am getting below mentioned strange issue intermittently while fetching 
> Jboss JMX Mbean.
> Can anyone help me to find the real cause of the issue? Secong thing is why it is coming intermittently either it should come always or it should not come at all.
> JMXConnectorFactory.connect(serviceURL, environment);
> While executing above mentioned line system is throwing below mentioned exception.
> {noformat}
> May 08 02:30:53:375 [DC#0, jboss] java.lang.RuntimeException: Operation failed with status WAITING
> 	at org.jboss.remotingjmx.RemotingConnector.internalRemotingConnect(RemotingConnector.java:216)
> 	at org.jboss.remotingjmx.RemotingConnector.internalConnect(RemotingConnector.java:143)
> 	at org.jboss.remotingjmx.RemotingConnector.connect(RemotingConnector.java:94)
> 	at javax.management.remote.JMXConnectorFactory.connect(Unknown Source)
> 	at com.nimsoft.nimbus.probe.application.jboss.JmxConnection.createConnection(JmxConnection.java:68)
> 	at com.nimsoft.nimbus.probe.application.jsr160.Entity.createConnection(Entity.java:1772)
> 	at com.nimsoft.nimbus.probe.application.jsr160.Entity.getValue(Entity.java:1567)
> 	at com.nimsoft.nimbus.probe.application.extractbase.Extract.processMonitor(Extract.java:1324)
> 	at com.nimsoft.nimbus.probe.application.extractbase.Extract.processResource(Extract.java:1908)
> 	at com.nimsoft.nimbus.probe.application.extractbase.Extract$DataCollector.run(Extract.java:1158)
> 	at java.lang.Thread.run(Unknown Source)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list