Community
Participate
Working Groups
Build: TPTP-4.2.0-200605231055 and TPTP-4.2.0-200605190100 NOTE: This problem does NOT exist with the TPTP-4.2.0-200605180959 To Reproduce: 1) Start RAC without security 2) Import the access log file located in <rac_install>plugins\org.eclipse.hyades.logging.parsers_4.2.0.v200605231055\config\Apache\access\v1.3.26\example.log Error: The workbench will say that there is an error with the Agent Controller configuration. The servicelog.log has this printed: <CommonBaseEvent creationTime="2006-05-23T19:50:09.173000Z" globalInstanceId="ACE6770E623A4619B80A32643DDC2F4A" msg="File server started listening on port 10005" severity="10" version="1.0.1"> <sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="fileServer.c, line 177" instanceId="1004" location="rnsx641.torolab.ibm.com" locationType="IPV4" processId="3888" subComponent="Client Compatibility TL" threadId="2276" 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="2006-05-23T19:50:28.251000Z" globalInstanceId="AA8F9B4034824E069F95642AF0D60018" msg="The reassembled command created by the command extractor is a different size : in = <Cmd src="102" dest="101" ctxt="1001"><startProcess iid="org.eclipse.tptp.processController"><launchInfo><Application executable="RemoteLogParserLoader" location=""> <Parameter position="append" value='org.eclipse.hyades.logging.adapter.config.StaticParserWrapper "2.0.x(rules)=./Apache/access/v1.3.26/regex.adapter" "Default=./Apache/access/v1.3.26/static.adapter" "version=1.3.20(static)" "client_locale_language=en" "file_path=C:\ractest\EM64T_rac\newAgentController\TPTP-4.2.0-200605180959\plugins\org.eclipse.hyades.logging.parsers_4.2.0.v200605180959\config\Apache\access\v1.3.26\example.log" "client_locale_country=US" "1.3.x(rules)=./Apache/access/v1.3.26/regex.adapter" "charset=default"' /> </Application></launchInfo><consoleConnectID>5000</consoleConnectID></startProcess></Cmd>, out = <Cmd ctxt="1001" dest="101" src="102"><startProcess iid="org.eclipse.tptp.processController"><launchInfo><Application executable="RemoteLogPar" severity="30" version="1.0.1"> <sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="MsgParser.cpp, line 136" instanceId="30001" location="rnsx641.torolab.ibm.com" locationType="IPV4" processId="3888" subComponent="Standard Command Extractor" threadId="888" 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="2006-05-23T19:50:28.267000Z" globalInstanceId="A659F6EB61024185853DF4EA67175D20" msg="CONSOLE LAUNCHED COMMAND for connection(5001). " severity="50" version="1.0.1"> <sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="namedPipeListener.c, line 563" instanceId="1002" location="rnsx641.torolab.ibm.com" locationType="IPV4" processId="3888" subComponent="Named Pipe TL" threadId="224" 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="2006-05-23T19:50:28.423000Z" globalInstanceId="AD5F3642227B4D1B9B10AAA921B58227" msg="Scrubbing process 3868" severity="10" version="1.0.1"> <sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="RACClientSupport.c, line 510" instanceId="1004" location="rnsx641.torolab.ibm.com" locationType="IPV4" processId="3888" subComponent="Client Compatibility TL" threadId="224" 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="2006-05-23T19:50:28.423000Z" globalInstanceId="AB39566C15F14F4289DE8D7ED1DCDC1F" msg="PC handleProcessEvents: Process has exited with status 1." severity="50" version="1.0.1"> <sourceComponentId component="ProcessController" componentIdType="TPTPComponent" componentType="Eclipse_TPTP" executionEnvironment="ProcessController_md.cpp, line 284" instanceId="101" location="rnsx641.torolab.ibm.com" locationType="IPV4" processId="3132" subComponent="ProcessController" threadId="2352"/> <situation categoryName="ReportSituation"> <situationType reasoningScope="INTERNAL" reportCategory="LOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation"/> </situation> </CommonBaseEvent>
With the issue being in the backwards compatibility of a new platform (WinEM64T), setting target to i4.
This exact behavior is also seen on WinIPF platform with 05/19 and 05/22 builds. This is reproducible for all kinds of log import.
I would expect that this same thing also happens on IA-32 platforms (and all others?) as well. The problem is that the commons-logging.jar file got moved, but the configuration script didn't get updated. In the 5-18 build, this file is under the plugins/org.apache.jakarta_commons_logging_1.0.3.v200605180959 directory and named commons-logging.jar. In the 5-23 build, this file is under the plugins/org.apache.commons-logging_1.0.4.v200605231055/lib directory and is called commons-logging-1.0.4.jar. If I hand-modify my serviceconfig.xml file to make CLASSPATH_ORG_APAPCE_JAKARATA_COMMONS_LOGGING point to the new file, everything works.
This defect is the result of the Agent Controller's config generator not resolving the Apache Commons plugin since the version has changed from 1.0.3 to 1.0.4 under https://bugs.eclipse.org/bugs/show_bug.cgi?id=141926. *** This bug has been marked as a duplicate of 141926 ***
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.