Skip to content

Instantly share code, notes, and snippets.

@HugoGresse
Created June 20, 2019 20:18
Show Gist options
  • Save HugoGresse/f3e2f3a1c58ea5ce71e0a86c44a9fdc9 to your computer and use it in GitHub Desktop.
Save HugoGresse/f3e2f3a1c58ea5ce71e0a86c44a9fdc9 to your computer and use it in GitHub Desktop.
Install OPENJDK and fix unifi error on RPI

When trying to connect to Unify Network Controller interface, it was not responding. Checking the port with netstat showed the service was not started but service unify statusreported the contrary.

Device: RPi 3 with 16gb storage

ISSUE

java JDK not up to date on latest raspbian image for a long time

Solution

Replace Oracle JDK by openjdk, it worked great!

sudo apt-get install openjdk-8-jre-headless -y

then restart the service: sudo service unify restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment