-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Docker image error: LOG: invalid length of startup packet #684
Comments
Honestly not that familiar with Docker - but maybe @xiaosongz or @haobibo could comment since they both have recently been working with the build. |
Hi @khalid-hussain , @xiaosongz has found a bug in the docker image build file Could you please follow the updated |
I'm sorry, I got preoccupied with some other issues. I'll give it a try tomorrow. Thanks for the prompt replies. |
UPDATE: I'm still having the same problem. I updated the |
Hello, I have also found this problem. Is there any solution now? |
+1 |
The same issue here. |
+1 |
Did anybody has a solution! Same problem with our system. |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
any solution? |
God please help, i've been stuck here for hours |
Someone in the lab may take a look at fixing the the Docker image at some point, but we have limited resources and this is not one of our priorities. We would be happy to review a pull request from the community. |
Same issue here |
same issue here |
I'm facing same issue? -03-11 08:31:31.885 UTC [1] LOG: starting PostgreSQL 13.2 (Debian 13.2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit |
Same issue |
+1 |
Same |
Same here |
1 similar comment
Same here |
same |
1 similar comment
same |
Same here |
+1 |
3 similar comments
+1 |
+1 |
+1 |
For me, it seems that the root cause is Prometheus, as hinted here: https://www.alibabacloud.com/blog/how-postgresql-12-generates-less-log-data-when-monitoring-and-detecting-incomplete-startup-packet_597767 Anybody found a fix/workaround? |
same here. any fix? |
Not a complete solution - but if you're on mac - |
2 years and no solution yet? |
@henning410 if you'd like to try to outline what you think are the necessary steps to fix this, then I can take a look. I'm not familiar with the Docker implementation and it looks like it was contributed by a member of the research community. We're a very small research group at MIT building and maintaining both PhysioNet and MIMIC, so we really have to rely on the community for help with things like this. |
Side note, but I would think in many or most cases the problem may be solved by instead using the copies of MIMIC available to you in the cloud. For an example notebook that references a PhysioNet database on Google BigQuery, see: You can open this notebook directly in Google Colab with the link below: You'd just need to replace See the following discussion for some pointers on how to set up the cloud access with your PhysioNet account: |
@henning410 just dropped you an email to see if we can get this resolved. If anyone else is interested in helping out, please add a message here and I'll reach out. |
for me solved by reducing the name length of the sql file that I was providing to /docker-entrypoint-initdb.d |
I updated the docker and restarted it after clicking on 'Quit Docker Desktop' on top docker icon. |
+1 |
2 similar comments
+1 |
+1 |
For me this was solved by adding this to .helmignore: |
still open for years? |
The Docker build script for MIMIC-III was contributed by a member of the research community a few years back. The script is now stale, and this is clearly a source of of frustration. We don't have time to fix it ourselves unfortunately, so my vote would be to remove the Docker folder from this repo. @alistairewj, good with you? If someone would like to have a go at adding build scripts later, we'd be happy to review and merge a pull request. |
yep, seems fair, PR in #1635 |
remove stale/broken docker scripts, see #684
Closed with #1635. The broken Docker build scripts have been removed. |
i have docker compose script working properly for mimiciv and mimiciv-ed. will upload once get chance. DM me if you want the scripts as it is now. |
Prerequisites
Description
Greetings,
I'm having a little trouble setting up the docker image. I've followed the guide here: https://github.com/MIT-LCP/mimic-code/tree/master/buildmimic/docker
My System:
My current folder tree at (D:):
The folder at
\mimic-data\csv
contains the MIMIC-III.csv.gz
data files. The foldermimic_pgdata
is empty at the time of running the container. It's empty even after running the container. I assume this is because I do not execute any commands after the container is created.The command I used (using the Git Bash terminal):
My result from the Docker Dashboard:
The output of
docker images
:I've tried:
The text was updated successfully, but these errors were encountered: