Lost the 8080 web portal, but the 9001 log portal still works

Good afternoon all. Fired up my OpenHABian box today and the main web portal won’t load. IP at port 8080 says it won’t connect, but I can hit the 9001 log viewer. Log viewer shows it should be started:
2019-08-13 14:48:50.823 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.93.113:8080
2019-08-13 14:48:50.826 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.93.113:8443

This log entry is from a couple hours ago, but the entire box has been restarted since then and I’m not seeing a start/stop/failed dashboard entry that’s more recent, even though I’ve rebooted (suggesting it hasn’t tried to start in a while, even though I’ve rebooted a few times).

I show the service is running.

Thoughts?

I did just discover this in the logs:

2019-08-13 14:54:17.521 [hingStatusInfoChangedEvent] - 'omnilink:controller:4b0b72e5' changed from OFFLINE to UNINITIALIZED (HANDLER_MISSING_ERROR)
	at org.openhab.binding.omnilink.handler.OmnilinkBridgeHandler.reqEventLogData(OmnilinkBridgeHandler.java:512) ~[?:?]
	... 8 more
Caused by: java.lang.InterruptedException
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:?]
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088) ~[?:?]
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) ~[?:?]
	at com.digitaldan.jomnilinkII.Connection.sendAndReceive(Connection.java:244) ~[?:?]
	at com.digitaldan.jomnilinkII.Connection.uploadEventLogData(Connection.java:653) ~[?:?]
	at org.openhab.binding.omnilink.handler.OmnilinkBridgeHandler.reqEventLogData(OmnilinkBridgeHandler.java:512) ~[?:?]
	... 8 more

I ended up just re-imaging my OpenHABian card. I don’t think the FirstBoot ever got completed properly and might have damaged something on disk.