[SOLVED] OH 2.3 missing ComfoAir Binding in PaperUI

updated to OH 2.3 today and can’t see ComfoAir Binding in PaperUI anymore.
also missing BasicUI and other UI
RPI3

Logs?

no logs…

FULL template completion please !

When @Vaikis2006 opened up a new thread here, he was presented with:

* Platform information:
  * Hardware: _CPUArchitecture/RAM/storage_
  * OS: _what OS is used and which version_
  * Java Runtime Environment: _which java platform is used and what version_
  * openHAB version:
* Issue of the topic: please be detailed explaining your issue
* Please post configurations (if applicable):
  * Items configuration related to the issue
  * Sitemap configuration related to the issue 
  * Rules code related to the issue
  * Services configuration related to the issue
* If logs where generated please post these here using code fences:

but he deleted all of that

There are (very good) reasons why people sat down and wrote this template… :slight_smile:

Release = Raspbian GNU/Linux 8 (jessie)

Kernel = Linux 4.9.35-v7+

Platform = Raspberry Pi 3 Model B Rev 1.2

added required UI in /var/lib/openhab2/config/org/openhab/addons.config
and UI appeared
remaining issue with Comfoair binding which is not showing in PaperUI… previuosly I could see…
in events.log I get all values:

2018-06-02 10:01:25.443 [vent.ItemStateChangedEvent] - Lueftung_Aussentemperatur_Message changed from â 23.0°C, â 25.0°C to â 23.0°C, â 24.5°C
2018-06-02 10:01:25.449 [vent.ItemStateChangedEvent] - Lueftung_eff changed from -33.3333333333333333333333333333333300 to 0
2018-06-02 10:02:26.651 [vent.ItemStateChangedEvent] - Lueftung_Fortlufttemperatur changed from 24.5 to 25
2018-06-02 10:02:26.698 [vent.ItemStateChangedEvent] - Lueftung_Aussentemperatur_Message changed from â 23.0°C, â 24.5°C to â 23.0°C, â 25.0°C
2018-06-02 10:02:26.704 [vent.ItemStateChangedEvent] - Lueftung_eff changed from 0 to -33.3333333333333333333333333333333300
2018-06-02 10:03:27.947 [vent.ItemStateChangedEvent] - Lueftung_Aussenlufttemperatur changed from 23 to 22.5
2018-06-02 10:03:27.951 [vent.ItemStateChangedEvent] - Lueftung_Fortlufttemperatur changed from 25 to 24.5
2018-06-02 10:03:28.008 [vent.ItemStateChangedEvent] - Lueftung_Aussentemperatur_Message changed from â 23.0°C, â 25.0°C to â 22.5°C, â 24.5°C
2018-06-02 10:03:28.037 [vent.ItemStateChangedEvent] - Lueftung_eff changed from -33.3333333333333333333333333333333300 to 0
2018-06-02 10:06:31.702 [vent.ItemStateChangedEvent] - Lueftung_Aussenlufttemperatur changed from 22.5 to 23
2018-06-02 10:06:31.733 [vent.ItemStateChangedEvent] - Lueftung_Aussentemperatur_Message changed from â 22.5°C, â 24.5°C to â 23.0°C, â 24.5°C

In /var/lib/openhab2/config/org/openhab/addons.config

package = expert

Restart OH

no luck for me…

2018-06-02 14:11:07.205 [WARN ] [io.netty.bootstrap.ServerBootstrap ] - Unknown channel option ‘TCP_NODELAY’ for channel ‘[id: 0x12d64913]’
2018-06-02 14:11:07.269 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-package-expert’: Error restarting bundles:
Unable to acquire the state change lock for the module: osgi.identity; type=“osgi.bundle”; version:Version=“0.10.0.oh230”; osgi.identity=“org.eclipse.smarthome.mod el.script.runtime”; singleton:=“true” [id=139] STARTED [STARTED]
2018-06-02 14:11:10.791 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘airflow.rules’
2018-06-02 14:11:11.334 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2018-06-02 14:11:13.488 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled ‘openhab-package-simple’
2018-06-02 14:11:21.409 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Error during the execution of startup rule ‘Heat recovery efficiency’: Could not cast NULL to org. eclipse.smarthome.core.library.types.DecimalType; line 25, column 30, length 46
2018-06-02 14:11:21.422 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Error during the execution of startup rule ‘Lüfterstufe’: Could not cast NULL to org.eclipse.smar thome.core.library.types.DecimalType; line 200, column 10, length 39
2018-06-02 14:11:21.567 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Error during the execution of startup rule ‘Panasonic Heat control’: Could not cast NULL to org.ec lipse.smarthome.core.library.types.DecimalType; line 19, column 29, length 50
2018-06-02 14:11:28.359 [WARN ] [eclipse.jetty.servlet.ServletHandler] -
javax.servlet.ServletException: A MultiException has 1 exceptions. They are:

  1. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_3,4,6352227) has been shut down

     at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:489) [167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427) [167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388) [167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341) [167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228) [167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     at com.eclipsesource.jaxrs.publisher.internal.ServletContainerBridge.service(ServletContainerBridge.java:76) [15:com.eclipsesource.jaxrs.publisher:5.3.1.2016022812                 53]
     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848) [85:org.eclipse.jetty.servlet:9.3.21.v20170918]
     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:584) [85:org.eclipse.jetty.servlet:9.3.21.v20170918]
     at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [183:org.ops4j.pax.web.pax-web-jetty:6.0.9]
     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) [82:org.eclipse.jetty.security:9.3.21.v20170918]
     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:284) [183:org.ops4j.pax.web.pax-web-jetty:6.0.9]
     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [85:org.eclipse.jetty.servlet:9.3.21.v20170918]
     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [183:org.ops4j.pax.web.pax-web-jetty:6.0.9]
     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.Server.handle(Server.java:534) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [84:org.eclipse.jetty.server:9.3.21.v20170918]
     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [76:org.eclipse.jetty.io:9.3.21.v20170918]
     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [76:org.eclipse.jetty.io:9.3.21.v20170918]
     at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [76:org.eclipse.jetty.io:9.3.21.v20170918]
     at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [87:org.eclipse.jetty.util:9.3.21.v20170918]
     at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [87:org.eclipse.jetty.util:9.3.21.v20170918]
     at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [87:org.eclipse.jetty.util:9.3.21.v20170918]
     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [87:org.eclipse.jetty.util:9.3.21.v20170918]
     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [87:org.eclipse.jetty.util:9.3.21.v20170918]
     at java.lang.Thread.run(Thread.java:748) [?:?]
    

Caused by: org.glassfish.hk2.api.MultiException: A MultiException has 1 exceptions. They are:

  1. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_3,4,6352227) has been shut down

     at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle(FactoryCreator.java:106) ~[?:?]
     at org.jvnet.hk2.internal.FactoryCreator.dispose(FactoryCreator.java:173) ~[?:?]
     at org.jvnet.hk2.internal.SystemDescriptor.dispose(SystemDescriptor.java:526) ~[?:?]
     at org.glassfish.jersey.process.internal.RequestScope$Instance.remove(RequestScope.java:532) ~[169:org.glassfish.jersey.core.jersey-common:2.22.2]
     at org.glassfish.jersey.process.internal.RequestScope$Instance.release(RequestScope.java:549) ~[169:org.glassfish.jersey.core.jersey-common:2.22.2]
     at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:319) ~[169:org.glassfish.jersey.core.jersey-common:2.22.2]
     at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) ~[170:org.glassfish.jersey.core.jersey-server:2.22.2]
     at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154) ~[170:org.glassfish.jersey.core.jersey-server:2.22.2]
     at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473) ~[167:org.glassfish.jersey.containers.jersey-container-servlet-core:2.22.2]
     ... 31 more
    

Caused by: java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_3,4,6352227) has been shut down
at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2288) ~[?:?]
at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandleImpl(ServiceLocatorImpl.java:629) ~[?:?]
at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle(ServiceLocatorImpl.java:622) ~[?:?]
at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle(ServiceLocatorImpl.java:640) ~[?:?]
at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle(FactoryCreator.java:103) ~[?:?]
at org.jvnet.hk2.internal.FactoryCreator.dispose(FactoryCreator.java:173) ~[?:?]
at org.jvnet.hk2.internal.SystemDescriptor.dispose(SystemDescriptor.java:526) ~[?:?]
at org.glassfis

Sorry, not sure then
Comment the line back out I suppose

just removed /var/lib/openhab2/config/org/openhab/addons.config and rebooted, all fixed now

1 Like