You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2017/10/13 19:48:01 UTC

[jira] [Created] (BIGTOP-2905) gradle does no start with java 9

Olaf Flebbe created BIGTOP-2905:
-----------------------------------

             Summary: gradle does no start with java 9
                 Key: BIGTOP-2905
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2905
             Project: Bigtop
          Issue Type: Bug
    Affects Versions: 1.2.1
            Reporter: Olaf Flebbe


Error message (on macosx)
{code}
> ./gradlew tasks
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod (file:/Users/olaf/.gradle/wrapper/dists/gradle-2.14.1-bin/2e84c32f409d95180956748192f59350/gradle-2.14.1/lib/gradle-base-services-2.14.1.jar) to method java.lang.ClassLoader.getPackages()
WARNING: Please consider reporting this to the maintainers of org.gradle.internal.reflect.JavaMethod
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/olaf/t/bigtop-1.2.1/build.gradle' line: 367

* What went wrong:
A problem occurred evaluating root project 'bigtop'.
> [B cannot be cast to [C

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 6.317 secs
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)