Community
Participate
Working Groups
I have generated the serviceconfig.xml file using SetConfig.bat on windows ia32 and ran AC. Though all the tests were successful, the TPTPProcess.java test is failing giving a TimeOutException and the AC log file as an error message as below. This test launches the SimpleAppl.exe program and does some console input and output. Received unrecognized command: iid=org.eclipse.tptp.processController, cmd=startProcess This is probably is because the compatibility layer is handling the request for some reason. The issue seems to go away when I remove the Backward Compatibility related Transport Layer definition blocks from the serviceconfig.xml file. I am attaching the serviceconfig.xml files - the generated version (which didn't work) and modified version that worked.
Created attachment 36459 [details] serviceconfig.xml generated by SetConfig.bat
Created attachment 36460 [details] serviceconfig.xml after removing CCTL transport layer definitions
Problem is in Client's ProcessImpl - which has hard coded the process controller's connectionID in getPCAgentID. With backwards compat, the CCTL gets the first connection ID and thus the launch is sending the msg through the compat layer rather than to the PC.
Set target and priority for 4.2i2.
Fixed removed the hard coded entry
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.