|
From: Tomas G. <to...@pr...> - 2014-01-02 07:53:44
|
I guess you are using Glassfish? EJBCA 4 and Glassfish v2? This error message sticks out. Caused by: java.lang.ClassNotFoundException: org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey (no security manager: RMI class loader disabled) Looks like there is some issue with perhaps multiple BouncyCastle libraries in use? The stack trace that you pasted is very confusing. You write server side stack trace, although it contains "org.ejbca.ui.cli.EjbcaEjbCli.executeCommand(EjbcaEjbCli.java:118". This is a class only executed on the client. Is that really the server side stack trace, or is it the console output from running the command line interface? Cheers, Tomas On 12/31/2013 10:36 AM, Luc Pallavidino wrote: > Caused by: java.lang.ClassNotFoundException: > org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey (no > security manager: RMI class loader disabled) |