JMeter 4.0 を使用して分散 JMeter テスト環境をセットアップするために必要な手順に従いました。
マスターとスレーブが 1 つずつあります。両方とも同じサブネット上にあり、マスターとスレーブの両方で 1099 (RMI 用) と 23 の内側と外側の両方のファイアウォール ポートを (必要かどうかに関係なく) 開いています。私の職場にはいくつかの「グループ」ポリシーがあるため、すべてのファイアウォールをシャットダウンすることはできませんでした。
「rmi」という名前で作成された必要な rmi_keystore.jks ファイルが作成され、それらのパスがプロパティ ファイルで正しく参照されています。スレーブとマスターの両方の jmeter\bin ディレクトリに両方を配置しました。したがって、スレーブ オブジェクトを適切に開始します。
マスターを起動すると、少し待って、最終的に次のようになります。
Remote engines have been started Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445 c:\XXX\>jmeter -n -t YYY.jmx -r -l ZZZ.jtl -e -o Result Creating summariser <summary> Created the tree successfully using YYY.jmx Configuring remote engine: AAA.AAA.AAA.AAA Starting remote engines Starting the test @ Fri May 18 17:29:19 BST 2018 (xxxxxxxxxxxxx) Error in rconfigure() method java.rmi.ConnectException: Connection refused to host: AAA.AAA.AAA.AAA; nested exception is: java.net.ConnectException: Connection timed out: connect Remote engines have been started Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
必要な指示に従っているので、他に何をすべきかよくわかりません。助けていただければ幸いです。ありがとう。