> -----Original Message----- > From: Steffen Fiedler [mailto:[EMAIL PROTECTED] > Sent: 05 December 2003 17:58 > To: JMeter Users List > Subject: Re: Remote-Testing Problems > > > BAZLEY, Sebastian wrote: > >>-----Original Message----- > >>From: Steffen Fiedler [mailto:[EMAIL PROTECTED] > >>Sent: 05 December 2003 16:31 > >>To: JMeter Users List > >>Subject: Re: Remote-Testing Problems > >> ... > > I tried to remote-start a test on machine "phoenix". > /etc/hosts (on phoenix) looked like that: > > 127.0.0.1 phoenix localhost > 192.168.38.187 phoenix.sourcepark.net > ... > > But the computername "phoenix" may not appear in the 127.0.0.1 - line, > otherwise rmiregistry is confused.
I see, I think. I assume that "phoenix" is the same system as "phoenix.sourcepark.net". > > changing /etc/hosts to > > 127.0.0.1 localhost > 192.168.38.187 phoenix.sourcepark.net > > works. > Trying to start the remote server on "phoenix.sourcepark.net" instead of just "phoenix" might also have worked. > > >>Removing this makes it work. > > > > > > What was removed? > > > > ... > > I think the JMeter-logfile contains messages from all > remote-hosts (?), so > the errormessage appears on controlling JMeter-clients log. No - remote servers have their own log files which are created on their local systems. Log messages are not sent back to the client. However, if you run the server on the same node as the client, using the same copy of JMeter - i.e. starting in the same directory - the server will find the same jmeter.properties file and therefore use the same log file name. > It have nothing to do with the localhost related to > controlling JMeter-client > specified in jmeter.properties. > An extra logfile on each remote-host (and a little bit more output > at all) would be nice. They do have separate log files, as far as I am aware. See above. Additional output can be obtained by setting the logging level to DEBUG. But this can produce a lot of output. If there are specific items that you think should be logged during normal running - i.e. log_level=INFO - please let us know, e.g. by filling in a Bugzilla enhancement request. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

