JDK-8030878 : JConsole issues meaningless message if SSL connection fails
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-12-20
  • Updated: 2014-10-15
  • Resolved: 2014-01-30
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 7
7u60 b07Fixed
Description
If JConsole fails to connect to the process using SSL, it displays a dialog 
that contains two lines: ConnectionFailedSSL1 and ConnectionFailedSSL2


Comments
7u60-critical-request justification: - Justification : the problem was raised by a customer, the fix is trivial, the wrong text label can confuse a user and thus lead to the poor experience. - Risk Analysis : Risk of the fix is low, as it only consists of changing of a couple of text strings. - Webrev : http://cr.openjdk.java.net/~igerasim/8030878/0/webrev/ Reviewers: Mandy Chung, Staffan Larsen http://mail.openjdk.java.net/pipermail/serviceability-dev/2014-January/013787.html - Testing (done/to-be-done) : JPRT job has finished successfully. The testing should be done manually, as the bug consists of only wrong text strings.
20-01-2014