MQTT Binding lost after reboot / restart

Hello,

I’m useing openhab2 Final with different bindings without problems.
I installed MQTT Binding with Paper UI and it work well. Also I see it in Karaf console:

228 | Active | 80 | 1.9.0 | openHAB MQTT Binding
229 | Active | 80 | 1.9.0 | openHAB MQTT Transport Bundle

After restart the openhab2 Service or my CubieTruck server I lost the MQTT Bindings, I can’t see them in Karaf Console or PaperUI.

In the openhab.log I see following entries

2017-02-25 08:15:08.507 [INFO ] [penhab.io.transport.mqtt.MqttService] - MQTT Service initialization completed.
2017-02-25 08:15:08.524 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection ‘oh2mqtt’
2017-02-25 08:15:09.266 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection ‘mqttbroker’
.
.
.
2017-02-25 08:15:55.222 [INFO ] [penhab.io.transport.mqtt.MqttService] - Stopping broker connection ‘oh2mqtt’
2017-02-25 08:15:55.382 [INFO ] [penhab.io.transport.mqtt.MqttService] - Stopping broker connection ‘mqttbroker’

Any Ideas ?

Are you using addons.cfg or just PaperUI to install add-ons?

I also use addons.cfg. Today I found my error, the name of the Binding is mqtt1 not mqtt :grin: