jancelin / geo-poppy

Raspberry Pi Standalone WebSIG Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 500. A technical error has occured

ggardet opened this issue · comments

Salut,
j'essaie d'utiliser https://github.com/jancelin/geo-poppy/blob/master/docker-compose-arm64.yml pour lancer le tout sur un RPI3. La commande docker-compose up -d s'execute sans soucis, mais lorsque je tape l'IP du RPi3 dans un navigateur, il me redirige vers
http://192.168.0.50/websig/lizmap/www/ et j'obtiens l'erreur suivante :

Error 500. A technical error has occured. Sorry for this trouble.
Error while writing configuration cache file 

docker ps me renvoie ceci:

CONTAINER ID        IMAGE                                    COMMAND                  CREATED             STATUS                            PORTS                                      NAMES
0e8198522f68        jancelin/geopoppy:lizmap-master-arm64    "/bin/sh -c /start.sh"   18 minutes ago      Up 18 minutes                     0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   dockertmp_lizmap_1
2580d4dc2f57        jancelin/geopoppy:postgres10-2.4-arm64   "bash -c 'wget -N ..."   18 minutes ago      Up 18 minutes                     0.0.0.0:5432->5432/tcp                     dockertmp_postgis_1
8414a0bba797        jancelin/geopoppy:2.18LTR-arm64          "/bin/sh -c /start.sh"   18 minutes ago      Up 18 minutes                     80/tcp                                     dockertmp_qgiserver_1
9b2ce160fb58        redis:alpine                             "docker-entrypoint..."   18 minutes ago      Up 18 minutes                     6379/tcp                                   dockertmp_redis_1
c9b841ecc525        valentinalexeev/rpi-cloudcmd             "/usr/src/app/bin/..."   18 minutes ago      Restarting (139) 24 seconds ago                                              dockertmp_cloud_1
7f82b4e2ba67        portainer/portainer:linux-arm64          "/portainer"             18 minutes ago      Up 18 minutes                     0.0.0.0:9000->9000/tcp                     dockertmp_portainer_1

Une idée d'où pourrait venir le problème ?

Salut Guillaume,

Check ça : jancelin/docker-lizmap#44

Les groupes Ubuntu/Debian ont du mal à parler aux autres distros

@Doctor-Who J'ai un peu de mal à suivre ce que tu as essayé ou non.

Dans le docker lizmap, j'ai essayé:

chown www-data:www-data -R /var/lib/php5
chown www-data:www-data -R /home

Est-ce sensé être suffisant ?

/var/lib/php5 ok
essayes par contre de repasser home en 33:33 plutôt

Regardes les logs apache et postes ici ce qu'il en ressort après cette manip

@Doctor-Who finalement, je suis reparti de zéro et là, pas besoin de chown du tout !
Par contre le docker geopoppy (qgisserver) n’arrête pas de redémarrer... du coup la plupart du temps, lizmap ne charge pas les données. :(

toujours le bug?
Normalement le script https://github.com/jancelin/geo-poppy/blob/master/install/check_docker.sh permet de résoudre le problème....
install :

#check docker-compose service, if one down: docker-compose down & docker-compose up -d
wget --no-check-certificate -N -O /home/pirate/check_docker.sh https://raw.githubusercontent.com/jancelin/geo-poppy/master/install/check_docker.sh &&
sudo chmod +x /home/pirate/check_docker.sh &&
sudo wget --no-check-certificate -N -O /etc/systemd/system/Cdocker.service https://raw.githubusercontent.com/jancelin/geo-poppy/master/install/Cdocker.service &&
sudo systemctl enable Cdocker.service

https://github.com/jancelin/geo-poppy/blob/master/install/auto_install_geopoppy_32bits.sh