Advertisement
Guest User

Untitled

a guest
Jan 6th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. 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
  2. at org.signserver.admin.cli.defaultimpl.GetConfigCommand.execute(GetConfigCommand.java:75)
  3. at org.signserver.cli.CommandLineInterface.execute(CommandLineInterface.java:97)
  4. at org.signserver.admin.cli.AdminCLI.main(AdminCLI.java:52)
  5. 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
  6. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:613)
  7. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  8. at org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:57)
  9. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
  10. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  11. at org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:148)
  12. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
  13. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  14. at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:124)
  15. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
  16. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  17. at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:85)
  18. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
  19. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  20. at org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:212)
  21. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:615)
  22. at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:544)
  23. at org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:986)
  24. at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:191)
  25. at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:125)
  26. at com.sun.proxy.$Proxy0.getGlobalConfiguration(Unknown Source)
  27. at org.signserver.admin.cli.defaultimpl.GetConfigCommand.displayGlobalConfiguration(GetConfigCommand.java:81)
  28. at org.signserver.admin.cli.defaultimpl.GetConfigCommand.execute(GetConfigCommand.java:61)
  29. ... 2 more
  30. Suppressed: java.net.ConnectException: Connexion refusée
  31. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  32. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
  33. at org.xnio.nio.WorkerThread$ConnectHandle.handleReady(WorkerThread.java:327)
  34. at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
  35. at ...asynchronous invocation...(Unknown Source)
  36. at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:599)
  37. at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:565)
  38. at org.jboss.remoting3.ConnectionInfo$None.getConnection(ConnectionInfo.java:82)
  39. at org.jboss.remoting3.ConnectionInfo.getConnection(ConnectionInfo.java:55)
  40. at org.jboss.remoting3.EndpointImpl.doGetConnection(EndpointImpl.java:499)
  41. at org.jboss.remoting3.EndpointImpl.getConnectedIdentity(EndpointImpl.java:445)
  42. at org.jboss.remoting3.UncloseableEndpoint.getConnectedIdentity(UncloseableEndpoint.java:52)
  43. at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.getConnectedIdentityUsingClusterEffective(RemotingEJBDiscoveryProvider.java:349)
  44. at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider$DiscoveryAttempt.connectAndDiscover(RemotingEJBDiscoveryProvider.java:437)
  45. at org.jboss.ejb.protocol.remote.RemotingEJBDiscoveryProvider.discover(RemotingEJBDiscoveryProvider.java:177)
  46. at org.jboss.ejb.protocol.remote.RemoteEJBDiscoveryConfigurator.lambda$configure$0(RemoteEJBDiscoveryConfigurator.java:42)
  47. at org.wildfly.discovery.ConfiguredProvider.discover(ConfiguredProvider.java:45)
  48. at org.wildfly.discovery.Discovery.discover(Discovery.java:122)
  49. at org.wildfly.discovery.Discovery.discover(Discovery.java:93)
  50. at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.discover(DiscoveryEJBClientInterceptor.java:282)
  51. at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.doAnyDiscovery(DiscoveryEJBClientInterceptor.java:437)
  52. at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.executeDiscovery(DiscoveryEJBClientInterceptor.java:362)
  53. at org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocation(DiscoveryEJBClientInterceptor.java:104)
  54. at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
  55. at org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocation(NamingEJBClientInterceptor.java:67)
  56. at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
  57. at org.jboss.ejb.client.TransactionInterceptor.handleInvocation(TransactionInterceptor.java:205)
  58. at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:507)
  59. at org.wildfly.common.context.Contextual.runExConsumer(Contextual.java:203)
  60. at org.jboss.ejb.client.EJBClientInvocationContext.sendRequestInitial(EJBClientInvocationContext.java:334)
  61. at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:187)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement