如何设置“磨床”代理识别控制台?
我真的很想开始使用“The Grinder”,但不幸的是我的经纪人无论我尝试什么都找不到控制台。 代理发出的消息是“(代理):无法连接到'localhost/127.0.0.1:6372',在没有控制台的情况下继续进行;设置grinder.useConsole = false以禁用此警告。”
- 控制台和代理都位于本地主机上。
- 当我在没有grinder.properties文件的情况下启动代理时,以及当我使用带有默认grinder.consoleHost属性的grinder.properties文件时,都会发生这种情况。
- 即使我将grinder.consoleHost 设置为我的IP,也会发生这种情况。
有什么想法吗?
I really want to start working with "The Grinder" but unfortunately my agent doesn't find the console what ever I try.
The message issued by the agent is "(agent): Failed to connect to 'localhost/127.0.0.1:6372', proceeding without the console; set grinder.useConsole=false to disable this warning."
- Both console and agent are located on local-host.
- It happens both when I start the agent without a grinder.properties file at all and when I do use grinder.properties file with a default grinder.consoleHost property.
- It happens even when I set grinder.consoleHost to be my IP.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,尽管听起来很愚蠢,但不要在控制台本身中设置控制台主机属性。要设置此属性,请打开控制台 ->文件->选项->通讯选项卡。将控制台主机留空,否则代理将无法连接到控制台(不知道为什么,我认为将其设置为我的 IP 是一个好主意)。
Well, stupid as it may sound, don't set the Console Host property in the console itself. To set this property open the console -> File -> Options -> Communication tab. Leave the Console Host empty otherwise the agent won't connect to the console (have no idea why, I thought setting it to be my IP was a good idea).
如果您在控制台中设置控制台主机,则还需要在代理使用的grinder.properties 文件中的grinder.consoleHost 键中设置相同的值。
If you set the console host in the console, you'll also need to set the same value in the grinder.consoleHost key in the grinder.properties file used by the Agents.