-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[denonmarantz] Cannot invoke BufferReader syslog #15444
Comments
Signed-off-by: lsiepel <leosiepel@gmail.com>
Pretty sure i found the problem, could youverify by using this jar: https://1drv.ms/u/s!AnMcxmvEeupwjqVmDjS6MTGKtfRFQQ?e=orDdgn |
Oops sorry, shared the wrong file: please try again: https://1drv.ms/u/s!AnMcxmvEeupwjs8BkgU2wULjv7gK6A?e=zUccIc |
Looks good. No syslog entrys anymore. Thanks for the fix! |
Have a new problem after restart: |
Different issue, have seen that before. Have to check why this occurs. |
@Wikibear - can you try to recreate your thing? |
I'm testing the fix right now. I was able to reproduce the NPE, but it took a long time to appear after turning off the receiver and even sending some commands. Even now with the fix my Thing is still online several minutes after I turned off the receiver. This is a separate issue, so just sharing. I can see in my old project that I configured the I don't normally use this binding because of the receiver's 1 TCP connection limitation, so on my long TODO there's also a project of creating some kind of telnet proxy/broker which clients could connect to using the AVR protocol, and which would then propagate commands/events between clients and the receiver. |
Something is odd now after reboot... Thing isn't filled with any information... Only online. I deleted it and now i can't find the binding in the things section... |
* Checkstyle cleanup * Fix #15444 Signed-off-by: lsiepel <leosiepel@gmail.com>
* Checkstyle cleanup * Fix #15444 Signed-off-by: lsiepel <leosiepel@gmail.com>
* Checkstyle cleanup * Fix openhab#15444 Signed-off-by: lsiepel <leosiepel@gmail.com>
* Checkstyle cleanup * Fix openhab#15444 Signed-off-by: lsiepel <leosiepel@gmail.com> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
Raspberry Pi 3 B
Openhab 4.0.2-1 -> also with 4.0.1
I investigate an unstable issue with openhab and i investigate in all directions. Somebody say that following errors in syslog aren't good that i have to switch off the binding. But i need this binding.
If the receiver isn't available via network i get this issue in syslog:
Aug 17 15:58:02 openhabian karaf[24451]: #011at org.openhab.binding.denonmarantz.internal.connector.telnet.DenonMarantzTelnetClientThread.run(DenonMarantzTelnetClientThread.java:68) Aug 17 15:58:36 openhabian karaf[24451]: Exception in thread "OH-binding-denonmarantz:avr:2b74ec1a" java.lang.NullPointerException: Cannot invoke "java.io.BufferedReader.readLine()" because "this.in" is null
Thanks.
The text was updated successfully, but these errors were encountered: