RRD4J binding, problems in 1.8?

After update to 1.8 I face problems with RRD4J Persistence Service.
I’ve included some logging information below…
Does anybody else see similar problems?

2016-01-16 19:26:37.661 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.core.persistence.extensions. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:37.680 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.core.persistence.extensions. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:41.976 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.core.persistence.manager. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:41.978 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.core.persistence.manager. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:47.786 [WARN ] [cpr.DefaultAnnotationProcessor] - Unable to detect annotations. Application may fail to deploy.
2016-01-16 19:26:52.040 [WARN ] [sphere.cpr.AtmosphereFramework] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
2016-01-16 19:26:57.355 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.chart. The reference is: Reference[name = ChartProvider, interface = org.openhab.ui.chart.ChartProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addChartProvider, unbind = removeChartProvider]
2016-01-16 19:26:57.356 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.chart. The reference is: Reference[name = ChartProvider, interface = org.openhab.ui.chart.ChartProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addChartProvider, unbind = removeChartProvider]
2016-01-16 19:26:57.379 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.chart.defaultprovider. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:57.380 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.chart.defaultprovider. The reference is: Reference[name = PersistenceService, interface = org.openhab.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
2016-01-16 19:26:57.492 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.webapp.pagerenderer. The reference is: Reference[name = WidgetRenderer, interface = org.openhab.ui.webapp.render.WidgetRenderer, policy = dynamic, cardinality = 0..n, target = null, bind = addWidgetRenderer, unbind = removeWidgetRenderer]
2016-01-16 19:26:57.493 [ERROR] [OSGi                          ] - Could not bind a reference of component org.openhab.ui.webapp.pagerenderer. The reference is: Reference[name = WidgetRenderer, interface = org.openhab.ui.webapp.render.WidgetRenderer, policy = dynamic, cardinality = 0..n, target = null, bind = addWidgetRenderer, unbind = removeWidgetRenderer]

and

2016-01-16 19:08:16.070 [DEBUG] [.rrd4j.internal.RRD4jActivator] - RRD4j persistence bundle has been started.
2016-01-16 19:08:16.128 [DEBUG] [.p.rrd4j.internal.RRD4jService] - Unknown property name : org.openhab.persistence.rrd4j
2016-01-16 19:08:16.129 [DEBUG] [.p.rrd4j.internal.RRD4jService] - config 'objectClass' should have the format 'name.configkey'
2016-01-16 19:08:16.131 [INFO ] [.p.rrd4j.internal.RRD4jService] - Removing invalid defintion component = null heartbeat = 0 min/max = 0.0/0.0 step = 0 0 archives(s) = [] 0 items(s) = []
2016-01-16 19:08:16.132 [DEBUG] [.p.rrd4j.internal.RRD4jService] - Created default_other = GAUGE heartbeat = 3600 min/max = NaN/NaN step = 1 6 archives(s) = [ MAX xff = 0.999 steps = 1 rows = 3600 MAX xff = 0.999 steps = 10 rows = 1440 MAX xff = 0.999 steps = 60 rows = 1440 MAX xff = 0.999 steps = 900 rows = 2880 MAX xff = 0.999 steps = 21600 rows = 1460 MAX xff = 0.999 steps = 86400 rows = 3650] 0 items(s) = []
2016-01-16 19:08:16.133 [DEBUG] [.p.rrd4j.internal.RRD4jService] - Created default_numeric = GAUGE heartbeat = 60 min/max = NaN/NaN step = 60 6 archives(s) = [ AVERAGE xff = 0.5 steps = 1 rows = 480 AVERAGE xff = 0.5 steps = 4 rows = 360 AVERAGE xff = 0.5 steps = 14 rows = 644 AVERAGE xff = 0.5 steps = 60 rows = 720 AVERAGE xff = 0.5 steps = 720 rows = 730 AVERAGE xff = 0.5 steps = 10080 rows = 520] 0 items(s) = []
2016-01-16 19:08:16.138 [DEBUG] [.p.internal.PersistenceManager] - Initializing rrd4j persistence service.
2016-01-16 19:08:16.139 [DEBUG] [c.internal.ModelRepositoryImpl] - Configuration model 'rrd4j.persist' can not be found
2016-01-16 19:08:16.194 [DEBUG] [p.r.i.charts.RRD4jChartServlet] - Starting up rrd chart servlet at /rrdchart.png

Do you have a configuration/persistence/rrd4j.persist file? It should look something like:

Strategies {
	everyMinute : "0 * * * * ?"
	everyNight : "0 59 23 * * ?"
}

Items {
	*: strategy = everyChange, restoreOnStartup
	Temperature*, Humidity*, Weather*, Utilities*, Creek_Level: strategy = everyMinute, restoreOnStartup
}

Yes, I have a file @ /etc/openhab/configurations/persistence

-rw-rw-r-- 1 openhab openhab 625 Jan 16 19:19 rrd4j.persist

// persistence strategies have a name and a definition and are referred to in the "Items" section

Strategies {
        everyMinute :   "0 * * * * ?"
        everyHour :     "0 0 * * * ?"
        everyDay  :     "0 0 0 * * ?"

        // if no strategy is specified for an item entry below, the default list will be used
        default = everyChange
}

// Each line in this section defines for which item(s) which strategy(ies) should be applied.
// You can list single items, use "*" for all items or "groupitem*" for all members of a group
// item (excl. the group item itself).

Items {
        gRRD4J* : strategy = everyChange, everyMinute, restoreOnStartup
}

I have exactly the same problem with version 1.8.3 and RRD4J. It never worked since this is my first version I began with. Is there any solution by now?