On 17/02/2010, James Hill <[email protected]> wrote: > Hi all. > > I have the Simple Data Writer logging transaction reposne times in csv > format. When I was doing proof of concept runs on my windows box everything > logged to the appropriate files perfectly. But when I try and run in > distributed mode (I have access to 10 slave RHEL VMs, all controlled by the > windows box) the logging doesn't appear to be working. At first I thought it > was because the files would be created on each of the slave machines, so I > changed the file directory to one that linux would like rather than D:\logs. > This however did not fix the problem. The log files are still not being > created. I've tried different locations because I thought it might be a > permissions issue but changing the log location to /usr/jakarta-jmeter-2.3.4 > didn't work either. > > Any ideas?
In client-server (distributed) mode, the response logs are sent back to the client. They are not created on the server. You need to look at both client and server run logs (jmeter.log) for any problems. > The only clue I had that might be relevant is this warning message repeated > in some of the VM jmeter-server.log files: > 15:06:36 WARN - jmeter.sampler.TestAction: Could not create number from > The apparently has somethig to do with the Simple Data Writer. I changed the > behaviour somewhat - removed the constant timer which was redundant anyway - > and still no log files. > > Regards, > > James. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

