-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add config category failed connection refused #1353
Comments
Since posting this, I reinstalled Fledge. I can see these errors in the log:
I reinstalled my custom plugin and created a south service. The service shows
|
You don't necessarily delete manually stuff if
This is known issue to us and error can be ignored as there were some race condition which needs to be handled gracefully but it will not impact any of the area.
Have you installed Fledge with make based or package based installation and on which platform architecture?
As per logs seems like it's an issue with your plugin. Is it python based or C-based plugin? Is it possible to share the support bundle of your instance? See how to get this here |
I did this because the fledge service wouldn't startup again and doing this meant it could start.
Make based: aarch64 Ubuntu 18.04
The plugin I wrote was a python one. But if I remove this one completely and just install the http_south one, as soon as I go to the "south" page on the Fledge GUI, Fledge will crash/stop. Some system logs:
|
Seems like your instance is in bad state as Fledge cannot start appears in log. Would you mind to run commands in order? |
The problem happens when I install the These are the logs:
I started fledge again and went to support bundle and clicked |
It has nothing to do with http_south plugin.
I see in your instance you have multiple storage service running that's why you see the crash and with related logs like
I suspect your
With the given support bundle only 2 processes should be running one is So, to clean your instance either delete As suggested in previous comments #1353 (comment) |
I've been using Fledge for the past few weeks and have written my own south python plugin to get sensor data. This has been working and I can see readings. Today I setup a north plugin for Azure IOT Hub. This also worked and I could see messages arriving into Azure.
At some point (and I'm not sure what caused the issues) Fledge errored and stopped.
I deleted the north and south services and performed a
fledge reset
.I am now at a point where I can start fledge and services show as running. I was able to recreate the North plugin to Azure (and I see messages arriving in Azure each time Fledge starts). I was able to recreate the South plugin for the custom plugin I created but it would go to unresponsive and eventually show as failed.
I've deleted my custom plugin services and the plugin files from the fledge directory. If I add the http_south plugin to the fledge directory, as soon as I go to browse the south plugins to create a service, fledge will error and stop immediately.
This is the error that is appearing most consistently:
These are some errors that are also occurring (I suspect due to the one above):
The text was updated successfully, but these errors were encountered: