Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[persistence] Upgrade to 5.0.0.M1 and later SNAPSHOT cause "Querying persistence service 'influxdb' to restore takes more than 5000ms" #4645

Closed
Mark-VG opened this issue Mar 14, 2025 · 2 comments · Fixed by #4654
Labels
bug An unexpected problem or unintended behavior of the Core

Comments

@Mark-VG
Copy link

Mark-VG commented Mar 14, 2025

Since updating to OH 5.0.0.M1 (and subsequent SNAPSHOT) I am seeing errors as follows:

2025-03-14 09:13:49.863 [WARN ] [ence.internal.PersistenceManagerImpl] - Querying persistence service 'influxdb' to restore 'TestHueLight' takes more than 5000ms.
2025-03-14 09:13:54.870 [WARN ] [ence.internal.PersistenceManagerImpl] - Querying persistence service 'influxdb' to restore 'Partition4_PartitionState' takes more than 5000ms.

I reported the issue on the forums at https://community.openhab.org/t/openhab-5-0-milestone-discussion/162686/26

It was suggested to log here as it could be related to #4463

Context

This occurs on starting/restarting OH since the update. I have updated to the latest influxdb as well as changed to Eclipse Adoptium

Your Environment

Also seeing the following error in wrapper.log (not sure if this is related?)

STATUS | wrapper  | 2025/03/14 13:18:11 | --> Wrapper Started as Service
STATUS | wrapper  | 2025/03/14 13:18:11 | Launching a JVM...
INFO   | jvm 1    | 2025/03/14 13:18:12 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2025/03/14 13:18:12 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2025/03/14 13:18:12 | 
INFO   | jvm 1    | 2025/03/14 13:18:13 | 13:18:13.711 [Framework Event Dispatcher: Equinox Container: b0d69dcc-7f74-4ac0-bc41-35d4ad630127] ERROR Events.Framework - FrameworkEvent ERROR
INFO   | jvm 1    | 2025/03/14 13:18:13 | java.util.zip.ZipException: Exception in opening zip file: C:\openHAB\userdata\cache\org.eclipse.osgi\64\0\.cp\lib\geronimo-osgi-locator.jar
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:356) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.doOpen(ZipBundleFile.java:51) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.internalOpen(CloseableBundleFile.java:140) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.lockOpen(CloseableBundleFile.java:78) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.getEntry(CloseableBundleFile.java:274) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.loadManifest(ClasspathEntry.java:230) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.<init>(ClasspathEntry.java:77) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.createClassPathEntry(ModuleClassLoader.java:267) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.createClassPathEntry(ClasspathManager.java:343) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.getClasspath(ClasspathManager.java:295) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.addStandardClassPathEntry(ClasspathManager.java:213) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.addClassPathEntry(ClasspathManager.java:205) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassPathEntry(ClasspathManager.java:188) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.buildClasspath(ClasspathManager.java:166) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.<init>(ClasspathManager.java:94) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.EquinoxClassLoader.<init>(EquinoxClassLoader.java:54) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.createClassLoaderPrivledged(BundleLoader.java:345) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.getModuleClassLoader(BundleLoader.java:262) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$1.run(EquinoxBundle.java:653) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$1.run(EquinoxBundle.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:319) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getModuleClassLoader(EquinoxBundle.java:646) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getResource(EquinoxBundle.java:588) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.register(Activator.java:58) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.locator.Activator.start(Activator.java:70) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.start(Activator.java:46) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:571) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.doStart(Module.java:605) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.start(Module.java:468) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1847) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1840) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1745) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1667) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | Caused by: java.util.zip.ZipException: Invalid CEN header (invalid extra data field size for tag: 0xbfef at 55)
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1781) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkExtraFields(ZipFile.java:1294) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkAndAddEntry(ZipFile.java:1233) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1720) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1495) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:251) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:180) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:194) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:342) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	... 43 more
INFO   | jvm 1    | 2025/03/14 13:18:13 | 13:18:13.868 [Framework Event Dispatcher: Equinox Container: b0d69dcc-7f74-4ac0-bc41-35d4ad630127] ERROR Events.Framework - FrameworkEvent ERROR
INFO   | jvm 1    | 2025/03/14 13:18:13 | java.util.zip.ZipException: Exception in opening zip file: C:\openHAB\userdata\cache\org.eclipse.osgi\64\0\.cp\lib\geronimo-osgi-locator.jar
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:356) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.doOpen(ZipBundleFile.java:51) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.internalOpen(CloseableBundleFile.java:140) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.lockOpen(CloseableBundleFile.java:78) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.getEntry(CloseableBundleFile.java:274) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.BundleFile.getResourceURL(BundleFile.java:142) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.findResource(ClasspathEntry.java:213) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResourceImpl(ClasspathManager.java:421) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResourceImpl(ClasspathManager.java:401) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResource(ClasspathManager.java:372) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalResource(ModuleClassLoader.java:327) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalResource(BundleLoader.java:911) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.findResource(BundleLoader.java:693) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.getResource(ModuleClassLoader.java:205) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getResource(EquinoxBundle.java:590) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.register(Activator.java:58) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.locator.Activator.start(Activator.java:70) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.start(Activator.java:46) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:571) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.doStart(Module.java:605) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.start(Module.java:468) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1847) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1840) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1745) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1667) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | Caused by: java.util.zip.ZipException: Invalid CEN header (invalid extra data field size for tag: 0xbfef at 55)
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1781) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkExtraFields(ZipFile.java:1294) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkAndAddEntry(ZipFile.java:1233) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1720) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1495) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:251) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:180) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:194) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:342) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	... 35 more

