Hi Lin, I think you can try to: Download from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html, replace the jars in $JAVA_HOME
Thanks Jiajia -----Original Message----- From: Zheng, Kai [mailto:[email protected]] Sent: Tuesday, April 28, 2015 10:09 PM To: Apache Directory Developers List; Lin Chen ([email protected]) Subject: RE: [jira] [Created] (DIRKRB-242) Test fail in PrfTest Hi Lin, Did you enable AES256? This is a must to run the AES256 related tests. Did you pass other AES256 related tests? Regards, Kai -----Original Message----- From: Lin Chen (JIRA) [mailto:[email protected]] Sent: Tuesday, April 28, 2015 7:39 PM To: [email protected] Subject: [jira] [Created] (DIRKRB-242) Test fail in PrfTest Lin Chen created DIRKRB-242: ------------------------------- Summary: Test fail in PrfTest Key: DIRKRB-242 URL: https://issues.apache.org/jira/browse/DIRKRB-242 Project: Directory Kerberos Issue Type: Bug Reporter: Lin Chen Test fail in testPrf_AES256_CTS_HMAC_SHA1() on the class PrfTest on Windows 8.1. Exceptions are below: {code} org.apache.kerby.kerberos.kerb.KrbException: Illegal key size at org.apache.kerby.kerberos.kerb.crypto.enc.provider.AesProvider.doEncrypt(AesProvider.java:57) at org.apache.kerby.kerberos.kerb.crypto.enc.provider.AbstractEncryptProvider.encrypt(AbstractEncryptProvider.java:53) at org.apache.kerby.kerberos.kerb.crypto.enc.provider.AbstractEncryptProvider.encrypt(AbstractEncryptProvider.java:64) at org.apache.kerby.kerberos.kerb.crypto.key.DkKeyMaker.dr(DkKeyMaker.java:60) at org.apache.kerby.kerberos.kerb.crypto.key.DkKeyMaker.dk(DkKeyMaker.java:34) at org.apache.kerby.kerberos.kerb.crypto.key.AesKeyMaker.str2key(AesKeyMaker.java:60) at org.apache.kerby.kerberos.kerb.crypto.enc.AbstractEncTypeHandler.str2key(AbstractEncTypeHandler.java:101) at org.apache.kerby.kerberos.kerb.crypto.PrfTest.performTest(PrfTest.java:150) at org.apache.kerby.kerberos.kerb.crypto.PrfTest.testPrf_AES256_CTS_HMAC_SHA1(PrfTest.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:78) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:212) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140) Caused by: java.security.InvalidKeyException: Illegal key size at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1034) at javax.crypto.Cipher.implInit(Cipher.java:800) at javax.crypto.Cipher.chooseProvider(Cipher.java:859) at javax.crypto.Cipher.init(Cipher.java:1370) at javax.crypto.Cipher.init(Cipher.java:1301) at org.apache.kerby.kerberos.kerb.crypto.enc.provider.AesProvider.doEncrypt(AesProvider.java:52) ... 34 more {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
