olacabs / jackhammer

Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
https://jch.olacabs.com/userguide
Other
718 stars 162 forks source link

unable to build jackhammer throwing below error #64

Closed sampathmende closed 6 years ago

sampathmende commented 6 years ago

I downloaded jackhammer and github and executed below commands

  1. docker-compose stop
  2. docker-compose rm 3.docker-compose up -d machine : windows 10 3rd command giving below error

Retrying git clone 'git://github.com/sumoheavy/jira-ruby.git' "/root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/cache/bundler/git/jira-ruby-523bdb9909e000ebe1af25417e77e49b15b44a72" --bare --no-hardlinks --quiet due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command git clone 'git://github.com/sumoheavy/jira-ruby.git' "/root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/cache/bundler/git/jira-ruby-523bdb9909e000ebe1af25417e77e49b15b44a72" --bare --no-hardlinks --quiet in directory /tmp has failed.fatal: unable to connect to github.com: github.com[0: 192.30.255.113]: errno=Connection refused github.com[1: 192.30.255.112]: errno=Connection refused

fatal: unable to connect to github.com: github.com[0: 192.30.253.112]: errno=Connection refused github.com[1: 192.30.253.113]: errno=Connection refused

Git error: command git clone 'git://github.com/sumoheavy/jira-ruby.git' "/root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/cache/bundler/git/jira-ruby-523bdb9909e000ebe1af25417e77e49b15b44a72" --bare --no-hardlinks --quiet in directory /tmp has failed. Service 'web' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 11

sampathmende commented 6 years ago

Now I installed oracle vm and docker toolbox and run the docker build for jackhammer Its giving error while installing jdk 8 dpkg error processing oracle-java8-installer (--configure) sub process installed post installation script returned error exit status 1 Error were encountered while processing oracle-java8-installer sub process /usr/bin/dpkg returned an error code 1 Error service web failed to build the command bin/sh -c echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \ add-apt-repository -y ppa:webupd8team/java && \ apt-get update && \ apt-get install -y oracle-java8-installer && \ rm -rf /var/lib/apt/lists/* && \rm -rf /var/cache/oracle-jdk8-installer returned non zero code 100

sampathmende commented 6 years ago

closed