Thank you.

@Mark-VG Mark-VG added the bug An unexpected problem or unintended behavior of the Core label Mar 14, 2025
@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/openhab-5-0-milestone-discussion/162686/28

@mherwege
Copy link
Contributor

Also seeing the following error in wrapper.log (not sure if this is related?)

STATUS | wrapper  | 2025/03/14 13:18:11 | --> Wrapper Started as Service
STATUS | wrapper  | 2025/03/14 13:18:11 | Launching a JVM...
INFO   | jvm 1    | 2025/03/14 13:18:12 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2025/03/14 13:18:12 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2025/03/14 13:18:12 | 
INFO   | jvm 1    | 2025/03/14 13:18:13 | 13:18:13.711 [Framework Event Dispatcher: Equinox Container: b0d69dcc-7f74-4ac0-bc41-35d4ad630127] ERROR Events.Framework - FrameworkEvent ERROR
INFO   | jvm 1    | 2025/03/14 13:18:13 | java.util.zip.ZipException: Exception in opening zip file: C:\openHAB\userdata\cache\org.eclipse.osgi\64\0\.cp\lib\geronimo-osgi-locator.jar
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:356) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.doOpen(ZipBundleFile.java:51) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.internalOpen(CloseableBundleFile.java:140) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.lockOpen(CloseableBundleFile.java:78) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.getEntry(CloseableBundleFile.java:274) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.loadManifest(ClasspathEntry.java:230) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.<init>(ClasspathEntry.java:77) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.createClassPathEntry(ModuleClassLoader.java:267) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.createClassPathEntry(ClasspathManager.java:343) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.getClasspath(ClasspathManager.java:295) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.addStandardClassPathEntry(ClasspathManager.java:213) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.addClassPathEntry(ClasspathManager.java:205) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassPathEntry(ClasspathManager.java:188) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.buildClasspath(ClasspathManager.java:166) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.<init>(ClasspathManager.java:94) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.EquinoxClassLoader.<init>(EquinoxClassLoader.java:54) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.createClassLoaderPrivledged(BundleLoader.java:345) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.getModuleClassLoader(BundleLoader.java:262) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$1.run(EquinoxBundle.java:653) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$1.run(EquinoxBundle.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:319) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getModuleClassLoader(EquinoxBundle.java:646) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getResource(EquinoxBundle.java:588) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.register(Activator.java:58) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.locator.Activator.start(Activator.java:70) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.start(Activator.java:46) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:571) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.doStart(Module.java:605) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.start(Module.java:468) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1847) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1840) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1745) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1667) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | Caused by: java.util.zip.ZipException: Invalid CEN header (invalid extra data field size for tag: 0xbfef at 55)
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1781) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkExtraFields(ZipFile.java:1294) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkAndAddEntry(ZipFile.java:1233) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1720) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1495) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:251) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:180) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:194) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:342) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	... 43 more
INFO   | jvm 1    | 2025/03/14 13:18:13 | 13:18:13.868 [Framework Event Dispatcher: Equinox Container: b0d69dcc-7f74-4ac0-bc41-35d4ad630127] ERROR Events.Framework - FrameworkEvent ERROR
INFO   | jvm 1    | 2025/03/14 13:18:13 | java.util.zip.ZipException: Exception in opening zip file: C:\openHAB\userdata\cache\org.eclipse.osgi\64\0\.cp\lib\geronimo-osgi-locator.jar
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:356) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.doOpen(ZipBundleFile.java:51) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.internalOpen(CloseableBundleFile.java:140) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.lockOpen(CloseableBundleFile.java:78) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.CloseableBundleFile.getEntry(CloseableBundleFile.java:274) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.storage.bundlefile.BundleFile.getResourceURL(BundleFile.java:142) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathEntry.findResource(ClasspathEntry.java:213) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResourceImpl(ClasspathManager.java:421) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResourceImpl(ClasspathManager.java:401) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalResource(ClasspathManager.java:372) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalResource(ModuleClassLoader.java:327) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalResource(BundleLoader.java:911) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.BundleLoader.findResource(BundleLoader.java:693) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.getResource(ModuleClassLoader.java:205) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.getResource(EquinoxBundle.java:590) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.register(Activator.java:58) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.locator.Activator.start(Activator.java:70) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.apache.servicemix.specs.activation.Activator.start(Activator.java:46) ~[org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar:1.2.1_3]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:818) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.security.AccessController.doPrivileged(AccessController.java:571) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:810) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:371) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.doStart(Module.java:605) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.Module.start(Module.java:468) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1847) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1840) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1745) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1667) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | Caused by: java.util.zip.ZipException: Invalid CEN header (invalid extra data field size for tag: 0xbfef at 55)
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1781) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkExtraFields(ZipFile.java:1294) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.checkAndAddEntry(ZipFile.java:1233) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1720) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1495) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:251) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:180) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at java.util.zip.ZipFile.<init>(ZipFile.java:194) ~[?:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:342) ~[org.eclipse.osgi-3.18.0.jar:?]
INFO   | jvm 1    | 2025/03/14 13:18:13 | 	... 35 more

I am 99% sure this is not related. See https://community.openhab.org/t/problem-running-openhab-4-1-1-as-a-windows-service-on-a-windows-10-vm-hyper-v/154588/10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of the Core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants