|
From: mErRYo <mer...@ya...> - 2013-12-27 14:05:11
|
Hi ALL, I am trying to run clienttoolbox tool to test cmp on my ejbca installation. I am using ejbca community 4.0.16 version on ubuntu 12. The steps I performed were: Step 1: Build clienttoolbox using ant Step 2: using ejbca**.sh file to execute CMPTEST with two parameters i.e. hostname as 127.0.0.1 and mycacert. (./ejbca**.sh CMPTEST 127.0.0.1 myCAcert) In addtion i also did few changes in cmp.properties file as mentioned in command help and got following error. Fri Dec 27 17:47:54 TKT 2013 : Not possible to get algorithm. Fri Dec 27 17:47:54 TKT 2013 : Test in thread 0 completed but failed when the command 'org.ejbca.ui.cli.CMPTest.StressTest.GetCertificate' was executed. The time it took was 437 ms. Fri Dec 27 17:47:54 TKT 2013 : Not possible to get algorithm. Fri Dec 27 17:47:54 TKT 2013 : Test in thread 0 completed but failed when the command 'org.ejbca.ui.cli.CMPTest.StressTest.GetCertificate' was executed. The time it took was 49 ms. Fri Dec 27 17:47:54 TKT 2013 : Not possible to get algorithm. can anyone help me where i am doing wrong. |