-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
enocean: ConcurrentModificationException while startup #11393
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
This bug also exists in versions prior to 3.2 I'm on 3.1 and I also observe this from time to time |
fruggy83
added a commit
to DrRSatzteil/openhab-addons
that referenced
this issue
Oct 19, 2021
* synchronized access to listeners and eventListeners collections of EnOceanTransceiver * reverted ConcurrentHashMap change as NULL-Key is required Fixes openhab#11393 Signed-off-by: Daniel Weber <[email protected]>
dschoepel
pushed a commit
to dschoepel/openhab-addons
that referenced
this issue
Nov 9, 2021
* made listeners a ConcurrentHashMap * synchronized access to listeners and eventListeners collections of EnOceanTransceiver * reverted ConcurrentHashMap change as NULL-Key is required Fixes openhab#11393 Also-by: Daniel Weber <[email protected]> Signed-off-by: Thomas Lauterbach <[email protected]> Signed-off-by: Dave J Schoepel <[email protected]>
NickWaterton
pushed a commit
to NickWaterton/openhab-addons
that referenced
this issue
Dec 30, 2021
* made listeners a ConcurrentHashMap * synchronized access to listeners and eventListeners collections of EnOceanTransceiver * reverted ConcurrentHashMap change as NULL-Key is required Fixes openhab#11393 Also-by: Daniel Weber <[email protected]> Signed-off-by: Thomas Lauterbach <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
nemerdaud
pushed a commit
to nemerdaud/openhab-addons
that referenced
this issue
Jan 28, 2022
* made listeners a ConcurrentHashMap * synchronized access to listeners and eventListeners collections of EnOceanTransceiver * reverted ConcurrentHashMap change as NULL-Key is required Fixes openhab#11393 Also-by: Daniel Weber <[email protected]> Signed-off-by: Thomas Lauterbach <[email protected]>
marcfischerboschio
pushed a commit
to bosch-io/openhab-addons
that referenced
this issue
May 5, 2022
* made listeners a ConcurrentHashMap * synchronized access to listeners and eventListeners collections of EnOceanTransceiver * reverted ConcurrentHashMap change as NULL-Key is required Fixes openhab#11393 Also-by: Daniel Weber <[email protected]> Signed-off-by: Thomas Lauterbach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On startup of openHAB 3.2.0.M3 I received this error:
In total there are 6 mechanicalHandles, one genericThing and one temperatureHumiditySensor defined.
Only the thing which throws that error does not work. Reloading of the thing-file solved that.
The text was updated successfully, but these errors were encountered: