Update from 4.3.3-1 => 4.3.4-1 start hangs

Hi !

Im running openhab on an intel Nuc5 with Ubuntu 24.04
Today i receved an update throuch your channel (see subject) and now openhab stops during startup…

2025-04-01 10:05:06.214 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'startup.rules'
2025-04-01 10:05:06.247 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'taupunkt.rules'
2025-04-01 10:05:06.965 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'taupunkt.rules', using it anyway:
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
Function2 is a raw type. References to generic type Function2<P1, P2, Result> should be parameterized
2025-04-01 10:05:06.974 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'aussen.rules'
2025-04-01 10:05:07.171 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'heating.rules'
2025-04-01 10:05:07.517 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solarview.rules'
2025-04-01 10:05:07.821 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rollershutter.rules'
2025-04-01 10:05:08.228 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'heizung_ein_aus.rules'
2025-04-01 10:05:08.417 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model '01_startup_proxy.rules'
2025-04-01 10:05:08.440 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'hww.rules'
2025-04-01 10:05:08.679 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'switch.rules'

I do not have even an idea where to start …

Ciao Gerd

I would start by looking at that rule with the errors.

Hi !

I reverted to 4.3.3-1 and it starts working again…

2025-04-01 11:27:35.753 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'taupunkt.rules'
2025-04-01 11:27:36.212 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'taupunkt.rules', using it anyway:
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
Function2 is a raw type. References to generic type Function2<P1, P2, Result> should be parameterized
2025-04-01 11:27:36.220 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'aussen.rules'
2025-04-01 11:27:36.357 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'heating.rules'
2025-04-01 11:27:36.600 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solarview.rules'
2025-04-01 11:27:36.824 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rollershutter.rules'
2025-04-01 11:27:37.089 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'heizung_ein_aus.rules'
2025-04-01 11:27:37.217 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model '01_startup_proxy.rules'
2025-04-01 11:27:37.240 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'hww.rules'
2025-04-01 11:27:37.406 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'switch.rules'
2025-04-01 11:27:39.686 [INFO ] [o.internal.handler.AstroThingHandler] - Scheduled Positional job astro:sun:home every 60 seconds
2025-04-01 11:27:39.804 [INFO ] [o.internal.handler.AstroThingHandler] - Scheduled Positional job astro:moon:home every 60 seconds

Ciao Gerd

If you posted the rule, especially the imports commands, I am sure you will get an answer what is wrong…

Hi !

The last one is the main problem… without this rule new version runs but 2nd (offline) croaks for unknown command

Ciao Gerd

offline.txt (352 Bytes)
taupunkt.txt (1.7 KB)

Nah, unrelated. Search forum for how to change ZonedDateTime occurences to get rid of the warning, but it has nothing to do with the startup issue.

@goerdi have you properly cleaned the cache? It’s not uncommon that another restart is required.

yes i started now many times in need to find the failure in taupinkt.txt :slight_smile:
its the dewpoint calculation…

Caio Gerd