Closed GoogleCodeExporter closed 8 years ago
The log looks ok. Initially you get the "request aborted", but then the port is
initialised (SNMP binding is listening on 0.0.0.0/162) and it works fine. This
is normal - other than you don't receive any responses.
I'm not sure what to suggest really. It looks like it's working, but something
outside of the binding is stopping it receiving the responses.
Didn't you have this problem earlier and it "fixed itself" when you turned
something off overnight?
Original comment by ch...@cd-jackson.com
on 19 Aug 2013 at 4:43
Yes.
But this time it occurs right after a reboot. -> No other program is running.
I also think port 162 is just for traps, right?
I don't see anything about port 161.
But I cannot exclude a user-error. ;)
Original comment by christop...@gmail.com
on 19 Aug 2013 at 7:03
Yes, port 162 is the standard port for traps, this is why the binding listens
on this port. Port 161 is the standard port that devices listen for GET/SET
requests, but the source port can be anything (I just use 162 in the binding to
avoid having to open two ports).
If you think it's a problem with the port (which I think is unlikely since the
port is apparently being opened ok) then you can change the port in the
openhab.cfg file.
I can't think of anything in the binding that can cause this. I would use
Wireshark to see what's going on, but if there's a problem with the response
(ie the device isn't sending one), then it won't probably won't show up, but
it's worth a try.
Original comment by ch...@cd-jackson.com
on 19 Aug 2013 at 7:22
"netstat -anb" shows there are to services listening on the port 162.
UDP 0.0.0.0:162 *:*
[java.exe]
UDP 0.0.0.0:162 *:*
[java.exe]
After closing openHAB there is still one task running.
I closed some common apps (like Outlook, Chrome, etc.) and all of a sudden it
the task was gone and openhab worked after I restarted it.
I have no clue how this happened and what programm caused this.
BUt I will investigate it if it occurs again.
Until then this issue can be closed as "user eroor" I guess.
Original comment by christop...@gmail.com
on 20 Aug 2013 at 2:51
Original comment by teichsta
on 5 Nov 2013 at 10:53
This issue has been migrated to Github. If this issue id is greater than103 its
id has been preserved on Github. You can open your issue by calling the URL
https://github.com/openhab/openhab/issues/<issueid>. Issues with ids less or
equal 103 new ids were created.
Original comment by teichsta
on 17 Nov 2013 at 8:08
see above!
Issue has been migrated to Github and should be discussed there.
Original comment by teichsta
on 21 Nov 2013 at 1:51
Original issue reported on code.google.com by
christop...@gmail.com
on 19 Aug 2013 at 3:04