DSMR binding won't install

I set up a new OpenHan application on the PRi-3 using the image in the OpenHab websie. I connected the “Smart meter” and established that data is received on ttyUSB0 on the RPi-3.
When started the webpage for Openhab i went to the binding page and installed DRSM binding, when looking at the log file an error is reported:
2017-10-09 23:44:33.062 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI
2017-10-09 23:44:34.656 [ERROR] [org.eclipse.smarthome.io.rest.sse ] - FrameworkEvent ERROR - …Caused by: java.lang.LinkageError: ClassCastException: attempting to castbundleresource:…
followed by
2017-10-09 23:44:35.079 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-10-09 23:44:35.387 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:portsettings setting is empty. Ignored
2017-10-09 23:44:35.396 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:gas.channel setting is empty
2017-10-09 23:44:35.397 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:water.channel setting is empty
2017-10-09 23:44:35.399 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:heating.channel setting is empty
2017-10-09 23:44:35.402 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:cooling.channel setting is empty
2017-10-09 23:44:35.408 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:generic.channel setting is empty
2017-10-09 23:44:35.411 [INFO ] [ab.binding.dsmr.internal.DSMRBinding] - dsmr:slaveelectricity.channel setting is empty
2017-10-09 23:44:35.420 [INFO ] [b.core.service.AbstractActiveService] - DSMR Binding has been started
when i go to th inbox , i see the DSRM Binding but when i click on it nothing happen.

I did update the RPi-3 …
The version of the DSMR as seen in the webpage is :binding-dsmr1 - 1.10.0

SO is this an error ? , how can I see if the channel is working correctly ? Does the logfie gives a real error?

I do not know how i can see in openhab that data is received and processed. the inbox does not thow a thing…

The inbox will show only things from 2.x bindings, not from 1.x bindings.
1.x bindings need to be set up manually with config files:

http://docs.openhab.org/addons/bindings/dsmr1/readme.html

So you will have to configure dsmr.cfg (create it manually if not present), then you need to create items and put them on your sitemap:

http://docs.openhab.org/configuration/items.html

http://docs.openhab.org/configuration/sitemaps.html