In my continued efforts to try and get openHAB to work with a Zigbee USB stick: I’m currently trying to use a laptop to avoid any potential virtualisation quirks, but I cannot get it to install.
I have a clean install of openSUSE Tumbleweed. Have installed openjdk 1.8 runtime and installed 2.5.0 from the official stable repo.
When I start it up though I just get a Jetty 404 on localhost:8080.
- Platform information:
- Hardware: Intel i7-3520M @ 2.9GHz | 8GB RAM | Ooodles of free space
- OS: openSUSE Tumbleweed 20191230
- Java Runtime Environment: openjdk version “1.8.0_232”
OpenJDK Runtime Environment (IcedTea 3.14.0) (build 1.8.0_232-b08 suse-1.1-x86_64)
OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode) - openHAB version: 2.5
The log files are thoroughly uninspiring:
Logs
openhab> log:display
10:22:30.151 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at http://10.0.1.200:8080
10:22:30.158 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at https://10.0.1.200:8443
10:22:30.336 [INFO ] [rthome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
10:22:36.590 [INFO ] [i.dashboard.internal.DashboardService] - Stopped Dashboard
I feel like I’m missing something obvious, just no idea what! Thanks for the help.