--
You received this message because you are subscribed to the Google Groups "cBioPortal for Cancer Genomics Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cbioportal+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/98c99a22-6eb9-4a66-b72a-c3b173e9847dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/3ba73c63-6334-48ec-a49a-7972721d3c80n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/6946a3a1-54bc-4dcc-9eba-de89acb989e1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/d600ca6f-6b3b-404e-aff9-953cff4f6ae1n%40googlegroups.com.
Hi Riyaz,
Thanks for reaching out
I think something is going wrong with the initialization of the mysql container. It should load two sql files on first boot. That is you should see something like the following (i.e. it’s loading cgds.sql and seed.sql.gz):
2021-05-10 01:17:59+00:00 [Note] [Entrypoint]: Creating database cbioportal
2021-05-10 01:17:59+00:00 [Note] [Entrypoint]: Creating user cbio_user
2021-05-10 01:17:59+00:00 [Note] [Entrypoint]: Giving user cbio_user access to schema cbioportal
2021-05-10 01:17:59+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/cgds.sql
2021-05-10 01:18:00+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/seed.sql.gz
It might help to look at the database container logs in isolation:
docker logs cbioportal-database-container
I’m not too familiar with the windows setup unfortunately, a few scripts that run as part of init.sh are bash so that might throw things off. You’ll want to make sure you see the cgds.sql.gz and seed.sql.gz files mounted inside of the database container. You can e.g. exec into the container and check if you see these files:
/docker-entrypoint-initdb.d/cgds.sql
/docker-entrypoint-initdb.d/seed.sql.gz
Hope that helps!
Best wishes,
Ino
*** Only open attachments or links from trusted senders. Report phishing to inf...@mskcc.org ***
=====================================================================
Please note that this e-mail and any files transmitted from
Memorial Sloan Kettering Cancer Center may be privileged, confidential,
and protected from disclosure under applicable law. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any reading, dissemination, distribution,
copying, or other use of this communication or any of its attachments
is strictly prohibited. If you have received this communication in
error, please notify the sender immediately by replying to this message
and deleting this message, any attachments, and all copies and backups
from your computer.