[Tpm4java-users] Problem in running sample applications
Brought to you by:
tews
From: Teena <che...@gm...> - 2008-04-24 01:39:59
|
Hi, I have followed the thread in the mailing list relating to the error TpmRandom.java for the Dice class. http://sourceforge.net/mailarchive/message.php?msg_id=457DB877.5050505%40martin.hermanowski.name I have set ownership of the TPM, and successfully tested the TPM chip. It is enabled in the BIOS. Environment: Windows XP, SP2. However, I still get the following error while running Dice.java ->TPM: (14) 00 C1 00 00 00 0E 00 00 00 46 00 00 00 04 TPM->: (16384) Exception in thread "main" java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 0 at de.datenzone.tpm4java.TpmRandom.next(TpmRandom.java:50) at java.util.Random.nextFloat(Unknown Source) at de.datenzone.tpm4java.Dice.main(Dice.java:32) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at de.datenzone.tpm4java.TpmRandom.next(TpmRandom.java:45) ... 2 more Thanks! Teena |