Lỗi Error in rconfigure() method java.rmi.ConnectException: Connection refused to host: 192.168.xxx.xx; nested exception is: java.net.ConnectException: Connection timed out: connect
Cho mình hỏi, khi run jmeter dưới dạng distributed, khi chạy thì ra message lỗi :
Tại máy master và slave đều đã bật jmeter-server.bat, và đã config host. Làm cách nào để fix lỗi này, xin cảm ơn!!!!
1 CÂU TRẢ LỜI
Bị refuse connection thường là do thằng firewall nhé bạn. Bạn có thể tạo rule cho nó hoặc tốt nhất nếu chưa hiểu về firewall thì disable luôn. Mình có 2 link hướng dẫn disable trên linux và windows ở dưới để bạn tham khảo. https://linuxconfig.org/how-to-enable-disable-firewall-on-ubuntu-20-04-lts-focal-fossa-linux https://support.microsoft.com/en-us/windows/turn-microsoft-defender-firewall-on-or-off-ec0844f7-aebd-0583-67fe-601ecf5d774f
Cảm ơn bạn đã chia sẻ, mình đã fix được issue này, do chạy trên server có nhiều dự án khác nên mình không thể disable firewall. Mình đã mở thêm port phía firewall và config lại cấu hình local port tại jmeter.properties thì đã chạy được.