Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Binding configuration could not be parsed correctly : No active update transaction #3689

Closed
lolodomo opened this issue Jun 17, 2017 · 1 comment

Comments

@lolodomo
Copy link
Contributor

Using snapshot 950, I got tons of errors of the same type at startup:

2017-06-17 08:45:33.577 [ERROR] [el.item.internal.GenericItemProvider] - Binding configuration of type 'channel' of item 'WUForecastTempMin' could not be parsed correctly.
java.lang.IllegalStateException: No active update transaction
        at org.eclipse.smarthome.model.thing.internal.GenericItemChannelLinkProvider.processBindingConfiguration(GenericItemChannelLinkProvider.java:62)
        at org.eclipse.smarthome.model.item.internal.GenericItemProvider.internalDispatchBindings(GenericItemProvider.java:325)
        at org.eclipse.smarthome.model.item.internal.GenericItemProvider.dispatchBindingsPerType(GenericItemProvider.java:281)
        at org.eclipse.smarthome.model.item.internal.GenericItemProvider.addBindingConfigReader(GenericItemProvider.java:119)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.8.0_121]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_121]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_121]
        at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_121]
...

Probably for all my channels.
As a probable consequence, lots of bindings are not working.
Waiting for a fix, I switch back to snapshot 937.

@lolodomo
Copy link
Contributor Author

Duplication of #3686

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants