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

Bug 203957

Summary: AC/IAC log file contains hard-coded "D:\cygwin\..." path.
Product: z_Archived Reporter: Paul Slauenwhite <paulslau>
Component: TPTPAssignee: Bing Xu <xubing>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jkubasta, samwai
Version: unspecifiedKeywords: plan
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Paul Slauenwhite CLA 2007-09-19 08:09:17 EDT
AC/IAC log file contains hard-coded "D:\cygwin\..." path.

This is confusing to the user.

> <CommonBaseEvent creationTime="2007-09-01T09:57:26.437000Z" 
> globalInstanceId="A89EC9DCD4A047F9A7A900B2C923A99E" msg="Received 
> command for unrecognized interface: iid=org.eclipse.tptp.eventProvider, 
> cmd=listenerAccepted" severity="50" version="1.0.1">
> <sourceComponentId component="AgentController" 
> componentIdType="TPTPComponent" 
> executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0\TPTP-4.4.0-200706140100C\agntctrl\src\transport\TPTPClientCompTL\Connect2AC.c, 
> line 2238" instanceId="1004" location="manager" locationType="IPV4" 
> processId="2936" subComponent="Client Compatibility TL" threadId="2848" 
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2007-09-01T09:57:26.828000Z" 
> globalInstanceId="A09A4C2A39564F399C1A9595CBBBA64A" msg="Received 
> PUT_FILE command from client" severity="10" version="1.0.1">
> <sourceComponentId component="AgentController" 
> componentIdType="TPTPComponent" 
> executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0\TPTP-4.4.0-200706140100C\agntctrl\src\transport\TPTPClientCompTL\RACmdHandlers.c, 
> line 877" instanceId="1004" location="manager" locationType="IPV4" 
> processId="2936" subComponent="Client Compatibility TL" threadId="2168" 
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2007-09-01T09:57:26.843000Z" 
> globalInstanceId="AB26E70285E14243A6CDD882F389802A" msg="Received 
> PUT_FILE command from client" severity="10" version="1.0.1">
> <sourceComponentId component="AgentController" 
> componentIdType="TPTPComponent" 
> executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0\TPTP-4.4.0-200706140100C\agntctrl\src\transport\TPTPClientCompTL\RACmdHandlers.c, 
> line 877" instanceId="1004" location="manager" locationType="IPV4" 
> processId="2936" subComponent="Client Compatibility TL" threadId="2168" 
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2007-09-01T09:57:26.937000Z" 
> globalInstanceId="A9F192E8C54A477E9042B35A04809E5E" msg="File server 
> started listening on port 10005" severity="10" version="1.0.1">
> <sourceComponentId component="AgentController" 
> componentIdType="TPTPComponent" 
> executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0\TPTP-4.4.0-200706140100C\agntctrl\src\transport\TPTPClientCompTL\fileServer.c, 
> line 177" instanceId="1004" location="manager" locationType="IPV4" 
> processId="2936" subComponent="Client Compatibility TL" threadId="3348" 
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
Comment 1 Bing Xu CLA 2007-11-05 15:58:57 EST
Paul, should I make this a duplicate of 143547.  The hardcoded path is caused by the macro __FILE__ defined by g++ and __FILE__ is used widely by CBE logging.
Comment 2 Paul Slauenwhite CLA 2007-11-05 18:06:44 EST
(In reply to comment #1)
> Paul, should I make this a duplicate of 143547.  The hardcoded path is caused
> by the macro __FILE__ defined by g++ and __FILE__ is used widely by CBE
> logging.
> 

Sure.  Sorry, I forgot I opened 143547.  
Comment 3 Bing Xu CLA 2007-11-06 09:37:35 EST

*** This bug has been marked as a duplicate of bug 143547 ***
Comment 4 Paul Slauenwhite CLA 2007-12-17 08:44:08 EST
Closing since the same originator.
Comment 5 Paul Slauenwhite CLA 2007-12-19 07:59:25 EST
Please change the target to the 4.5 iteration when this Bugzilla was resolved.