posted 17 years ago
I am trying to make TPTP work in windows. Has anybody managed to run Agent Controller. When trying to start AgentController\win_ia32\bin\ACServer.exe, I am getting this exception
[code]
Error starting transport layers, Agent controller exiting.
See servicelog.log for error report.
[code]
This is the content of servicelog.log
[code]
<CommonBaseEvent creationTime="2007-09-04T03:15:02.886000Z" globalInstanceId="AE9EAD4E906E433B91D8006BFA4A574F" msg="Unable to create named pipe." severity="50" version="1.0.1">
<sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0.2\TPTP-4.4.0.2-200708100100\agntctrl\src\transport\namedPipeTL\namedPipeListener.c, line 1054" instanceId="1001" location="dbsinws1914.sg.db.com" locationType="IPV4" processId="2480" subComponent="Named Pipe TL" threadId="1492" 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-04T03:15:02.886000Z" globalInstanceId="A0E9A3266A22459EA2C37404203810AA" msg="An error was returned from TransportLayer(1001)::startTransportLayer errNum = -1" severity="50" version="1.0.1">
<sourceComponentId component="AgentController" componentIdType="TPTPComponent" executionEnvironment="D:\cygwin\home\build\TPTP\4.4.0.2\TPTP-4.4.0.2-200708100100\agntctrl\src\agentController\ConnectionManager.c, line 263" instanceId="2" location="dbsinws1914.sg.db.com" locationType="IPV4" processId="2480" subComponent="Connection Manager" threadId="1492" 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>
[code]
My environment is JDK5, Weblogic 10, Eclipse 3.3 and TPTP 4.4. Any inputs to solve this problem will be greatly appreciated.