Unable to load transport layer [message #113825] |
Tue, 02 October 2007 10:59  |
Eclipse User |
|
|
|
Originally posted by: hichamm.orcsoftware.com
hello,
TPTP-4.4.1-200709101254 linux em64T
Starting the AController, in servicelog.log
there is
Unable to load transport layer: socketTL libsocketTL.so

<sourceComponentId component="AgentController"
componentIdType="TPTPComponent" executionEnvironment="ConnectionManager.c,
line 190" instanceId="2" location="k2.orcsoftware.com" locationType="IPV4"
processId="11763" subComponent="Connection Manager" threadId="11763"
componentType="Eclipse_TPTP"/>
1. there is some junk after the name of the .so file
ps: also for other libraries, which were successfully loaded.
2. should libsocketTL.so be part of TPTP-4.4.1-200709101254 zip file?
LD_LIBRARY_PATH is set to <...>/lib
3. parsing more the servicelog.log with:
grep msg= servicelog.log | awk -F'"' '{ print $6 '} |grep port
File server started listening on port 10005
However, SampleClient fails to connect to port 10006.
serviceconfig.xml shows:
<Connection name="Dev">
<TransportLayer loadlib="socketTL" type="TPTP_SOCKET">
<Configuration>
<Port>10006</Port>
<SecurityEnabled>false</SecurityEnabled>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
so i guess it is understandable SampleClient fails.
I need libsocketTL.so
any ideas?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03375 seconds