SmartAxiom / openhab

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

db4o Persistence: Warning if restoreOnStartup is actvated #185

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have the following definition in the db4o.persist configuration file:
gAussen*: strategy = everyChange, everyDay, restoreOnStartup

On starting openHAB this gives the following error message:
4:11:10.317 WARN o.o.c.p.i.PersistenceManager[:339] - Item group 'gAussen' does 
not exist and thus its members will not be persisted.

Without the "restoreOnStartup" entry everything is fine!

According to this post: http://knx-user-forum.de/280085-post4.html the error is 
caused by reading the db4o configuration before the items file.

Original issue reported on code.google.com by estan...@gmx.de on 16 Jan 2013 at 9:58

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 16 Jan 2013 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 9 Apr 2013 at 7:58

GoogleCodeExporter commented 8 years ago
Fixed with changeset 
https://code.google.com/p/openhab/source/detail?r=cf0bf80e3a632af6d865b64956a3d7
854b72af93

Original comment by kai.openhab on 9 Apr 2013 at 8:14