Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build corr #333

Open
bourdin opened this issue Aug 20, 2020 · 3 comments
Open

unable to build corr #333

bourdin opened this issue Aug 20, 2020 · 3 comments
Assignees
Labels

Comments

@bourdin
Copy link

bourdin commented Aug 20, 2020

I am trying to build corr following the instructions from the LAUNCH.md page, but get the following error message (both on a linux centos 7 and a macOS Catalina system with up to date versions of docker and docker-compose

mef90:corr$ docker-compose --version
docker-compose version 1.26.2, build eefe0d31
mef90:corr$ docker --version
Docker version 19.03.3, build a872fc2f86
mef90:corr$ docker-compose build --force-rm
:
:
lots of output
:
:
Successfully installed ffi-1.13.1
Building native extensions.  This could take a while...
ERROR:  Error installing jekyll:
	jekyll-sass-converter requires Ruby version >= 2.4.0.
Successfully installed sassc-2.4.0
Successfully installed bundler-2.1.4
Parsing documentation for bundler-2.1.4
Installing ri documentation for bundler-2.1.4
Done installing documentation for bundler after 4 seconds
1 gem installed
Removing intermediate container 43dd8a1507ce
ERROR: Service 'corrview' failed to build: The command '/bin/sh -c sudo gem install jekyll bundler' returned a non-zero code: 1

Any idea?

@bourdin
Copy link
Author

bourdin commented Aug 21, 2020

Following up:
I updated the ubuntu containers to a less ancient ubuntu: 18.04 and it looks like I was able to build the containers. However I am not able to docker compose up.

mef90:corr$ docker-compose up 
Starting corr_corrdb_1 ... done
corr_corrapi_1 is up-to-date

ERROR: for corrcloud  Container "3f9344b50447" is unhealthy.
ERROR: Encountered errors while bringing up the project.

I am attaching the output of docker-compose --verbose up

corr.log

@faical-yannick-congo
Copy link
Member

Hello @bourdin
Thanks for your feedback.
I am looking up for a way to setup a CentOS 7 and MacOS Catalina in order to reproduce and address your issue.
In the mean time on the UBuntu 18.04 are you able to send your config files ?
The unhealthy nature indicates that corrcloud failed the docker-compose healthcheck.
Could you also please share the actual corrcloud logs specially the error one?
It corresponds to your version of:
/path/to/your/corr_setup_folder/corr-setup/log:/home/corradmin/log

Thank you.

@bourdin
Copy link
Author

bourdin commented Sep 2, 2020

Hi @faical-yannick-congo
I am trying to get access to an Ubuntu box with Docker installed and will do a little more investigation between classes today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants