I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.
I follow the signserver install guide to install signserver on my mac,everything runs well,i can access the website, but when i execute this command it's wrong.
bin/signserver getstatus brief all
ant the result:
Exception in thread "main" org.signserver.cli.spi.UnexpectedCommandFailureException: java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:signserver, moduleName:SignServer-ejb, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@74650e52
at org.signserver.admin.cli.defaultimpl.GetStatusCommand.execute(GetStatusCommand.java:96)
at org.signserver.cli.CommandLineInterface.execute(CommandLineInterface.java:97)
at org.signserver.admin.cli.AdminCLI.main(AdminCLI.java:51)
Caused by: java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:signserver, moduleName:SignServer-ejb, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@74650e52
at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:774)
at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:116)
at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJBInvocationHandler.java:255)
at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:200)
at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:183)
at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:146)
at com.sun.proxy.$Proxy0.getGlobalConfiguration(Unknown Source)
at org.signserver.admin.cli.defaultimpl.GetStatusCommand.execute(GetStatusCommand.java:72)
... 2 more