Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14932

[GSS](7.4.z) NoSuchObjectException: WFLYEJB0056 ... ConnectException: Connection refused: no further information

    XMLWordPrintable

Details

    Description

      Is it possible to get more information on the connection refused such as the host:port ?

      Caused by: java.rmi.NoSuchObjectException: WFLYEJB0056: Could not find EJB in matching deployment: StatelessEJBLocator for "app/module/MyEJB", view is interface test..MyEJBInterface, affinity is None
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:567)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
        at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:56)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
        at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:133)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
        at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:114)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
        at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:78)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:569)
        at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:503)
      ...
        Suppressed: java.net.ConnectException: Connection refused: no further information
          at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
          at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
          at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
          at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
          at ...asynchronous invocation...(Unknown Source)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:570)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:536)
          at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
          at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
          at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:487)
          at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:433)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:311)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.lambda$connectAndDiscover$0(RemotingEJBDiscoveryProvider.java:384)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:384)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:151)
          at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
          at org.wildfly.discovery.impl.AggregateDiscoveryProvider.discover(AggregateDiscoveryProvider.java:58)
          at org.wildfly.discovery.Discovery.discover(Discovery.java:100)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:241)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:370)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:304)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
          ... 84 more
        Suppressed: java.net.ConnectException: Connection refused: no further information
          at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
          at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
          at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
          at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
          at ...asynchronous invocation...(Unknown Source)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:570)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:536)
          at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
          at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
          at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:487)
          at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:433)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:311)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.lambda$connectAndDiscover$0(RemotingEJBDiscoveryProvider.java:384)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:384)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:151)
          at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
          at org.wildfly.discovery.impl.AggregateDiscoveryProvider.discover(AggregateDiscoveryProvider.java:58)
          at org.wildfly.discovery.Discovery.discover(Discovery.java:100)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:241)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:370)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:304)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
          ... 84 more
        Suppressed: java.net.ConnectException: Connection refused: no further information
          at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
          at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
          at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
          at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
          at ...asynchronous invocation...(Unknown Source)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:570)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:536)
          at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
          at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
          at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:487)
          at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:433)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:311)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.lambda$connectAndDiscover$0(RemotingEJBDiscoveryProvider.java:384)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:384)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:151)
          at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
          at org.wildfly.discovery.impl.AggregateDiscoveryProvider.discover(AggregateDiscoveryProvider.java:58)
          at org.wildfly.discovery.Discovery.discover(Discovery.java:100)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:241)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:370)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:304)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
          ... 84 more
        Suppressed: java.net.ConnectException: Connection refused: no further information
          at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
          at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
          at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
          at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
          at ...asynchronous invocation...(Unknown Source)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:570)
          at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:536)
          at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
          at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
          at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:487)
          at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:433)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:311)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.lambda$connectAndDiscover$0(RemotingEJBDiscoveryProvider.java:384)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:384)
          at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:151)
          at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
          at org.wildfly.discovery.impl.AggregateDiscoveryProvider.discover(AggregateDiscoveryProvider.java:58)
          at org.wildfly.discovery.Discovery.discover(Discovery.java:100)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:241)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:370)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:304)
          at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:94)
          ... 84 more
      

      Attachments

        Issue Links

          Activity

            People

              spyrkob Bartosz Spyrko-Smietanko
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: