| The problem of AUT on AIX [message #1004432] |
Wed, 23 January 2013 03:16  |
posia han Messages: 34 Registered: December 2012 |
Member |
|
|
I deploied jubula server edition of 1.3.0 on AIX like this way:
step1 I installed jubula 1.3.0 on windows XP;
step2 I got enviorment file with AIX ppc64 from eclipse-platform-3.7.2-aix-gtk-ppc64.zip such as launcher for AIX ppc64 ,and named it autagent ,and also copied one more launcher named for stopautagent and plugin files for aix;
step3 I got an valid jdk ,and replaced the javaw path for autagent.ini and stopautagent.ini.like this:
-consolelog
--launcher.suppressErrors
-vm
/autotest/jdk/jdk/aix/bin/javaw-vmargs
-server
-Xms128m
-Xmx1024m
-client
-XX:MaxPermSize=256m
step4 I start autagent on aix,and it turned on successfully;
step5 I uploaded SimpleAdder.jar to aix at directory "/home/test/SimpleAdder.jar", and configurated AUT for it and then I used tesexec command to test it,and it works.
step6 I create an excutable .sh file, and configurated another AUT fo it ,but this time failed when i used testexec command to test it,the AUT couldn't start. And there is no valid log for it.(The detail is showd in the attachment file)
|
|
|