ERROR There should ALWAYS a local provider available

Kai? One for you perhaps? Refer code here:
https://github.com/eclipse/smarthome/blob/master/bundles/io/org.eclipse.smarthome.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/RESTActivator.java

I get this error after trying to set regional settings under Configuration/Settings/Regional Settings. Everytime I go back into this menu in PaperUI, openhab.log spits out about 20 entries of this error, nothing displays on the settings screen in Paper UI for me to alter - its just blank. Any ideas?

2017-10-18 12:45:40.301 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.308 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.339 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.367 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.373 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.385 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.403 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.421 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.393 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.572 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.581 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.598 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.601 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.617 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.632 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.640 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.660 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:40.671 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.375 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.381 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.414 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.416 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.434 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.458 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.460 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.484 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.498 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.724 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.729 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.744 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.
2017-10-18 12:45:49.754 [ERROR] [thome.io.rest.internal.RESTActivator] - There should ALWAYS a local provider available, as it is provided by the core.

Ah my bad, seems my searching skills need honing… found answer here which solved it.

So I hope distro 1064 solves this as well, right?

No it doesn’t, but 1065 does.

I was on distro 1064, so tested it again - set my time zone to “NZ (GMT+12:00)” then as a test, restarted openhab service and monitored the log. Holy smoke… the number of errors logged was ridiculous, too many to report here… errors getting into PaperUI system menu as well, so…

I did an apt-update / upgrade tonight, saw it updated me to 1065. Started openhab again, voila, no issues and system menu is accessible again. The only error I see now, is when accessing OH on my iPhone remotely (via my.openhab) I get:

2017-10-19 23:22:29.281 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 12435930 failed: null

It still seems to work ok though.