hektiker1983 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

vdr-binding throws exceptions #366

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate an Message-Item for VDR-Binding:

String Vdr_GF_Living_OSDMessage "VDR-Wohnzimmer OSD message" (VDR) 
{vdr="vdr_wozi:message"}

What is the expected output? 

No Errors in the openhab.log (at least if vdr is up and running)

What do you see instead?

Every 2 Minutes I see an Error Message in openhab.log, regardless of the 
running state of the vdr system

Debug-Mode:
2013-06-25 23:29:13.046 ERROR o.o.c.s.AbstractActiveService[:170]- Error while 
executing background thread VDR Monitor Service
java.lang.NullPointerException: null
        at java.util.Hashtable.put(Hashtable.java:411)
        at org.openhab.core.internal.events.EventPublisherImpl.createUpdateEvent(EventPublisherImpl.java:106)
        at org.openhab.core.internal.events.EventPublisherImpl.postUpdate(EventPublisherImpl.java:98)
        at org.openhab.binding.vdr.internal.VDRMonitor.execute(VDRMonitor.java:118)
        at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:168)

What version of the product are you using? 
Openhab 1.3.0 Snapshot-Build #433 

On what operating system?
Debian Wheezy (2.6.32-5-xen-amd64) DomU

Please provide any additional information below:
But for all that the Item works as expected, so I can send Messages that will 
be displayed immediately at the vdr-OSD. I use the yavdr0.5-distro with 
vdr-version 1.7.27-8yavdr0~precise 

Original issue reported on code.google.com by udo1t...@gmail.com on 3 Jul 2013 at 6:59

GoogleCodeExporter commented 8 years ago
see German Support Forum:

http://knx-user-forum.de/openhab/28021-vdr-binding-fehler.html

Original comment by udo1t...@gmail.com on 3 Jul 2013 at 7:02

GoogleCodeExporter commented 8 years ago
so this issue is "only" to get rid of the ERROR message, right?

Original comment by teichsta on 4 Jul 2013 at 9:50

GoogleCodeExporter commented 8 years ago
plus analyzing why it occurs, of course. I guess it is related to issue 141.

Original comment by kai.openhab on 5 Jul 2013 at 7:08

GoogleCodeExporter commented 8 years ago
With Build #445, the Error occurs with other lines... 

2013-07-26 14:14:14.297 ERROR o.o.c.s.AbstractActiveService[:195]- Error while 
executing background thread VDR Monitor Service
java.lang.NullPointerException: null
        at java.util.Hashtable.put(Hashtable.java:411)
        at org.openhab.core.internal.events.EventPublisherImpl.createUpdateEvent(EventPublisherImpl.java:106)
        at org.openhab.core.internal.events.EventPublisherImpl.postUpdate(EventPublisherImpl.java:98)
        at org.openhab.binding.vdr.internal.VDRMonitor.execute(VDRMonitor.java:111)
        at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:193)

Original comment by udo1t...@gmail.com on 26 Jul 2013 at 12:16

GoogleCodeExporter commented 8 years ago

Original comment by teichsta on 13 Aug 2013 at 7:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I forgot to mention I used openJDK...
I now switched to Oracle 7u25 64bit and the Error still occurs, but now with an 
"Unknown Source":

2013-08-20 20:21:15.339 ERROR o.o.c.s.AbstractActiveService[:195]- Error while 
executing background thread VDR Monitor Service
java.lang.NullPointerException: null
        at java.util.Hashtable.put(Unknown Source)
        at org.openhab.core.internal.events.EventPublisherImpl.createUpdateEvent(EventPublisherImpl.java:106)
        at org.openhab.core.internal.events.EventPublisherImpl.postUpdate(EventPublisherImpl.java:98)
        at org.openhab.binding.vdr.internal.VDRMonitor.execute(VDRMonitor.java:111)
        at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:193)

Original comment by udo1t...@gmail.com on 20 Aug 2013 at 6:28

GoogleCodeExporter commented 8 years ago

Original comment by teichsta on 5 Nov 2013 at 10:53

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
see above!

Issue has been migrated to Github and should be discussed there.

Original comment by teichsta on 21 Nov 2013 at 1:51