-
Notifications
You must be signed in to change notification settings - Fork 76
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
ThingsBoard Edge starting failed with Error: SNMP Transport #129
Comments
Hi, @4NUR46. Caused by: java.net.BindException: Die angeforderte Adresse kann nicht zugewiesen werden - does it mean that address is already in used? Looks like you need to change port IF YOU ARE RUNNING EDGE ON THE SAME MACHINE WHERE THINGSBOARD SERVER IS RUNNING (from docs): Or please provide more details about TB and Edge setup. |
I have my server Installed on a different machine. If I am installing the v3.6.4 on my machine with java version 11 then it is working. For Installing the v3.8.0 Edge:
|
Maybe port 1620 is in use, identify the conflicting process and stop it:
Also, if you do not need SNMP and LWM2M, you can disable it in tb-edge.conf:
|
I have check running And Thingsboard CE v3.8.1 on different machine not on the same where I am trying to install the edge. |
Describe the bug
I am encountering an error when trying to start ThingsBoard Edge.
Error log
cat /var/log/tb-edge/tb-edge.log
Steps which I tried:
Server Environment
Disclaimer
We appreciate your contribution whether it is a bug report, feature request, or pull request with improvement (hopefully). Please comply with the Community ethics policy, and do not expect us to answer your requests immediately. Also, do not treat GitHub issues as a support channel.
The text was updated successfully, but these errors were encountered: