Java Can';使用JPT测试jira性能时无法识别jira地址

Java Can';使用JPT测试jira性能时无法识别jira地址,java,uri,jira,performance-testing,Java,Uri,Jira,Performance Testing,使用JPT测试jira性能 将jira URI设置为: jira性能测试/examples/btf test/src/test/java/com/atlassian/performance/tools/btftest/MyJiraOnPremiseIT.java final URI myJira = new URI("http://192.168.1.1:8080"); // Official example is http://localhost:8090/jira/ jiraOnPremi

使用JPT测试jira性能

将jira URI设置为:

jira性能测试/examples/btf test/src/test/java/com/atlassian/performance/tools/btftest/MyJiraOnPremiseIT.java

final URI myJira = new URI("http://192.168.1.1:8080"); // Official example is http://localhost:8090/jira/
jiraOnPremiseTest.setAdminLogin("admin");
jiraOnPremiseTest.setAdminPassword("admin");
在jira性能测试/示例/btf测试运行下:

./mvnw verify
出现以下错误:

    at com.atlassian.performance.tools.virtualusers.api.Application.tryRunning(EntryPoint.kt:27)
    ... 29 more

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   MyJiraOnPremiseIT.testMyJira:55 ?  Failed to run with [--jira-address, http://...
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ btf-test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.500 s
[INFO] Finished at: 2019-12-04T06:39:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.0:verify (default) on project btf-test: There are test failures.
[ERROR]
[ERROR] Please refer to /home/vagrant/jira-performance-tests/examples/btf-test/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
我的JIRA地址是
http://192.168.1.1:8080
。可以访问它。为什么JPT不能识别它? 本JPT回购协议已超过1年未更新。它的来源过时了吗