-
Bug
-
Resolution: Fixed
-
P3
-
9-repo-jigsaw
The Project Jigsaw milestone that is the modular image is currently being staged in the jigsaw/m2 forest. There are currently a few KeyStore tests failing in this forest and these failures need to be investigated. So far it seems to the following tests:
java/security/KeyStore/TestKeyStoreBasic.java
java/security/KeyStore/TestKeyStoreEntry.java
sun/security/tools/keytool/standard.sh
all fail with:
java.security.KeyStoreException
at com.sun.crypto.provider.JceKeyStore.engineSetKeyEntry(JceKeyStore.java:281)
at java.security.KeyStore.setKeyEntry(KeyStore.java:1140)
at TestKeyStoreEntry.runTest(TestKeyStoreEntry.java:115)
at TestKeyStoreEntry.run(TestKeyStoreEntry.java:87)
at TestKeyStoreEntry.main(TestKeyStoreEntry.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:776)
at java.lang.Thread.run(Thread.java:745)
java/security/KeyStore/TestKeyStoreBasic.java
java/security/KeyStore/TestKeyStoreEntry.java
sun/security/tools/keytool/standard.sh
all fail with:
java.security.KeyStoreException
at com.sun.crypto.provider.JceKeyStore.engineSetKeyEntry(JceKeyStore.java:281)
at java.security.KeyStore.setKeyEntry(KeyStore.java:1140)
at TestKeyStoreEntry.runTest(TestKeyStoreEntry.java:115)
at TestKeyStoreEntry.run(TestKeyStoreEntry.java:87)
at TestKeyStoreEntry.main(TestKeyStoreEntry.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:776)
at java.lang.Thread.run(Thread.java:745)