JDK-8225257 : sun/security/tools/keytool/PSS.java timed out
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2019-06-04
  • Updated: 2023-10-04
  • Resolved: 2019-06-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.5Fixed 13 b27Fixed 14Fixed
Related Reports
Relates :  
Description
Error. Agent error\: java.lang.Exception\: Agent 14 timed out with a timeout of 480 seconds; check console log for any additional details

...
[2019-06-04T02:34:27.155877300Z] Waiting for completion for process 8124
[2019-06-04T02:34:27.155877300Z] Waiting for completion finished for process 8124
Exit value: 0
[2019-06-04T02:34:27.155877300Z] Waiting for completion for process 8124
[2019-06-04T02:34:27.155877300Z] Waiting for completion finished for process 8124
Command line: [jdk-13\\bin\\keytool.exe -J-Duser.language=en -J-Duser.country=US -storepass changeit -keypass changeit -keystore ks -importcert -alias p -file p.cert]
[2019-06-04T02:34:27.170952200Z] Gathering output for process 836
Certificate reply was installed in keystore

[2019-06-04T02:34:32.738623800Z] Waiting for completion for process 836
[2019-06-04T02:34:32.738623800Z] Waiting for completion finished for process 836
Exit value: 0
[2019-06-04T02:34:32.738623800Z] Waiting for completion for process 836
[2019-06-04T02:34:32.738623800Z] Waiting for completion finished for process 836
Command line: [jdk-13\\bin\\keytool.exe -J-Duser.language=en -J-Duser.country=US -storepass changeit -keypass changeit -keystore ks -selfcert -alias p -sigalg RSASSA-PSS]
[2019-06-04T02:34:32.749103400Z] Gathering output for process 5336

[2019-06-04T02:34:39.483528Z] Waiting for completion for process 5336
[2019-06-04T02:34:39.483528Z] Waiting for completion finished for process 5336
Exit value: 0
[2019-06-04T02:34:39.483528Z] Waiting for completion for process 5336
[2019-06-04T02:34:39.483528Z] Waiting for completion finished for process 5336
Comments
Fix request (11u): This testfix should be brought along with 8216039 for test stabilization. Patch applies cleanly, tested at SAP.
04-07-2019

URL: http://hg.openjdk.java.net/jdk/jdk13/rev/076f34b82b98 User: weijun Date: 2019-06-21 15:45:27 +0000
21-06-2019

According to logs, the generations of 8192-bit an RSA key spend 7 to 9 minutes.
18-06-2019