• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Agent Controller of TPTP is not running

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you would have better luck asking this question at a forum devoted to Eclipse.

Bill
 
Ranch Hand
Posts: 1970
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I thought earlier of moving it, but TPTP is something to do with performance, so I left it. I shall move it now, in case that prompts an answer from an Eclipse expert.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had the same problem but got away with the error when I started the Agent before starting the eclipse.
 
Farmers know to never drive a tractor near a honey locust tree. But a tiny ad is okay:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic