PaperUI Empty after upgrade to Snapshot #911

Just upgraded to 2.1.0-SNAPSHOT Build #911 and noticed that Paper UI is empty, just {{title}} > {{subtitle}} at the top.
Chrome or FF, does not matter. Other UIs are working fine.

What O/S? Windows or Linux ?
Manual or apt-get installation ?

Try restarting your OH2 service and wait for a couple of mins and then try again

Both Linux and iPad, apt-get installation.
Restart, reboot - no improvement.

same here on linux debian. updated manually with the openmediavault-webfrontend…

here the beginning of my logfile after a restart of openhab… the complete logs are too long, i think…7

2017-04-06 19:16:34.842 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at /start

2017-04-06 19:17:15.279 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2017-04-06 19:17:15.431 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-04-06 19:17:15.470 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2017-04-06 19:18:37.724 [INFO ] [ore.internal.i18n.LocaleProviderImpl] - Locale set to de_DE
2017-04-06 19:19:31.333 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing ‘hue:bridge:001788289a8e’ to inbox.
2017-04-06 19:19:49.408 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.event.EventHandler, org.osgi.service.cm.ManagedService, id=297, bundle=184/mvn:org.openhab.binding/org.openhab.binding.lgtv/1.10.0-SNAPSHOT]: Unexpected problem updating configuration org.openhab.lgtv
java.lang.NullPointerException
at org.openhab.binding.lgtv.internal.LgtvBinding.updated(LgtvBinding.java:322)[184:org.openhab.binding.lgtv:1.10.0.201702140757]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)[3:org.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)[3:org.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)[3:org.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1461)[3:org.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1417)[3:org.apache.felix.configadmin:1.8.12]

An apt-get upgrade will remove the userdata/cache directory and you need to restart the OH2 service after the upgrade.

See here: Huge error log after update or reboot, restart with systemctl is clean though - #4 by Kai

I am upgrading now my system to snapshot build 911 to check the PaperUI and will report back.

Yup, I confirm the same…
debugging now :slight_smile:

I think that we need to open up an issue…

OH2 Snapshot #911 has a broken PaperUI included :stuck_out_tongue:

2 Likes

Indeed, I can confirm this. Will make sure to provide a new distro asap - stay tuned!

1 Like

I guess 911 was not a good number for a build…
912 should be available every minute. Could someone please test it? I am currently not at my keyboard.

2 Likes

bada bing, bada boom
PaperUI on OH2 Snapshot #912 is working fine!

2 Likes

mine is now completely down.

it works now, thanks a lot @Kai

1 Like

You may have another problem with the configs of your LGTV binding.
Open up a new thread with your settings and let’s try to troubleshoot this.

no, i dont think its about the lg-binding, it seems like all bindings are listed in the error log…

so do you have an idea how to get it running again without waiting for the next snapshot to install? or maybe do you have an idea to find out the reason why it doesnt start?

here is the end of my logfile:

