Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 61673

Summary: empty execution history tag when running headless
Product: z_Archived Reporter: Bianca Jiang <bjiang>
Component: HyadesAssignee: Joe Toomey <jptoomey>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Bianca Jiang CLA 2004-05-10 19:08:45 EDT
Related with bug# 60406, problem with deployment has eclipse dependency when 
execute headlessly. The dependency was removed and execution is successful. 
History logging is successful up to RemoteComponentSkeleton:

public synchronized void logMessageUTF8(String msg) 
{
        if (isLogging)
        
        	/* We will try and log to the correct API for handling
        	 * UTF-8 strings. With old .dll's this will not be resolvable
        	 * and we should use the old version.  The old version
        	 * will only handle ASCII strings
        	 */
        	try {
        		this.logMessageUTF81(name, msg.getBytes("UTF-8"));
        	}
        	catch(Throwable e) {
        		logMessageUTF80(name, msg);
        	}
    }

this method is called for each execution event with the correct messages. 
However the file was not updated.
Comment 1 Joe Toomey CLA 2004-05-11 10:03:31 EDT

*** This bug has been marked as a duplicate of 58013 ***
Comment 2 Joe Toomey CLA 2004-05-11 10:04:30 EDT
not a dupe
Comment 3 Joe Toomey CLA 2004-05-18 22:30:03 EDT
Fixed.
Comment 4 Joe Toomey CLA 2006-11-16 09:58:58 EST
Closing...