From: Martin P. <Mar...@ia...> - 2008-01-17 14:16:32
|
Carolin Latze wrote: > it's me again :-) Hi Carolin, nice to meet you again... :-) > I got the PCA working and the jTPM tools too... First of all, I tried > to obtain an EK certificate for my emulated TPM: > > ./jtt.sh xkms_ekcert_create --auth secret --ekfileek.cert -o opw --service "http://10.1.1.1:20000/ek" > ./jtt.sh xkms_ekcert_validate --ekfile ek.cert > > That works, but if I try > > ./jtt.sh xkms_aik_create -a aikpw -l tybble -o opw --aikfile aik.cert --ekfile ek.cert --keyfile aik.tpmkey --service "http://10.1.1.1:20000/aik" > > this leads to the following exception on the server side: > 14:17:28:698 [INFO] RequestProcessor::newInstance (123): === RegisterRequest /aik === > 14:17:28:698 [INFO] RequestProcessor::doRepresentAndPending (282): processing RegisterRequest with ID _IFPOLZLVZQLBST7MAYL2DKZCJZ8BF45 > 14:17:28:699 [ERROR] HTTPHandler::run (209): BUG? Unexpected exception while handling message: > > java.lang.NoClassDefFoundError: Could not initialize class iaik.tc.tss.impl.java.tsp.TcContext You are missing iaik_jtss_tsp.jar (containing iaik.tc.tss.impl.java.tsp.TcContext) on the server side? > at iaik.tc.tss.impl.java.tsp.TcTssLocalCallFactory.newContextObject(Unknown> Source) > at iaik.tc.apps.jtt.aik.PrivacyCa.<init>(PrivacyCa.java:119) > at iaik.tc.apps.pki.server.ServerPCA.<init>(ServerPCA.java:36) > at iaik.tc.apps.pki.server.cmd.RPRegisterCreateAIK.process(RPRegisterCreateAIK.java:55) > at iaik.xkms.server.handler.AbstractHandler.handleRequest(AbstractHandler.java:122) > at iaik.xkms.server.handler.HTTPHandler.run(HTTPHandler.java:139) > I also tried it the your PCA using the same commands I use for my local > version, but there I'm not able to get the EK certificate: > > ./jtt.sh xkms_ekcert_create --auth secret --ekfile tybble_ek_graz.cert -o opw required --auth available by personal mail HTH, Martin |