Hi guys,
I was running 2.4 on this Raspberry Pi 3. I just upgraded to 2.5, and OH doesn’t seem to fully start-up. I did clean the cache and the tmp folders, and restarted OH multiple times. The log also doesn’t indicate any major error. Anyone knows what could be the cause? I do have a number of Python rules, but OH doesn’t even seem to get to that point yet. Please see the log below.
2020-01-11 22:42:51.329 [WARN ] [g.dispatch.internal.ConfigDispatcher] - The file /etc/openhab2/services/mqtt.cfg subsequently defines the exclusive PID 'org.openhab.mqtt'. Overriding existing configuration now.
2020-01-11 22:42:58.087 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'weather.items'
2020-01-11 22:42:58.282 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'chrome-cast.items'
2020-01-11 22:42:58.398 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'routes.items'
2020-01-11 22:42:58.483 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'default.items'
2020-01-11 22:42:58.627 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'camera.items'
2020-01-11 22:42:58.679 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'presence.items'
2020-01-11 22:42:58.763 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'temperature-and-humidity.items'
2020-01-11 22:42:58.890 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'switch-and-plug.items'
2020-01-11 22:43:00.465 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'default.sitemap', using it anyway:
Linkable widget should contain either only frames or none at all
2020-01-11 22:43:00.470 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'default.sitemap'
2020-01-11 22:43:00.889 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'google.things'
2020-01-11 22:43:00.907 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'camera.things'
2020-01-11 22:43:00.934 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'dsc-alarm.things'
2020-01-11 22:43:00.956 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'feed.things'
2020-01-11 22:43:00.975 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'network.things'
2020-01-11 22:43:01.013 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'mqttConnections.things', using it anyway:
Provide a thing type ID and a thing ID in this format:
<thingTypeId> <thingId>
2020-01-11 22:43:01.059 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqttConnections.things'
2020-01-11 22:43:01.087 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tplinksmarthome.things'
2020-01-11 22:43:01.154 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'astro.things'
2020-01-11 22:43:09.833 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'presence.rules'
2020-01-11 22:43:11.980 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'security-alert-when-in-vacation.rules'
2020-01-11 22:43:14.483 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'security-alert-when-owner-away.rules', using it anyway:
The value of the local variable subject is not used
2020-01-11 22:43:14.488 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'security-alert-when-owner-away.rules'
2020-01-11 22:43:15.264 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'security-alerts-general.rules'
2020-01-11 22:43:20.073 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'weather.rules'
2020-01-11 22:43:23.658 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'plugs.rules'
2020-01-11 22:43:27.019 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'security-actions.rules'
2020-01-11 22:43:29.000 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'temperature-and-humidity-alert.rules'
2020-01-11 22:43:32.755 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'lights-vacation-mode.rules'
2020-01-11 22:43:33.875 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'time-of-day.rules'
2020-01-11 22:43:37.947 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'routes.rules'
2020-01-11 22:43:38.861 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'security-alert-when-in-alarm.rules'
2020-01-11 22:43:39.790 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-01-11 22:43:42.059 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.0.204:8080
2020-01-11 22:43:42.094 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.0.204:8443
2020-01-11 22:44:03.488 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Error during the execution of startup rule 'Calculate time of day state': Could not cast NULL to org.eclipse.smarthome.core.library.types.DateTimeType; line 28, column 30, length 37
Thank you,