ibingdian commented on issue #6262:
URL: https://github.com/apache/jmeter/issues/6262#issuecomment-2029388274
Thank you for answering my question.
1.
in java 17, i set the stack size from 256k to 1m is ok, and after execute
./gradlew.bat runGui , the jmeter can open.
2.
in java 21 , execute ./gradlew.bat runGui -PjdkTestVersion=21, hava error
as below:
D:\xxx\jmeter> ./gradlew.bat runGui -PjdkTestVersion=21
Type-safe project accessors is an incubating feature.
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
* What went wrong:
A problem occurred configuring project ':build-logic-commons:gradle-plugin'.
> Failed to calculate the value of task
':build-logic-commons:gradle-plugin:compileJava' property 'javaCompiler'.
> No matching toolchains found for requested specification:
{languageVersion=17, vendor=any, implementation=vendor-specific} for WINDOWS on
x86_64.
> No locally installed toolchains match and toolchain download
repositories have not been configured.
* Try:
> Learn more about toolchain auto-detection at
https://docs.gradle.org/8.5/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at
https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
* What went wrong:
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value
org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@2c02cbc8
of type BuildFlowService.Parameters
> A problem occurred configuring project
':build-logic-commons:gradle-plugin'.
> Failed to calculate the value of task
':build-logic-commons:gradle-plugin:compileJava' property 'javaCompiler'.
> No matching toolchains found for requested specification:
{languageVersion=17, vendor=any, implementation=vendor-specific} for WINDOWS on
x86_64.
> No locally installed toolchains match and toolchain download
repositories have not been configured.
* Try:
> Learn more about toolchain auto-detection at
https://docs.gradle.org/8.5/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at
https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================
BUILD FAILED in 2s
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]