Upgrade to OH4 and lost UI?

Update - i seem to have fixed it by changing the https port also to 8444

I never had to do this on previous version of OH - i only had to change the http port before to 8081

Not exactly sure how but i have fixed it

Hi, the console seems to be wroking and openhab seems to be running but i get 404 error when trying to access web UI. I needed to change the port to 8081 due to something else running on 8080 but I have checked my config file and it still tells openhab to run on port 8081

Can anyone help? logs below

                                                 openhab.log                                                                  Modified

2024-11-26 20:57:41.926 [ERROR] [j.pax.web.service.internal.Activator] - Unable to start Pax Web server: Failed to bind to /0.0.0.0:8443
java.io.IOException: Failed to bind to /0.0.0.0:8443

2024-11-26 20:57:43.359 [INFO ] [org.openhab.core.Activator ] - Starting openHAB 4.3.0.M4 (Milestone Build)
2024-11-26 20:57:43.401 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on ‘wol1’ does not exist - ignoring it.
2024-11-26 20:57:43.405 [WARN ] [core.karaf.internal.FeatureInstaller] - The misc add-on ‘mqttbroker’ does not exist - ignoring it.
2024-11-26 20:57:43.405 [WARN ] [core.karaf.internal.FeatureInstaller] - The misc add-on ‘market’ does not exist - ignoring it.
2024-11-26 20:57:43.409 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘homebuilder’ does not exist - ignoring it.
2024-11-26 20:57:43.409 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘paper’ does not exist - ignoring it.
2024-11-26 20:57:44.264 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to ‘Europe/London’.
2024-11-26 20:57:44.266 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to ‘51.52143476287835,-0.2237069606781006’.
2024-11-26 20:57:44.266 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to ‘en_GB’.
2024-11-26 20:57:44.304 [WARN ] [emeris.internal.EphemerisManagerImpl] - Erroneous day set definition dayset-school: No enum constant java.time.DayOfWeek.
2024-11-26 20:57:44.304 [WARN ] [emeris.internal.EphemerisManagerImpl] - Erroneous day set definition dayset-weekend: No enum constant java.time.DayOfWeek.
2024-11-26 20:57:44.991 [WARN ] [org.openhab.core.net.NetUtil ] - Found multiple local interfaces - ignoring 192.168.1.16
2024-11-26 20:57:45.201 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘mpd.things’
2024-11-26 20:57:45.259 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘neo.things’
2024-11-26 20:57:45.265 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘albumart.rules’
2024-11-26 20:57:45.351 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2024-11-26 20:57:45.396 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘albumart.rules’ has errors, therefore ignoring it: [19,71]: String lite>

2024-11-26 20:57:45.397 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘barlby.items’
2024-11-26 20:57:45.422 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘owm-onecall.items’
2024-11-26 20:57:45.572 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘mpd.items’
2024-11-26 20:57:55.074 [INFO ] [e.automation.internal.RuleEngineImpl] - Rule engine started.

good on ya for figuring it out on your own. Welcome back!