Zigbee binding + Wrapper Problem

Openhab 5.0.0.M1 / Windows 10 Pro x64 / zulu-21
Zigbee binding on Zigbee 3.0 SONOFF USB Dongle Plus-E

All works fine until Openhab starts as windows service.
Zigbee Coordinator thing hangs at INITIALIZING mode. Other bindings works fine.

Errors:
Wrapper:

INFO | jvm 1 | 2025/03/15 18:23:48 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO | jvm 1 | 2025/03/15 18:23:48 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
INFO | jvm 1 | 2025/03/15 18:23:48 |
INFO | jvm 1 | 2025/03/15 18:24:04 | 18:24:04.195 [Framework Event Dispatcher: Equinox Container: c8de705e-a1ef-4551-88aa-87aaa670ae10] ERROR Events.Framework - FrameworkEvent ERROR
INFO | jvm 1 | 2025/03/15 18:24:04 | java.util.zip.ZipException: Exception in opening zip file: C:\OpenHab\userdata\cache\org.eclipse.osgi\66\0\.cp\lib\geronimo-osgi-locator.jar
INFO | jvm 1 | 2025/03/15 18:24:04 | at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:356) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO | jvm 1 | 2025/03/15 18:24:04 | at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.doOpen(ZipBundleFile.java:51) ~[org.eclipse.osgi-3.18.0.jar:?]

and OpenHab Zigbee:

2025-03-15 18:24:32.350 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.ExceptionInInitializerError: null
at com.thoughtworks.xstream.converters.collections.TreeSetConverter.unmarshal(TreeSetConverter.java:62) ~[?:?]

Any ideas?

I see the same wrapper.log entry with no ill effects on OH that i can see.

Looking back at logs this wrapper.log error has been around for a while. At least prior to 4.3.0.

I dont think many see the error unless looking for a specific issuecwhich is why i looked at wrapper.log

I think I found the solution - or at least it worked on my system…

It appears that the config in C:\openHAB\userdata\etc\openHAB-wrapper.conf does not get updated (to be expected)

If you check the latest installation docs at Windows | openHAB the current contents of openHAB-wrapper.conf are listed. I updated to those and the error/warning is gone.