Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 61673 - empty execution history tag when running headless
Summary: empty execution history tag when running headless
Status: CLOSED DUPLICATE of bug 58013
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Hyades (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Joe Toomey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 19:08 EDT by Bianca Jiang CLA
Modified: 2012-02-15 13:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...