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

Nodeserver connect/disconnect with no info #76

Open
jimboca opened this issue Nov 7, 2019 · 5 comments
Open

Nodeserver connect/disconnect with no info #76

jimboca opened this issue Nov 7, 2019 · 5 comments

Comments

@jimboca
Copy link
Contributor

jimboca commented Nov 7, 2019

The nodeserver log just says over and over:

2019-11-07 10:02:06,578 [Interface ] [INFO ] Sent Connected message to Polyglot
2019-11-07 10:02:07,669 [Interface ] [INFO ] MQTT Connected with result code 0 (Success)
2019-11-07 10:02:07,673 [Interface ] [INFO ] MQTT Unexpected disconnection. Trying reconnect.

While polyglot log says over and over:

11/7/2019, 10:03:24 [polyglot] info: MQTTS: Client Disconnected:
11/7/2019, 10:03:24 [polyglot] info: MQTTS: Client Connected:

Checked the machine and there were 2 copies of this nodeserver running. Killed both of them, then tried to start from Polyglot UI and it would not start up.

@mkohanim
Copy link
Contributor

mkohanim commented Nov 7, 2019 via email

@jimboca
Copy link
Contributor Author

jimboca commented Nov 7, 2019 via email

@mkohanim
Copy link
Contributor

mkohanim commented Nov 7, 2019 via email

@Einstein42
Copy link
Contributor

You have multiple versions of the same nodeserver running. It disconnects everytime the other one connects, then vice versa. kill all running versions of the nodeserver and then start it as normal.

@jimboca
Copy link
Contributor Author

jimboca commented Nov 8, 2019

Right, I realized that but would be nice to know what was happening somehow. Something like "Client Disconnect because another one connected" Others on the forum have reported similar issues and require complete restart to fix. Also, not sure why I couldn't start it up again.

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

No branches or pull requests

3 participants