|
From: Konstantinos D. <ksd...@cs...> - 2016-04-13 09:37:49
|
Hi all, I am new to PKI and EJBCA and i am trying to set up SignServer to timestamp documents. I followed the manual from sign server.org and there were no problems at the setup, but when i run the command signserver reload 1, i get the error “No EJB receiver available for handling” as described here: https://developer.jboss.org/message/747360?_sscc=t <https://developer.jboss.org/message/747360?_sscc=t>. I added the following two lines as described in the solution ( jndiProps.put("jboss.naming.client.ejb.context", true); jndiProps.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb.client.naming”); ) at the signclient executable that is located at sign server/bin/signclient but the error is still there. Could it be another problem, or i have to add it to another file? Thanks for your time, Konstantinos Dimkas |