<div dir="ltr"><div>Hi John, <br></div><div>when you launch the command: <br>docker compose up -d<br></div><div>You tell to docker engine to create the stack following configuration written in docker-compose.yml<br></div><div>A stack is made by multiple services, each runs in a container. The docker engine creates the container <br></div><div>As you can see here [0] the celery service and the geoserver service depends on the django service running and healthy so i guess that Container "c9da333c1673"is the name of your django container.<br></div><div>Something went wrong starting this container, maybe a problem building the django image (but the same image is used by celery) or maybe in creating your .env file (check the created .env file with .env.sample on the repository)<br><br></div><div>You can try to run docker compose up (withoud -d) to see all the standard output and check for error in the [django4my_geonode] section<br></div><div><br></div><div>you can also inspect the log for a sincle service with the command<br></div><div>docker compoe log <servicename></div><div><br></div><div>Hope this helps, Have a nice day</div><div><br></div><div>Amefad<br></div><div><br></div><div>[0] <a href="https://github.com/GeoNode/geonode-project/blob/57a64bd1bb878f7de602117b6c1321e854445530/docker-compose.yml#L46">https://github.com/GeoNode/geonode-project/blob/57a64bd1bb878f7de602117b6c1321e854445530/docker-compose.yml#L46</a><br><br></div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Il giorno ven 21 feb 2025 alle ore 15:57 John Scott via geonode-users <<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Good Morning<div><br></div><div>Can anyone help me figure out why I keep getting this error?</div><div>I am trying to install the newest version of GeoNode.</div><div><br></div><div>These are the steps I was following:</div><div>git clone <a href="https://github.com/GeoNode/geonode-project.git" target="_blank">https://github.com/GeoNode/geonode-project.git</a><br>cd geonode-project/<br>git checkout -b 4.4.1<br>source /usr/share/virtualenvwrapper/virtualenvwrapper.sh<br>mkvirtualenv --python=/usr/bin/python3 my_geonode<br>python3.10 -m venv /home/john/dev/.venvs/my_geonode<br>source /home/john/dev/.venvs/my_geonode/bin/activate<br>pip install Django==4.2.9<br>python3 create-envfile.py <br>docker-compose build<br>docker-compose up -d</div><div><br></div><div>(my_geonode) john@GeoNode:~/my_geonode$ docker-compose up -d<br>Creating network "my_geonode_default" with the default driver<br>Creating volume "my_geonode-statics" with default driver<br>Creating volume "my_geonode-nginxconfd" with default driver<br>Creating volume "my_geonode-nginxcerts" with default driver<br>Creating volume "my_geonode-gsdatadir" with default driver<br>Creating volume "my_geonode-dbdata" with default driver<br>Creating volume "my_geonode-dbbackups" with default driver<br>Creating volume "my_geonode-backup-restore" with default driver<br>Creating volume "my_geonode-data" with default driver<br>Creating volume "my_geonode-tmp" with default driver<br>Creating volume "my_geonode-rabbitmq" with default driver<br>Pulling memcached (memcached:alpine)...<br>alpine: Pulling from library/memcached<br>f18232174bc9: Pull complete<br>a31783bf8858: Pull complete<br>f7dfaa864e0a: Pull complete<br>ebf91bccf03c: Pull complete<br>b79b31b4a4b1: Pull complete<br>19b68a77ac56: Pull complete<br>Digest: sha256:d07f5a4c41bf25a027d173ed62ded4b00da2e4c3b12f89bb5e40121807df01b5<br>Status: Downloaded newer image for memcached:alpine<br>Pulling rabbitmq (rabbitmq:3-alpine)...<br>3-alpine: Pulling from library/rabbitmq<br>f18232174bc9: Already exists<br>19d4b40b7948: Pull complete<br>f92f9ce475b3: Pull complete<br>559d55bde23b: Pull complete<br>f25b693183db: Pull complete<br>fd3288550033: Pull complete<br>a1799b1ae1fa: Pull complete<br>11f815e3bafd: Pull complete<br>54878108b4c0: Pull complete<br>Digest: sha256:a49714e7f5fd72159ce08afedebb834605977cb5432c98a84eda522772e283e9<br>Status: Downloaded newer image for rabbitmq:3-alpine<br>Creating rabbitmq4my_geonode ... done<br>Creating db4my_geonode ... done<br>Creating gsconf4my_geonode ... done<br>Creating memcached4my_geonode ... done<br>Creating nginx4my_geonode ... done<br>Creating letsencrypt4my_geonode ... done<br>Creating django4my_geonode ... done<br><br><font color="#ff0000">ERROR: for geoserver Container "c9da333c1673" is unhealthy.<br><br>ERROR: for celery Container "c9da333c1673" is unhealthy.<br>ERROR: Encountered errors while bringing up the project.</font></div><div><br></div><div>Thanks</div><div>John</div></div>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote></div>