JDK-6894188 : Install Complete pings with JRE return code -6 should be broken into more specific return codes
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u14,6u18
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2009-10-22
  • Updated: 2013-06-04
  • Resolved: 2011-05-27
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 6 JDK 7
6u17 b70Fixed 7Fixed
Related Reports
Duplicate :  
Description
-6 Errors comprise about 4-6% of our install total currently.  In the current implementation, the -6 code is sent from 5 different places in code.  In order to evaluate the high number of -6 errors we need to distinguish between errors coming from those 5 different places.  The return codes should be changed in those 5 places to be unique.

Comments
SUGGESTED FIX Change -6 error codes to be -61 thru -65. This way a query for errors containing "-6" will still return errors from all 5 places where -6 was previously sent, but we can also break down each individual error separately
22-10-2009

EVALUATION The return code values should be changed from -6 to unique values.
22-10-2009