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

Error on start up script #8

Open
hailiangmei opened this issue Jul 20, 2018 · 2 comments
Open

Error on start up script #8

hailiangmei opened this issue Jul 20, 2018 · 2 comments

Comments

@hailiangmei
Copy link

Hi guys,

I got the following error in the last step of the docker compose start up scripts. I am using sudo with docker and docker-compose. Could that be a problem?

hmei@mdb:~/i2b2transmart-quick-start-master$ sudo docker-compose up -d
/bin/sh: /tmp/_MEIB6lb2W/libtinfo.so.5: no version information available (required by /bin/sh)
quickstart_rabbitmq_1 is up-to-date
quickstart_rserve_1 is up-to-date
quickstart_redis_1 is up-to-date
quickstart_i2b2-wildfly_1 is up-to-date
Starting quickstart_db_1 ... 
quickstart_solr_1 is up-to-date
quickstart_nginx_1 is up-to-date
quickstart_irctdb_1 is up-to-date
quickstart_worker_1 is up-to-date
quickstart_irct_1 is up-to-date
Starting quickstart_db_1 ... done
Starting quickstart_transmart_1 ... error

ERROR: for quickstart_transmart_1  Cannot start service transmart: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"./bin/catalina.sh\": stat ./bin/catalina.sh: no such file or directory": unknown

ERROR: for transmart  Cannot start service transmart: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"./bin/catalina.sh\": stat ./bin/catalina.sh: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.

Versions

hmei@mdb:~/i2b2transmart-quick-start-master$ sudo docker version
Client:
 Version:      18.03.1-ce
 API version:  1.37
 Go version:   go1.9.5
 Git commit:   9ee9f40
 Built:        Thu Apr 26 07:17:20 2018
 OS/Arch:      linux/amd64
 Experimental: false
 Orchestrator: swarm

Server:
 Engine:
  Version:      18.03.1-ce
  API version:  1.37 (minimum version 1.12)
  Go version:   go1.9.5
  Git commit:   9ee9f40
  Built:        Thu Apr 26 07:15:30 2018
  OS/Arch:      linux/amd64
  Experimental: false
hmei@mdb:~/i2b2transmart-quick-start-master$ sudo docker-compose version
/bin/sh: /tmp/_MEIEAzZIl/libtinfo.so.5: no version information available (required by /bin/sh)
docker-compose version 1.21.2, build a133471
docker-py version: 3.3.0
CPython version: 3.6.5
OpenSSL version: OpenSSL 1.0.1t  3 May 2016

Any suggestion/hint are welcome! Thanks!

@hailiangmei
Copy link
Author

hailiangmei commented Jul 23, 2018

Learned from Paul that this demo code only works on Mac and windows. If that's indeed the case, this issue can be closed as I am using Ubuntu.

I guess the statement in README is wrong then: "Docker for Mac and Docker for Windows are not supported". Should be "Only Docker for Mac and Docker for Windows are supported"?

@recursethis
Copy link
Collaborator

recursethis commented Jul 23, 2018

We do not support the deployments for Docker for Mac and Docker for Windows.

All other Docker engine deployments are supported.

I have not seen this error. Sudo may be a problem. I don't know. Try not using sudo.

But it looks like this problem has been resolved: docker/compose#5808

This is the crux of the problem: https://stackoverflow.com/questions/137773/what-does-the-no-version-information-available-error-from-linux-dynamic-linker

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

No branches or pull requests

2 participants