Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6640302
Votes 0
Synopsis IS2: 'kic' ping is not sent by java kernel
Category java_deployment:general
Reported Against
Release Fixed 6u10(b10)
State 10-Fix Delivered, Verified, bug
Priority: 2-High
Related Bugs
Submit Date 11-DEC-2007
Description
The 'kic' ping is not being sent by the 'java kernel', after jre installation is complete.
Not sure when exactly it's broken, but tested with b08 & b09.
Posted Date : 2007-12-11 15:50:53.0
Work Around
N/A
Evaluation
The problem was that the 'kernel complete' ping was not sent in most of the cases.
Couple of issues:
1. Sometimes regutils.dll is not found by LoadLibrary.
     - Fix is to pass the full path
2. The process is exiting, before new created thread is finished posting the ping.
     - Fix : Start the thread little early, before calling JQS & CDS methods
            : Wait maximum of 1 min for ping thread to complete before returning 
               from preJVMStart(). This is  after JQS & CDS methods finished.
Posted Date : 2007-12-14 14:22:11.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang