Harmonhub logging errors/warns

I still have no progress on harmonyhub binding being able to send multiple buttons in a sequence.

This thread though is about the errors/warns that are logged, these seem to indicate a protocol or connectivity issue but that is such a guess.

I am trying to remove as many errors as possible as part of a clean up exercise as too many binding are causing me grief. So I have stripped the config’s right back to isolate, issues with each binding as I add them back.

2017-06-11 18:42:38.819 [ERROR] [org.openhab.binding.harmonyhub      ] - FrameworkEvent ERROR - org.openhab.binding.harmonyhub
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.harmonyhub [244]
  Another singleton bundle selected: osgi.identity; osgi.identity="org.openhab.binding.harmonyhub"; type="osgi.bundle"; version:Version="2.1.0.201705311713"; singleton:="true"

	at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)[org.eclipse.osgi-3.10.101.v20150820-1432.jar:]
2017-06-11 18:42:39.332 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.link.ThingLinkManager@16624fb' takes more than 5000ms.
2017-06-11 18:42:43.836 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.link.ThingLinkManager@16624fb' takes more than 5000ms.
2017-06-11 18:42:45.698 [WARN ] [ome.core.thing.internal.ThingManager] - Initializing handler for thing 'harmonyhub:hub:LivingRoom' takes more than 5000ms.

It is quite possible that some elusive config has snuck in somewhere that I have not located so please advise if you feel I have mis configuration lurking somewhere and how I may locate it…

Many thanks

Paul