Help ... frontail logging stopped ... system otherwise running. OH3

Now Running openHAB 3.1.0 Release Build
Raspberry Pi 4

I was been running the 3.0.4M build …
I was working on installing a binding (SmartThings) and was following a thread to resolve various issues … now suddenly the log is stopped/stuck. I’m not sure what I could have done to break it …

Attempting to resolve I: uninstalled the Binding and have rebooted, updated but the same log message is there (this was the last log posted) … the system seems to otherwise be working fine. Automation scripts are loading, lights are working etc.

Here is the last log message (Although probably not related since I since uninstalled it):

2021-07-22 13:49:41.164 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/usr/share/openhab/addons/org.openhab.binding.smartthings-3.1.0-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.smartthings [94]
  Unresolved requirement: Import-Package: org.openhab.core.config.core
	at org.eclipse.osgi.container.Module.start(Module.java:463) ~[org.eclipse.osgi-3.16.200.jar:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:440) ~[org.eclipse.osgi-3.16.200.jar:?]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.8]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.8]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.8]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.8]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.8]

Here are the Karaf logging levels … they seems fine:

Logger                                             │ Level
───────────────────────────────────────────────────┼──────
ROOT                                               │ WARN
com.zsmartsystems.zigbee                           │ WARN
javax.jmdns                                        │ ERROR
javax.mail                                         │ ERROR
jsr223                                             │ DEBUG
openhab.event                                      │ INFO
openhab.event.AddonEvent                           │ ERROR
openhab.event.InboxUpdatedEvent                    │ ERROR
openhab.event.ItemAddedEvent                       │ ERROR
openhab.event.ItemChannelLinkAddedEvent            │ ERROR
openhab.event.ItemChannelLinkRemovedEvent          │ ERROR
openhab.event.ItemRemovedEvent                     │ ERROR
openhab.event.ItemStateEvent                       │ ERROR
openhab.event.RuleAddedEvent                       │ ERROR
openhab.event.RuleRemovedEvent                     │ ERROR
openhab.event.RuleStatusInfoEvent                  │ ERROR
openhab.event.StartlevelEvent                      │ ERROR
openhab.event.ThingAddedEvent                      │ ERROR
openhab.event.ThingRemovedEvent                    │ ERROR
openhab.event.ThingStatusInfoEvent                 │ ERROR
openhab.event.ThingUpdatedEvent                    │ ERROR
org.apache.cxf.jaxrs.sse.SseEventSinkImpl          │ ERROR
org.apache.karaf.jaas.modules.audit                │ INFO
org.apache.karaf.kar.internal.KarServiceImpl       │ ERROR
org.apache.karaf.shell.ssh.SshUtils                │ ERROR
org.apache.karaf.shell.support                     │ OFF
org.apache.sshd                                    │ WARN
org.eclipse.lsp4j                                  │ OFF
org.eclipse.smarthome.model.script                 │ DEBUG
org.jupnp                                          │ ERROR
org.openhab                                        │ INFO
org.openhab.binding.hue                            │ WARN
org.openhab.binding.zigbee                         │ WARN
org.openhab.binding.zwave                          │ WARN
org.openhab.core.automation                        │ WARN
org.openhab.core.model.script.Hall_Bath            │ INFO
org.openhab.core.model.script.TimerDemo            │ INFO
org.openhab.core.model.script.kitchen              │ INFO
org.ops4j.pax.url.mvn.internal.AetherBasedResolver │ ERROR
org.ops4j.pax.web.pax-web-runtime                  │ OFF
su.litvak.chromecast.api.v2.Channel                │ ERROR

I just noticed I inadvertently upgraded to release build 3.1.0 … I was using the 3.0.4M.

No, logging isn’t paused. i see the exact same text in: /var/log/openhab/openhab.log

Any ideas what I can try to resolve?

I just found this:

Will see if those suggestions fixes it.

Clearing the cache fixed it … that will be my go-to fix from now on :slight_smile:

1 Like

Be careful with clearing the cache. All that doing so does is force openHAB to redownload and install all the add-ons. In this case you were having a problem with the installation of an add-on so it was a reasonable step to take. However, if your problem doesn’t have anything to do with the installation of an add-on, clearing the cache is likely to cause even more problems rather than solve them.

1 Like

Interesting. Thanks for the warning!