Netflix / SimianArmy

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find tools.jar when running gradlew

tariqislam opened this issue · comments

Hi,

I'm trying to run Chaos on an EC2 instance. I am using an egress proxy, and it seems like running gradlew downloaded all other dependencies, but it keeps failing at not finding tools.jar. Any ideas?

Output below:

[ec2-user@ip- SimianArmy]$ ./gradlew -Dhttp.proxyHost= -Dhttp.proxyPort=80 -Dhttps.proxyHost= -Dhttps.proxyPort=80 jettyRun
Inferred project: simianarmy, version: 2.6.0-SNAPSHOT
[buildinfo] Not using buildInfo properties file for this build.
:compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileJava'.

    Could not find tools.jar

  • 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: 7.579 secs

Never mind, I didn't have the JDK installed, only JRE.