Let me describe our usage scenario as follows:

   We download the AC and related jar from

http://fullmoon.ottawa.ibm.com/tptp/4.4.1/TPTP-4.4.1/tptp.runtime.allInOne.linux.gtk.x86-TPTP-4.4.1.zip
http://fullmoon.ottawa.ibm.com/tptp/4.4.1/TPTP-4.4.1/tptp.runtime.allInOne.win32.win32.x86-TPTP-4.4.1.zip
http://fullmoon.ottawa.ibm.com/tptp/4.4.1/TPTP-4.4.1/tptpdc.all_platforms-TPTP-4.4.1.zip

   We are expected to use the TPTP to record test cases of Web Applications
deployed over win32, win64, Suse 9.4 32bit&64bit, AIX 32bit, Redhatbit. We
use JVMPI in our project.We set the JVM parameter "-XrunpiAgent:server=true
"to the applicaion server(WAS and Tomcat).We use the API provided by TPTP to
create connection to AC , collect and analysis the profiling data.Now we
have tried it over win32&win64 with ac-win32 and the api of
tptp.runtime.allInOne.win32.win32.x86-TPTP-4.4.1.zip. 
   When we try it over Suse 9.4 32bit, it failed.We find that we can not
start the ACServer. When run ./RAStart.sh, it throw this java-core error. I
install the compat-stdc++.rpm,so that in the /usr/lib, it contains the link
file libstdc++-libc6.2-2.so.3 which points to the file
libstdc++-3-libc6.2-2-2.10.0.so.In the java-core,
        (1) it seems that process terminated in
/lib/libtransportSupport.so.4
        (2) it seems have StringCoding.decode error. Is the tptp agent
controll need iso-8869-1 or utf-8?
   I do not know the cause of these problem.

   I have list my puzzles as follows:
   (1) Have u guys try TPTP AC over Suse 9.4, 32bit&64bit. I find that the
JVMPI is not support in Linux 64bit,please correct me.
   (2) I wander if I should reinstall the libstdc++-libc6.2-2.so.3 since
libstdc++-libc6.2-2.so.3  is mandatory.
   (3) If I want to use the API(JVMPI) of TPTP in a standalone mode to setup
the connection ,and collecint profiling data. Should I use 
ptp.runtime.allInOne.linux.gtk.x86-TPTP-4.4.1.zip we I switch to Linux
platform. Should the client application based on API(JVMPI) aslo run in
linux platform? Or we can only replace the jar from win32 to linux, the
client application can run on windows too.

-- 
View this message in context: 
http://www.nabble.com/TPTP-AC-Question-tp18332537p18332537.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