Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in thread "main" org.signserver.cli.spi.UnexpectedCommandFailureException: javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "signserver/SignServer-ejb/GlobalConfigurationSessionBean", view is interface org.signserver.ejb.interfaces.GlobalConfigurationSessionRemote, affinity is None
- at org.signserver.admin.cli.defaultimpl.GetConfigCommand.execute(GetConfigCommand.java:75)
- at org.signserver.cli.CommandLineInterface.execute(CommandLineInterface.java:97)
- at org.signserver.admin.cli.AdminCLI.main(AdminCLI.java:52)
- Caused by: javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "signserver/SignServer-ejb/GlobalConfigurationSessionBean", view is interface org.signserver.ejb.interfaces.GlobalConfigurationSessionRemote, affinity is None
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:613)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:57)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:148)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:124)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:85)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:212)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
- at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
- at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:986)
- at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:191)
- at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:125)
- at com.sun.proxy.$Proxy0.getGlobalConfiguration(Unknown Source)
- at org.signserver.admin.cli.defaultimpl.GetConfigCommand.displayGlobalConfiguration(GetConfigCommand.java:81)
- at org.signserver.admin.cli.defaultimpl.GetConfigCommand.execute(GetConfigCommand.java:61)
- ... 2 more
- Suppressed: java.net.ConnectException: Connexion refusée
- 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:599)
- at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:565)
- 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:499)
- at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:445)
- at org.jboss.remoting3.UncloseableEndpoint.getConnectedIdentity(UncloseableEndpoint.java:52)
- at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:349)
- at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:437)
- at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:177)
- at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
- at org.wildfly.discovery.ConfiguredProvider.discover(ConfiguredProvider.java:45)
- at org.wildfly.discovery.Discovery.discover(Discovery.java:122)
- at org.wildfly.discovery.Discovery.discover(Discovery.java:93)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:282)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:437)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:362)
- at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:104)
- at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
- at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:67)
- at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
- at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:205)
- at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
- at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
- at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:334)
- at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:187)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement