} catch (InterruptedException e) {
logger.error("cannot create Interactor", e);
}
if (localport != 0 && reader == null) {
reader = new LgTvMessageReader(localport);
HttpService h = null;
if (bundleContext != null) {
ServiceReference<?> serviceReference = bundleContext.getServiceReference(HttpService.class.getName());
if (serviceReference != null) {