docker-unifi-rpi
docker-unifi-rpi copied to clipboard
Upgrade to version 9 fails
I'm using this docker image in version 8.6.9 and wanted to upgrade the controller to the latest version. Did a backup file before, pulled the latest image and started up. Unfortunately the container does not start up with the following error.
unifi | logger: socket /dev/log: No such file or directory
unifi | Loading /usr/lib/unifi/data/system_env
unifi | Error: Could not find or load main class com.ubnt.ace.Launcher
unifi | Caused by: java.lang.ClassNotFoundException: com.ubnt.ace.Launcher
System is a Raspberry Pi 3 Model 3 B.
Any advice what could go wrong here? Also if I should provide more information I'm happy to do so.
@alexandersperling Can you run uname -a and post the output here?
Edit: I'm concerned that your pi is running in 32-bit mode.
pi@xandar:~ $ uname -a
Linux xandar 6.6.74+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.74-1+rpt1 (2025-01-27) aarch64 GNU/Linux
@alexandersperling I'm really not sure what would cause that error. Since you have a backup, maybe try starting over?
docker compose down -v
docker compose up -d
The -v will delete the docker volumes.