-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
windows_x64-product-c2
-
b71
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135949 | emb-9 | Weijun Wang | P3 | Resolved | Fixed | team |
JDK-8130991 | 8u65 | Ivan Gerasimov | P3 | Resolved | Fixed | b05 |
JDK-8129859 | 8u60 | Ivan Gerasimov | P3 | Resolved | Fixed | b22 |
JDK-8138268 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b05 |
JDK-8130599 | emb-8u60 | Ivan Gerasimov | P3 | Resolved | Fixed | b22 |
JDK-8130090 | 7u91 | Ivan Gerasimov | P3 | Resolved | Fixed | b04 |
JDK-8163069 | openjdk7u | Ivan Gerasimov | P3 | Resolved | Fixed | master |
JDK-8130209 | 6-pool | Ivan Gerasimov | P3 | Closed | Duplicate | |
JDK-8130210 | 6u105 | Ivan Gerasimov | P3 | Resolved | Fixed | b04 |
ACTION: shell -- Passed. Execution successful
REASON: User specified action: run shell ShortRSAKey1024.sh 1024
TIME: 3.265 seconds
messages:
command: shell ShortRSAKey1024.sh [1024]
reason: User specified action: run shell ShortRSAKey1024.sh 1024
elapsed time (seconds): 3.265
STDOUT:
Removing the keypair if it already exists (for unknown reason)...
keytool error: java.lang.Exception: Alias <7106773.1024> does not exist
Creating a temporary RSA keypair in the Windows-My store...
Running the test...
Loaded keystore: Windows-MY
Loaded entry: 7106773.1024
serverPort = 3065
Loaded keystore: Windows-MY
Removing the temporary RSA keypair from the Windows-My store...
Done.
STDERR:
Exception in thread "main" java.lang.Exception: Alias <7106773.1024> does not exist
at sun.security.tools.keytool.Main.doDeleteEntry(Main.java:1329)
at sun.security.tools.keytool.Main.doCommands(Main.java:932)
at sun.security.tools.keytool.Main.run(Main.java:334)
at sun.security.tools.keytool.Main.main(Main.java:327)
ACTION: shell -- Passed. Execution successful
REASON: User specified action: run shell ShortRSAKey1024.sh 768
TIME: 3.235 seconds
messages:
command: shell ShortRSAKey1024.sh [768]
reason: User specified action: run shell ShortRSAKey1024.sh 768
elapsed time (seconds): 3.235
STDOUT:
Removing the keypair if it already exists (for unknown reason)...
keytool error: java.lang.Exception: Alias <7106773.768> does not exist
Creating a temporary RSA keypair in the Windows-My store...
Running the test...
Loaded keystore: Windows-MY
Loaded entry: 7106773.768
serverPort = 3067
Loaded keystore: Windows-MY
Removing the temporary RSA keypair from the Windows-My store...
Done.
STDERR:
Exception in thread "main" java.lang.Exception: Alias <7106773.768> does not exist
at sun.security.tools.keytool.Main.doDeleteEntry(Main.java:1329)
at sun.security.tools.keytool.Main.doCommands(Main.java:932)
at sun.security.tools.keytool.Main.run(Main.java:334)
at sun.security.tools.keytool.Main.main(Main.java:327)
ACTION: shell -- Failed. Execution failed: exit code 1
REASON: User specified action: run shell ShortRSAKey1024.sh 512
TIME: 1.031 seconds
messages:
command: shell ShortRSAKey1024.sh [512]
reason: User specified action: run shell ShortRSAKey1024.sh 512
elapsed time (seconds): 1.031
STDOUT:
Removing the keypair if it already exists (for unknown reason)...
keytool error: java.lang.Exception: Alias <7106773.512> does not exist
Creating a temporary RSA keypair in the Windows-My store...
keytool error: java.security.KeyStoreException: Invalid Signature.
Unable to generate key pair in Windows-My keystore
STDERR:
Exception in thread "main" java.lang.Exception: Alias <7106773.512> does not exist
at sun.security.tools.keytool.Main.doDeleteEntry(Main.java:1329)
at sun.security.tools.keytool.Main.doCommands(Main.java:932)
at sun.security.tools.keytool.Main.run(Main.java:334)
at sun.security.tools.keytool.Main.main(Main.java:327)
Exception in thread "main" java.security.KeyStoreException: Invalid Signature.
at sun.security.mscapi.KeyStore.storePrivateKey(Native Method)
at sun.security.mscapi.KeyStore.access$100(KeyStore.java:58)
at sun.security.mscapi.KeyStore$KeyEntry.setPrivateKey(KeyStore.java:145)
at sun.security.mscapi.KeyStore.engineSetKeyEntry(KeyStore.java:409)
at sun.security.mscapi.KeyStore$MY.engineSetKeyEntry(KeyStore.java:60)
at java.security.KeyStore.setKeyEntry(KeyStore.java:1271)
at sun.security.tools.keytool.Main.doGenKeyPair(Main.java:1547)
at sun.security.tools.keytool.Main.doCommands(Main.java:953)
at sun.security.tools.keytool.Main.run(Main.java:334)
at sun.security.tools.keytool.Main.main(Main.java:327)
TEST RESULT: Failed. Execution failed: exit code 1
- backported by
-
JDK-8129859 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8130090 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8130210 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8130599 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8130991 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8135949 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8138268 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8163069 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Resolved
-
JDK-8130209 sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
- Closed
- duplicates
-
JDK-8025202 Intermittent test failure: sun/security/mscapi/SignUsingNONEwithRSA.sh
- Closed
- relates to
-
JDK-8075567 Mark intermittently failing security-libs tests
- Resolved
1.
|
Remove the intermittent keyword from these mscapi tests | Closed | Rajan Halade | 2015-07-20 |