<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">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>