saussact / openhab

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

HTTP-Binding stops after reloading changed item configuration #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create HTTP-Binding for some item, e.g. Number Weather_Temperature 
        "Temperatur [%.1f °C]" <temperature> (Weather) { 
http="<[http://www.google.de/ig/api?weather=Frankfurt,%20Deutschland&hl=de:60000
0:XSLT(transform/demo_google_weather.xsl)]", knx="9.001:2/3/0" }

2. Start openHAB-server
3. Wait some time (several minutes so that http binding is called some times. 
If logging is enabled you can see the (irrelevant) message
20:58:35.194 WARN  o.a.c.h.HttpMethodBase[:99]- Going to buffer response body 
of large or unknown size. Using getResponseBodyAsStream instead is recommended.
4. Change item configuration, server should reload it
5. Binding will no longer be called

What is the expected output? What do you see instead?
Expected: Temperature will be updated

What version of the product are you using? On what operating system?
0.7.1 on an QNAP TurboNAS TS-239 Pro II+ (Intel Linux)

Original issue reported on code.google.com by felix...@gmail.com on 1 Jul 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Hi Felix,

thanks a lot for this detailed describtion. This issue is already fixed in 
default branch. See Release notes for release 0.8. Your is called " bug fix for 
crashing background services".

Regards,

Thomas

Original comment by teichsta on 2 Jul 2011 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by teichsta on 2 Jul 2011 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 18 Jul 2011 at 3:05