I'm seeing the same, and no better luck with an explicit error message. I tried with --no-daemon which goes a bit further but I doubt you'll be able to work around those easily.
2016-09-26 21:14 GMT+02:00 Jochen Theodorou <[email protected]>: > Hi all, > > maybe some people here with more gradle knowledge can help me a bit. I am > trying to run the jigsaw-136 build, of which I know gradle has problems > with, but well I am trying to work around those. So I am starting our build > with > > GRADLE_OPTS="--add-exports-private java.base/java.lang=ALL-UNNAMED" > > and ./gradlew -S > > I get: > >> * Exception is: >> org.gradle.api.GradleException: Unable to start the daemon process. >> This problem might be caused by incorrect configuration of the daemon. >> For example, an unrecognized jvm option is used. >> Please refer to the user guide chapter on the daemon at >> https://docs.gradle.org/3.1/userguide/gradle_daemon.html >> Please read the following process output to find out more: >> ----------------------- >> >> FAILURE: Build failed with an exception. >> >> * What went wrong: >> java.lang.ExceptionInInitializerError (no error message) >> >> * Try: >> Run with --stacktrace option to get the stack trace. Run with --info or >> --debug option to get more log output. >> >> at org.gradle.launcher.daemon.bootstrap.DaemonGreeter.parseDaem >> onOutput(DaemonGreeter.java:34) >> at org.gradle.launcher.daemon.client.DefaultDaemonStarter.start >> Process(DefaultDaemonStarter.java:152) >> at org.gradle.launcher.daemon.client.DefaultDaemonStarter.start >> Daemon(DefaultDaemonStarter.java:135) >> at org.gradle.launcher.daemon.client.DefaultDaemonConnector.sta >> rtDaemon(DefaultDaemonConnector.java:203) >> at org.gradle.launcher.daemon.client.SingleUseDaemonClient.exec >> ute(SingleUseDaemonClient.java:52) >> > > Can anyone tell me how I can get further information about what actually > went wrong? > > bye Jochen > > >
