有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java无法启动gauge API:Runner意外退出

尝试运行自动化测试 下面提到的错误

当我试着运行仪表测试时,我发现了以下问题。有人能帮我解决这个问题吗

usage: GaugeJava --<start|init>

Error ----------------------------------

[java]
process C:\Program Files\Java\jdk-11.0.4\bin\java.exe with pid 11404 quit unexpectedly. exit status 1

[Gauge]
Failed to start gauge API: Runner with pid 17404 quit unexpectedly(exit status 1).

Get Support ----------------------------
    Docs:          https://docs.gauge.org
    Bugs:          https://github.com/getgauge/gauge/issues
    Chat:          https://gitter.im/getgauge/chat

Your Environment Information -----------
    windows, 1.0.6, 2bc49db
    html-report (4.0.8), java (0.7.3), js (2.3.7), python (0.3.7), screenshot (0.0.1), spectacle (0.1.3)

Process finished with exit code 1

以下是错误日志:

14-02-2020 21:52:51.108 [Gauge] [DEBUG] Plugin html-report is already installed.
14-02-2020 21:52:53.306 [Gauge] [DEBUG] Checking updates...
14-02-2020 21:52:53.334 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/html-report?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:55.008 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/java?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:55.373 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/js?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:55.738 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/python?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:56.133 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/screenshot?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:56.498 [Gauge] [DEBUG] Downloading https://downloads.gauge.org/plugin/spectacle?l=java&p=html-report,java,js,python,screenshot,spectacle&o=windows&a=amd64
14-02-2020 21:52:58.389 [java] [CRITICAL] process C:\Program Files\Java\jdk-11.0.4\bin\java.exe with pid 11404 quit unexpectedly. exit status 1
14-02-2020 21:52:58.398 [Gauge] [DEBUG] Runner connection error: Runner with pid 17404 quit unexpectedly(exit status 1).
14-02-2020 21:52:58.398 [Gauge] [DEBUG] Error while killing runner: invalid argument
14-02-2020 21:52:58.398 [Gauge] [CRITICAL] Failed to start gauge API: Runner with pid 17404 quit unexpectedly(exit status 1).

共 (0) 个答案