-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Fix initial suggestion finder installation #4206
Conversation
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mherwege - continuing from #4036 (comment), it seems more appropriate to move the conversation here, unless there still something to be fixed - in that case I can create an issue? I saw this comment: Lines 86 to 91 in 1a89b9e
I don't know anything about it, but was wondering if this is still needed after #4188? |
@jlaur Can you check if the addon finders are loaded (bundle:list)? There could be a delay, but if they are not there after a while there still is an issue. |
I see only this: openhab> bundle:list -s | grep addon
158 │ Active │ 80 │ 4.2.0.202405020306 │ org.openhab.core.addon
159 │ Active │ 80 │ 4.2.0.202405020313 │ org.openhab.core.addon.marketplace
160 │ Active │ 80 │ 4.2.0.202405020314 │ org.openhab.core.addon.marketplace.karaf
171 │ Active │ 80 │ 4.2.0.202405021809 │ org.openhab.core.config.discovery.addon
172 │ Active │ 80 │ 4.2.0.202405020309 │ org.openhab.core.config.discovery.addon.process Now, trying to access add-on settings I see this repeated in logs:
I'll try to go back to a previous snapshot to isolate the issue. |
Snapshot 4046 seems to work fine. |
@jlaur That’s a relief. I found it is difficult to replace these bundles that directly use Karaf specific features in a version. That’s probably also what caused your issue. |
Snapshot 4046 is from April 22nd, so before #4188 was merged. Unfortunately the most recent snapshots are still broken for me. Just to be sure, I will try tomorrow's snapshot to rule out any mistakes by replacing the single JAR. |
Same for me, current main line does not work. Only process addon-finder is loaded and running. |
I tried this morning with the latest snapshot, and there is indeed another error in the logic. I will create a fix. |
#4188 caused finders not to be installed anymore by default.
This PR should fix the issue.