Hi,

I manged to build all the necessary .so and executable files for my platform
PowerPC.
Then I substituted all the executables and .so in runtime distribution for
IA-32 and so 
I created my runtime for PowerPC.

I run SetConfig.sh and set the environment. I also updated RCStart.sh by
adding correct
value of TPTP_AC_HOME for PATH (TPTP_AC_HOME/bin) and LD_LIBRARY_PATH
(TPTP_AC_HOME/lib).

So when I start RCStart.sh - I get
Starting Agent Controller.
ACServer started successfully.

and
PATH=/home/evgueni/tptp/work/agntctrl.linux_ppc-TPTP-4.5.0.remote/bin/../bin:/home/evgueni/ibm-java2-ppc-50/jre/bin:/bin:/home/evgueni/tptp/work/build_1/collection/packaging/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/bin:/usr/bin:/home/evgueni/bin

LD_LIBRARY_PATH=/home/evgueni/tptp/work/agntctrl.linux_ppc-TPTP-4.5.0.remote/bin/../lib:/home/evgueni/ibm-java2-ppc-50/jre/bin/classic:/home/evgueni/ibm-java2-ppc-50/jre/bin:/usr/lib::/home/evgueni/tptp/work/build_1/collection/packaging/lib:/lib

BUT WHEN I CHECK:
cat ../config/servicelog.log 
Unable to load transport layer: socketTL libsocketTL.so
Unable to load transport layer: namedPipeTL libnamedPipeTL.so
Unable to load transport layer: namedPipeTL libnamedPipeTL.so
Unable to load transport layer: sharedMemTL libsharedMemTL.so
Unable to load transport layer: tptpCCTL libtptpCCTL.so
Unable to load transport layer: tptpACTL libtptpACTL.so
Unable to locate transport type, TPTP_CCTL, in
connectionManager_initializePeerConnectionTransport.

Libraries are in 
/home/evgueni/tptp/work/agntctrl.linux_ppc-TPTP-4.5.0.remote/bin/../lib
and I can not figure it out why loading issues.
I put printout in connectionManager_loadTransportLayer and I see:
fullLibName=libsocketTL.so
fullLibName=libnamedPipeTL.so
fullLibName=libnamedPipeTL.so
fullLibName=libsharedMemTL.so
fullLibName=libtptpCCTL.so
fullLibName=libtptpACTL.so

It should be OK since I have in my LD_LIBRARY_PATH:
ls  /home/evgueni/tptp/work/agntctrl.linux_ppc-TPTP-4.5.0.remote/bin/../lib
|grep TL
libnamedPipeTL.so
libnamedPipeTL.so.4
libnamedPipeTL.so.4.5.0
libsharedMemTL.so
libsharedMemTL.so.4
libsharedMemTL.so.4.5.0
libsocketTL.so
libsocketTL.so.4
libsocketTL.so.4.5.0
libtptpACTL.so
libtptpACTL.so.4
libtptpACTL.so.4.5.0
libtptpCCTL.so
libtptpCCTL.so.4
libtptpCCTL.so.4.5.0

SO what I' asking for - how to enable logging such as use TPTPLog.h instead
of NoLog.h?

Thanks,
Evgueni
-- 
View this message in context: 
http://www.nabble.com/Enabling-logging-for-AgentCOntroller-build.-tp19193931p19193931.html
Sent from the Eclipse - Tracing and Profiling Tools - Dev mailing list archive 
at Nabble.com.

_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

Reply via email to