-
Notifications
You must be signed in to change notification settings - Fork 25
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
[INFO ] [community.CommunityKarafAddonHandler] - Reinstalling missing marketplace KAR: json:org-smarthome-binding-tuya-develop #350
Comments
Is this happening once or more often? Did you clean cache before? This is just the message that the bundle is needed, but currently not installed. |
Today I upgrade one of my installations to 3.3.0M3 using openhabian. When openHAB first restarted, I received this message, and none of the bindings started except for the smarthome/j tuya and amazonecho control bindings that I am using. I stopped openHAB using openhab-cli stop, cleared the cache also with openhab-cli. When I tried to start with openhab-cli start, it said that there was already a openhab.service configured and to use systemctl start. I did, and got the same message (missing ...), and the bindings didn't load. I did a systemctl restart openhab, and it started, without the "missing ..." error message, and all of the bindings loaded and, knock on wood, everything seems to be working. Should I also update the smarthome/j bindings? I'm currently using the develop versions of both from M2. They seem to be working OK. But it would be nice to git rid of the extra log information that was created to assist in troubleshooting. |
Yes, just switch to the 3.2.12 release, it's code-wise the same as the develop version without the logging. |
I upgraded one of my installations to 3.3.0M7 today. The first time it started, I had these messages in the log, which appear related to this earlier issue.
As before, the second restart yielded the same message for the smarthome/j amazonechocontrol binding. After the 3rd restart of openhab, both the tuya and amazonechocontrol smarthome/j bindings appear to be working as expected. |
That‘s pretty normal and works as designed if you upgraded your installation. The reason is that the addon is marked as installed (like any other addon) but it was removed during upgrade. That’s why it is re-installed. The same happens for all other addons, it‘s just not logged (or to be precise, I believe it is logged as DEBUG level, so you don’t see it). |
Whenever I restart openHAB, I see this in the log:
2022-03-21 13:33:08.957 [INFO ] [community.CommunityKarafAddonHandler] - Reinstalling missing marketplace KAR: json:org-smarthome-binding-tuya-develop
I suspect that early on I missed the important step of removing the binding before a certain upgrade. It doesn't seem to affect anything (that I know of). But I have no idea how to get rid of it.
Any suggestions?
The text was updated successfully, but these errors were encountered: