under linux
netstat -tuplan | grep 1099 you will check the process who use 1099 if not important kill the process if important change the port you use to another port 1199 or something like that BR Tarik CHICHANE Ingénieur Telecom Réseaux Administateur Réseaux Université Hassan-II Mohamadia 2015-04-01 12:11 GMT+01:00 Konstantinos Dimkas <[email protected]>: > unfortunately the ps aux command does not return any process related to > Jmeter. > > On Mar 31, 2015, at 2:50 PM, Flavio Cysne <[email protected]> wrote: > > > > The message "Port already in use: 1099" indicates that JMeter is already > > running on another process. In linux "ps aux | grep -v grep | grep > jmeter" > > should show you all JMeter processes running atm. > > > > The log also indicates that you have connected succefully to a JMeter > > slave/server. > > > > If you are using too instantes of JMeter in the same machine you must use > > different ports to RMI. Read section 15.3 of JMeter's Remote Distributed > > Testing Guide (http://jmeter.apache.org/usermanual/remote-test.html) > > Konstantinos Dimkas > > > >
