Shubhamjain007 / openhab

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

possible network healthcare bug #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i get this error

12:13:30.452 ERROR o.o.c.s.AbstractActiveService[:203] - Error while executing 
background thread NetworkHealth Refresh Service
java.lang.ClassCastException: 
org.openhab.binding.networkhealth.internal.NetworkHealthGenericBindingProvider 
cannot be cast to org.openhab.binding.networkhealth.NetworkHealthBindingProvider
        at org.openhab.binding.networkhealth.internal.NetworkHealthBinding.execute(NetworkHealthBinding.java:88)

the items file has:

Switch  Mach1_Modul             "Machine 1 Modul State"                         
(Machine1,All)                          {nh="192.168.6.180"}

ss command brings:

239     ACTIVE      org.openhab.binding.networkhealth_1.1.0.201209042215

Original issue reported on code.google.com by falk.sa...@gmail.com on 27 Sep 2012 at 10:32

GoogleCodeExporter commented 8 years ago
Hi Falk,

Sorry, I cannot reproduce this at all (using the latest code). Also from the 
sources I have no idea how this could possibly happen.
Can you reproduce it from within the IDE? Or only using the latest CI build 
binaries? Feel free to reopen the issue, if it still occurs.

Cheers,
Kai

Original comment by kai.openhab on 27 Sep 2012 at 5:34

GoogleCodeExporter commented 8 years ago
Hi Kai,

ok, i will try with a new download, i had it tried with a 1.1-SNAPSHOT and
the additional binary from Dimitry. In the IDE i had the problem that i
cant get it work with dimitry's clone repo.

Original comment by falk.sa...@gmail.com on 1 Oct 2012 at 5:43