Problem:
Beim Wechseln zwischen den einzelnen Computerräumen gibt es eine Fehlermeldung
“Die Anfrage konnte nicht bearbeitet werden.
Interner Server-Fehler in “computerroom/room/acquire”.”
Investigation:
Läuft der Dienst:
ps aufx |grep veyon
root 31460 0.0 0.0 2608 600 ? Ss 14:24 0:00 \_ /bin/sh /usr/bin/run-veyon-webapi-proxy
root 31538 0.0 0.6 82220 24904 ? S 14:24 0:00 \_ /usr/bin/veyon-cli webapi runserver
root 31662 0.0 0.0 14316 924 pts/4 S+ 14:25 0:00 \_ grep veyon
läuft der Dockercontainer:
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
NAMES
871ac661e62d docker.software-univention.de/ucsschool-veyon-webapi-proxy:4.5.2.4-1.1 "/usr/bin/run-veyon-…" 2 months ago Up 2 hours 0.0.0.0:1108
0->11080/tcp reverent_herschel
Solution:
service docker-app-ucsschool-veyon-proxy stop
service docker-app-ucsschool-veyon-proxy start
If this happens more often, a temporary workaround could be
docker container update <ContainerID> --restart always
See also: Bug 53421