I am a server test engineer from lenovo,and I encounter some issues with STAF/STAX,could you please help me or give me some suggestion?
I was configured the prime client on the 2008 R2 SP1 ENP OS,and I just followed the “VMmark_Benchmarking_Guide_2.5-20121120" orders to completed each partition configuration,but when I was finished the STAF/STAX configuration,restart the machine,found that STAF service didn't start automatically,so I tried to start it manually,and failed with some issues,I got the "Rapid disappearance of screenshots” about this info:
Error on Sevice definition line:
SERVICE STAX LIBRARY JSTAF EXECUT {STAF/Config/STAFRoot}/service/stax/STAX.jar
OPTION J2=-Xmx384m
Error code: 10
Reason : STAFDynamicLibraryOpen: JSTAF EXECUT C:\STAF/services/stax/STAX.jar:
Connot open library file (aka modules/DLL), OS RC 126: The specified module could not be found.
Error in configuration file : C:\STAF\bin\STAF.cfg
STAF version:STAF3413-setup-winamd64
STAX version:STAXV345
EVENT service version:EventV314
JAVA version: use the bulit-in JRE file in theSTAF3413-setup-winamd64package
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwa6460sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64 jvmwa6460sr7-20091
214_49398 (JIT enabled, AOT enabled)
and this is my staf.cfg file:
# Turn on tracing of internal errors and deprecated options
trace enable tracepoints "error deprecated"
# Enable TCP/IP connections
interface ssl library STAFTCP option Secure=Yes option Port=6550
interface tcp library STAFTCP option Secure=No option Port=6500
# Set default local trust
trust machine local://local level 5
trust level 5 machine 192.168.*.*
# Add default service loader
serviceloader library STAFDSLS
SERVICE STAX LIBRARY JSTAF EXECUT \
{STAF/Config/STAFRoot}/services/stax/STAX.jar OPTION J2=-Xmx384m
SERVICE EVENT LIBRARY JSTAF EXECUTE \
{STAF/Config/STAFRoot}/services/stax/STAFEvent.jar
SET MAXQUEUESIZE 10000
and this is my environment variable:
path: C:\STAF\jre\bin;C:\STAF\bin
classicpath: C:\STAF\samples\demo\STAFDemo.jar;C:\STAF\bin\JSTAF.jar
now, I'm purposing is there some environment issues related with cygwin environment, or regedit? or some compatible problems?