【发布时间】:2018-07-12 21:35:39
【问题描述】:
我正在尝试使用 apache-jmeter 2.9 在 linux 服务器上进行分布式测试
默认端口(1099)已被使用(由 jboss) 我将端口更改为 1097 我现在在一台机器上启动 jmeter-server 并在单机上开始测试。
jmeter-server 似乎已成功启动 但是当我尝试执行脚本时显示以下错误。
[jboss@StagingSvr2 bin]$ ./jmeter -n -t CBL_Load/CBL_Admin_Load.jmx -l
.jtl -R 172.16.0.2
Creating summariser <summary>
Created the tree successfully using CBL_Load/CBL_Admin_Load.jmx
Configuring remote engine for 172.16.0.2
Failure connecting to remote host: 172.16.0.2
java.rmi.ConnectIOException: non-JRMP server at remote endpoint
Failed to configure 172.16.0.2
[![enter image description here][1]][1]No remote engines were started.
我已经通过谷歌搜索,但无法找到我犯错的确切解决方案!
【问题讨论】:
标签: jmeter