I'm trying a fresh install of cBioPortal using docker compose.
I did the following:
edited my .env file.
Ran ./init.sh
ran docker compose up -d
The cbioportal-container keeps restarting:
635f610cc02d cbioportal/cbioportal:7.0.2 "/cbioportal/entrypo…" About an hour ago Restarting (127) 26 seconds ago cbioportal-container
a6e8c8b81ac5 cbioportal/session-service:0.6.4 "/__cacert_entrypoin…" About an hour ago Up About an hour cbioportal-session-container
96fcc62e82e1 clickhouse/clickhouse-server:24.10 "/entrypoint.sh" About an hour ago Up About an hour (healthy) 0.0.0.0:8123->8123/tcp, :::8123->8123/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 9009/tcp cbioportal-database-container
8e69166bab70 mongo:4.2 "docker-entrypoint.s…" About an hour ago Up About an hour 27017/tcp cbioportal-session-database-container
When I:
[cbioportal-docker-compose]$ docker logs cbioportal-container
/cbioportal/entrypoint.sh: line 5: jar: command not found
/cbioportal/entrypoint.sh: line 5: jar: command not found
/cbioportal/entrypoint.sh: line 5: jar: command not found
/cbioportal/entrypoint.sh: line 5: jar: command not found
the jar: command not found keeps repeating.
John Reber