2017-05-08 21:21:19.077 [ERROR] [org.openhab.core                    ] - FrameworkEvent ERROR - org.openhab.core
org.osgi.framework.BundleException: Could not resolve module: org.openhab.core [167]
  Unresolved requirement: Import-Package: org.osgi.service.http
  Unresolved requirement: Import-Package: org.eclipse.smarthome.ui.items; resolution:="optional"
    -> Export-Package: org.eclipse.smarthome.ui.items; bundle-symbolic-name="org.eclipse.smarthome.ui"; bundle-version="0.9.0.201705081821"; version="0.0.0"
       org.eclipse.smarthome.ui [137]
         Unresolved requirement: Import-Package: org.osgi.service.http
  Unresolved requirement: Import-Package: org.eclipse.smarthome.model.rule.runtime; resolution:="optional"
    -> Export-Package: org.eclipse.smarthome.model.rule.runtime; bundle-symbolic-name="org.eclipse.smarthome.model.rule.runtime"; bundle-version="0.9.0.201705081821"; version="0.0.0"
       org.eclipse.smarthome.model.rule.runtime [129]
         Unresolved requirement: Import-Package: org.eclipse.smarthome.model.script
           -> Export-Package: org.eclipse.smarthome.model.script; bundle-symbolic-name="org.eclipse.smarthome.model.script"; bundle-version="0.9.0.201705081821"; version="0.0.0"
              org.eclipse.smarthome.model.script [130]
                Unresolved requirement: Import-Package: org.eclipse.smarthome.core.audio
                  -> Export-Package: org.eclipse.smarthome.core.audio; bundle-symbolic-name="org.eclipse.smarthome.core.audio"; bundle-version="0.9.0.201705081821"; version="0.0.0"
                     org.eclipse.smarthome.core.audio [100]
                       Unresolved requirement: Import-Package: org.osgi.service.http

	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:1561)[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-05-08 21:21:19.088 [ERROR] [org.openhab.core.karaf              ] - FrameworkEvent ERROR - org.openhab.core.karaf
org.osgi.framework.BundleException: Could not resolve module: org.openhab.core.karaf [168]
  Unresolved requirement: Import-Package: org.openhab.core
    -> Export-Package: org.openhab.core; bundle-symbolic-name="org.openhab.core"; bundle-version="2.1.0.201705081517"; version="0.0.0"
       org.openhab.core [167]
         Unresolved requirement: Import-Package: org.osgi.service.http
         Unresolved requirement: Import-Package: org.eclipse.smarthome.ui.items; resolution:="optional"
           -> Export-Package: org.eclipse.smarthome.ui.items; bundle-symbolic-name="org.eclipse.smarthome.ui"; bundle-version="0.9.0.201705081821"; version="0.0.0"
              org.eclipse.smarthome.ui [137]
                Unresolved requirement: Import-Package: org.osgi.service.http
         Unresolved requirement: Import-Package: org.eclipse.smarthome.model.rule.runtime; resolution:="optional"
           -> Export-Package: org.eclipse.smarthome.model.rule.runtime; bundle-symbolic-name="org.eclipse.smarthome.model.rule.runtime"; bundle-version="0.9.0.201705081821"; version="0.0.0"
              org.eclipse.smarthome.model.rule.runtime [129]
                Unresolved requirement: Import-Package: org.eclipse.smarthome.model.script
                  -> Export-Package: org.eclipse.smarthome.model.script; bundle-symbolic-name="org.eclipse.smarthome.model.script"; bundle-version="0.9.0.201705081821"; version="0.0.0"
                     org.eclipse.smarthome.model.script [130]
                       Unresolved requirement: Import-Package: org.eclipse.smarthome.core.audio
                         -> Export-Package: org.eclipse.smarthome.core.audio; bundle-symbolic-name="org.eclipse.smarthome.core.audio"; bundle-version="0.9.0.201705081821"; version="0.0.0"
                            org.eclipse.smarthome.core.audio [100]
                              Unresolved requirement: Import-Package: org.osgi.service.http

	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:1561)[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-05-08 21:21:19.113 [ERROR] [org.openhab.ui.dashboard            ] - FrameworkEvent ERROR - org.openhab.ui.dashboard
org.osgi.framework.BundleException: Could not resolve module: org.openhab.ui.dashboard [171]
  Unresolved requirement: Import-Package: org.openhab.core
    -> Export-Package: org.openhab.core; bundle-symbolic-name="org.openhab.core"; bundle-version="2.1.0.201705081517"; version="0.0.0"
       org.openhab.core [167]
         Unresolved requirement: Import-Package: org.osgi.service.http
         Unresolved requirement: Import-Package: org.eclipse.smarthome.ui.items; resolution:="optional"
           -> Export-Package: org.eclipse.smarthome.ui.items; bundle-symbolic-name="org.eclipse.smarthome.ui"; bundle-version="0.9.0.201705081821"; version="0.0.0"
              org.eclipse.smarthome.ui [137]
                Unresolved requirement: Import-Package: org.osgi.service.http
         Unresolved requirement: Import-Package: org.eclipse.smarthome.model.rule.runtime; resolution:="optional"
           -> Export-Package: org.eclipse.smarthome.model.rule.runtime; bundle-symbolic-name="org.eclipse.smarthome.model.rule.runtime"; bundle-version="0.9.0.201705081821"; version="0.0.0"
              org.eclipse.smarthome.model.rule.runtime [129]
                Unresolved requirement: Import-Package: org.eclipse.smarthome.model.script
                  -> Export-Package: org.eclipse.smarthome.model.script; bundle-symbolic-name="org.eclipse.smarthome.model.script"; bundle-version="0.9.0.201705081821"; version="0.0.0"
                     org.eclipse.smarthome.model.script [130]
                       Unresolved requirement: Import-Package: org.eclipse.smarthome.core.audio
                         -> Export-Package: org.eclipse.smarthome.core.audio; bundle-symbolic-name="org.eclipse.smarthome.core.audio"; bundle-version="0.9.0.201705081821"; version="0.0.0"
                            org.eclipse.smarthome.core.audio [100]
                              Unresolved requirement: Import-Package: org.osgi.service.http

	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:1561)[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:]