You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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"?
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?
Versions
Any suggestion/hint are welcome! Thanks!
The text was updated successfully, but these errors were encountered: