我在 Debian Wheezy 下使用 Gatling 的当前最新版本 2.0.0.-M3a,这是我对这个工具的第一次测试。所有场景都失败并出现以下错误:
15:36:41.929 [WARN ] i.g.h.a.AsyncHandler - Request 'request_1' failed: Network is unreachable to http://localhost/
15:36:41.929 [WARN ] i.g.h.a.AsyncHandlerActor - Request 'request_1' failed : Network is unreachable to http://localhost/
15:36:42.028 [WARN ] i.g.h.a.AsyncHandler - Request 'request_2' failed: Network is unreachable to http://localhost/public/login.html
15:36:42.029 [WARN ] i.g.h.a.AsyncHandlerActor - Request 'request_2' failed : Network is unreachable to http://localhost/public/login.html
我尝试了其他示例场景,它是相同的,我检查了我的网络,它运行良好,到本地主机或其他主机。可能是缺少一些 java 库,我在任何地方都找不到 Debian 的 java 包列表要求。
如何解决这个问题?