seit dem Update vor einigen Tagen von 2.5.4 auf 2.5.5 hängt sich OH irgendwie immer wieder auf. Ich beschrieb mal das "irgendwie":
-PaperUI ist aufrufbar -
-die OH-APP ist aufrufbar - keine Fehlermeldungen
-Things werden als Online gemeldet
-es wird nichts geschalten oder Sensordaten (Temperatur usw.) aktualisiert - von keinem System/Binding also weder vom AVM,Homematic,Netatmo,Tradfri usw.
-CRON - Regel triggern
Nach einem Neustart (restart openhab2.service) läuft das System für ein paar Stunden normal
und das LOG ist recht unauffällig
bis auf Folgende Warn & Fehlermeldungen:
Code: Alles auswählen
[WARN ] [.core.thing.binding.BaseThingHandler] - Handler BoxHandler tried updating the thing status although the handler was already disposed.
Code: Alles auswählen
2020-05-24 05:30:00.032 [ERROR] [nal.common.AbstractInvocationHandler] - An error occurred while calling method 'ThingHandler.handleCommand()' on 'org.openhab.binding.avmfritz.internal.handler.GroupHandler@8dfeaf': null
java.lang.NullPointerException: null
at org.openhab.binding.avmfritz.internal.handler.AVMFritzBaseThingHandler.handleCommand(AVMFritzBaseThingHandler.java:397) ~[?:?]
at sun.reflect.GeneratedMethodAccessor152.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:152) [bundleFile:?]
at org.eclipse.smarthome.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [bundleFile:?]
at com.sun.proxy.$Proxy1112.handleCommand(Unknown Source) [?:?]
at org.eclipse.smarthome.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:74) [bundleFile:?]
at org.eclipse.smarthome.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:48) [bundleFile:?]
at sun.reflect.GeneratedMethodAccessor151.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:152) [bundleFile:?]
at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Ich hoffe Ihr habt eine Idee woran es liegen könnte.... oder oder habt Vorschläge zur Problemlösung (Cache hab ich bereits geleert)
Beste Grüße