I have a jmeter script that I created on a windows machine, and functions without a problem on that machined in both GUI and non-gui mode.
Now I take that script to a Linux (ES-3.0) machine which does not have any gui. I run this with the following command: ./jmeter -n -t StraightBet_MONEY_06_RND_5.jmx -l log.jtl After I run this, the log file reads this: <?xml version="1.0" encoding="UTF-8"?> <testResults> </testResults> And I am checking the application server log file to see if I am hitting the server, and there is nothing written to the log file, which tells me it is not hitting the server. I can send you the script file if you wish. I have all the server url parameters, login information in a csv file that I read in at runtime as well Regards, Gino