Skip to content
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

New eKuiper credentials injection into Connections file cause snaps to fail to install #3786

Closed
lenny-goodell opened this issue Oct 27, 2021 · 0 comments · Fixed by #3787
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lenny-goodell
Copy link
Member

lenny-goodell commented Oct 27, 2021

This is due to the expected connections sub folder and file are not being present with eKuiper 1.3.x installed.

Injection needs to skip writing the file if the file doesn't already exist.

@lenny-goodell lenny-goodell added the bug Something isn't working label Oct 27, 2021
@lenny-goodell lenny-goodell self-assigned this Oct 27, 2021
@lenny-goodell lenny-goodell added this to the Jakarta milestone Oct 27, 2021
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Oct 27, 2021
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Oct 27, 2021
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Oct 28, 2021
lenny-goodell pushed a commit that referenced this issue Oct 28, 2021
… file unless it already exists (#3787)

* fix: Fix Error logging to properly include error message

fixes #3784

Signed-off-by: Leonard Goodell <[email protected]>

* fix: Don't write eKuiper file if file doesn't already exist

fixes #3786

Signed-off-by: lenny <[email protected]>
Signed-off-by: Leonard Goodell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment