eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
863 stars 782 forks source link

IDE setup instructions don't work #3244

Closed llamahunter closed 7 years ago

llamahunter commented 7 years ago

I followed the instructions here

https://eclipse.org/smarthome/documentation/development/ide.html

But I was left with a project with many build errors.

It's possible that there's a failure to download an Xtext Antlr SDK from

http://download.itemis.com/antlr-generator-3.2.0-patch.jar

Due to the server being offline. Maybe there should be mirrors for that?

Running on MacOS 10.12.4 Using Java(TM) SE Runtime Environment (build 1.8.0_121-b13)

9037568 commented 7 years ago

Unlikely to be because of the Xtext download failure.

I've never gotten a valid Eclipse workspace from those instructions, and I've made several attempts.

llamahunter commented 7 years ago

Are there other instructions on how to get a working ESH workspace?

9037568 commented 7 years ago

Not that I'm aware of. Hopefully someone else knows of some.

llamahunter commented 7 years ago

@kaikreuzer do you know?

kaikreuzer commented 7 years ago

It works generally, I just did this exercise with two people last week without any issues. We would have to look closer at your issue. "doesn't work" is usually not specific enough...

Question: Do you really need the ESH IDE or would the openHAB IDE do for you as well? This is simpler as it does not require Xtext and code generation steps.

triller-telekom commented 7 years ago

Indeed I also had trouble recently on setting up the ESH and openHAB IDEs due to problems with some mirrors. I was unable to download a few bundles. Once Eclipse has sorted out its restructuring of mirrors this issue should resolve itself.

@llamahunter: Whats the status for you? Does it work now? Have your tried it again?

shoeper commented 7 years ago

I do have the same issue. I tried it multiple times (this week, last week, the week before) and although it worked at the end of the last year I couldn't get it working since.

Also tried to follow these steps (https://www.eclipse.org/smarthome/documentation/development/ide.html) on a completely fresh machine - still many issues.

Here are two screenshots with some of the 100 errors. It would be great if I could get help to get it working. https://seafile.zfn.uni-bremen.de/f/9d950da8d4/?raw=1 https://seafile.zfn.uni-bremen.de/f/124ad27dbb/?raw=1

triller-telekom commented 7 years ago

The last week was pretty though if you had to rely on the eclipse infrastructure unfortunately. There were some problems regarding the resolving of the targetplatform so a couple of bundles could not be resolved and downloaded.

@shoeper However your problem is because you did not generate the model files from xtext, which is step 8 and step 9 of the howto you were following: https://www.eclipse.org/smarthome/documentation/development/ide.html

If you want to generate the model files manually you can also run the Generate All Models.launch from the project org.eclipse.smarthome.model.codegen.

shoeper commented 7 years ago

@triller-telekom I've followed all the steps and the model generation was part of the setup tasks.

If you want to generate the model files manually you can also run the Generate All Models.launch from the project org.eclipse.smarthome.model.codegen.

Just did that, the output is:

0    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
3    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
5    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
6    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
7    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
21   [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri '/root/dev/smarthome-master/git/smarthome/bundles/model'
751  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
752  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
752  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
753  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
753  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
754  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1029 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1030 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1031 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1033 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1033 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1034 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1078 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
1442 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1446 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1457 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1457 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
1619 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
1701 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1702 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1702 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1703 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1704 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1704 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1706 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
1984 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1985 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1985 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1986 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1987 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1987 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2225 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2226 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2226 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2227 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2228 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2228 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2471 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.item.ui/src-gen
5760 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Items' from 'platform:/resource/org.eclipse.smarthome.model.item/model/generated/Items.genmodel'
9719 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
10390 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.sitemap/src-gen
10390 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.sitemap.ui/src-gen
21614 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Sitemap' from 'platform:/resource/org.eclipse.smarthome.model.sitemap/model/generated/Sitemap.genmodel'

It still does some things but it looks like most of the problems have been solved. To me it looks like the setup task to generate the model has a bug (I tried it five times or so and never had success although the setup tasks including generating all models did finish successfully).

Furthermore sometime ago http://localhost:8080/paperui/index.html was automatically launched and now throws a 404 although it's part of my run configuration.

triller-telekom commented 7 years ago

No, the output looks fine so far. What problems are remaining now?

BTW: PLEASE!!! Do NOT work as a user root in a linux system, create a normal user account! (I am assuming you work as root because of the directory /root/dev/...

shoeper commented 7 years ago

No, the output looks fine so far. What problems are remaining now?

Sometime ago http://localhost:8080/paperui/index.html was automatically launched and now throws a 404 although it's part of my run configuration. It looks like it starts now, but because of that I don't know how to verify.

BTW: PLEASE!!! Do NOT work as a user root in a linux system, create a normal user account! (I am assuming you work as root because of the directory /root/dev/...

It is just a VM at digital ocean because I found my laptop to be too slow. Am throwing it away once I figured out how to get it working.

triller-telekom commented 7 years ago

Does the basicui work for you? I.e. http://localhost:8080/basicui/app

Do you get any error messages on the console while ESH starts up? The problem view is empty now? And you used the checked in launch configuration?

shoeper commented 7 years ago

The basic UI works.

Console messages:

[...]
# has always been there for me but wasn't an issue
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[...]
!ENTRY org.eclipse.ui 4 4 2017-05-18 12:31:26.991
!MESSAGE Unable to load UI activator
!STACK 0
org.osgi.framework.BundleException: Unable to acquire the state change lock for the module: osgi.identity; osgi.identity="org.eclipse.ui"; type="osgi.bundle"; version:Version="3.106.0.v20140519-0906"; singleton:="true" [id=76] STARTED [STARTED]
    at org.eclipse.osgi.container.Module.lockStateChange(Module.java:329)
    at org.eclipse.osgi.container.Module.start(Module.java:389)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:393)
    at org.eclipse.ui.internal.WorkbenchPlugin.start(WorkbenchPlugin.java:883)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:771)
    at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:764)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:936)
    at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:319)
    at org.eclipse.osgi.container.Module.doStart(Module.java:571)
    at org.eclipse.osgi.container.Module.start(Module.java:439)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)
    at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
    at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)
    at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:311)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:386)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:336)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:328)
    at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:568)
    at org.eclipse.equinox.internal.ds.model.ServiceComponent.createInstance(ServiceComponent.java:493)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.createInstance(ServiceComponentProp.java:270)
    at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:331)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
    at org.eclipse.equinox.internal.ds.ServiceReg.getService(ServiceReg.java:53)
    at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:210)
    at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:111)
    at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:45)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:496)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:461)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:619)
    at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39)
    at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
    at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
    at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
    at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
    at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:901)
    at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:914)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
    at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
    at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
    at org.eclipse.equinox.internal.ds.InstanceProcess.registerService(InstanceProcess.java:536)
    at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:260)
    at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473)
    at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217)
    at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816)
    at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783)
    at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89)
    at java.lang.Thread.run(Thread.java:748)
12:31:27.040 DEBUG o.e.s.c.s.WatchQueueReader[:138] - The directory 'conf/services' was not registered in the watch service: conf/services
12:31:27.040 DEBUG o.e.s.c.s.WatchQueueReader[:144] - The directory 'conf/services' was not registered in the watch service
12:31:27.041 DEBUG o.e.s.c.d.i.ConfigDispatcher[:229] - Processing config file 'smarthome.cfg'
12:31:27.096 DEBUG o.e.s.c.d.i.ConfigDispatcher[:210] - Configuration folder 'conf/services' does not exist.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.137
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.ui.iconsetresource. The reference is: Reference[name = IconProvider, interface = org.eclipse.smarthome.ui.icon.IconProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addIconProvider, unbind = removeIconProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.172
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.audio. The reference is: Reference[name = AudioSource, interface = org.eclipse.smarthome.core.audio.AudioSource, policy = dynamic, cardinality = 0..n, target = null, bind = addAudioSource, unbind = removeAudioSource]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.172
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.audio. The reference is: Reference[name = AudioSink, interface = org.eclipse.smarthome.core.audio.AudioSink, policy = dynamic, cardinality = 0..n, target = null, bind = addAudioSink, unbind = removeAudioSink]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.178
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = KSService, interface = org.eclipse.smarthome.core.voice.KSService, policy = dynamic, cardinality = 0..n, target = null, bind = addKSService, unbind = removeKSService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.179
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = STTService, interface = org.eclipse.smarthome.core.voice.STTService, policy = dynamic, cardinality = 0..n, target = null, bind = addSTTService, unbind = removeSTTService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.179
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = TTSService, interface = org.eclipse.smarthome.core.voice.TTSService, policy = dynamic, cardinality = 0..n, target = null, bind = addTTSService, unbind = removeTTSService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.358
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = ItemUIRegistry, interface = org.eclipse.smarthome.ui.items.ItemUIRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemUIRegistry, unbind = unsetItemUIRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.358
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = SitemapSubscriptions, interface = org.eclipse.smarthome.io.rest.sitemap.SitemapSubscriptionService, policy = dynamic, cardinality = 0..1, target = null, bind = setSitemapSubscriptionService, unbind = unsetSitemapSubscriptionService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.359
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = SitemapProvider, interface = org.eclipse.smarthome.model.sitemap.SitemapProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addSitemapProvider, unbind = removeSitemapProvider]
osgi> 12:31:27.912 DEBUG o.e.s.i.r.s.i.SseActivator[:46] - SSE API - SseFeature registered.
12:31:27.914 DEBUG o.e.s.i.r.s.i.SseActivator[:55] - SSE API has been started.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.974
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.discovery.InboxResource. The reference is: Reference[name = Inbox, interface = org.eclipse.smarthome.config.discovery.inbox.Inbox, policy = dynamic, cardinality = 0..1, target = null, bind = setInbox, unbind = unsetInbox]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.978
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ChannelTypeResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.979
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ChannelTypeResource. The reference is: Reference[name = ChannelTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ChannelTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setChannelTypeRegistry, unbind = unsetChannelTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.981
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.config.ConfigDescriptionResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.987
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.BindingResource. The reference is: Reference[name = ConfigurationService, interface = org.eclipse.smarthome.io.rest.core.config.ConfigurationService, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigurationService, unbind = unsetConfigurationService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.988
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.BindingResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.994
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.item. The reference is: Reference[name = ManagedItemProvider, interface = org.eclipse.smarthome.core.items.ManagedItemProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemProvider, unbind = unsetManagedItemProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:27.998
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.link.ItemChannelLinkResource. The reference is: Reference[name = ItemChannelLinkRegistry, interface = org.eclipse.smarthome.core.thing.link.ItemChannelLinkRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemChannelLinkRegistry, unbind = unsetItemChannelLinkRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.000
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.link.ItemChannelLinkResource. The reference is: Reference[name = ThingLinkManager, interface = org.eclipse.smarthome.core.thing.link.ThingLinkManager, policy = dynamic, cardinality = 0..1, target = null, bind = setThingLinkManager, unbind = unsetThingLinkManager]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.011
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.service.ConfigurableServiceResource. The reference is: Reference[name = ConfigurationService, interface = org.eclipse.smarthome.io.rest.core.config.ConfigurationService, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigurationService, unbind = unsetConfigurationService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.011
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.service.ConfigurableServiceResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.017
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.018
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = ThingTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ThingTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingTypeRegistry, unbind = unsetThingTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.018
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = FirmwareRegistry, interface = org.eclipse.smarthome.core.thing.firmware.FirmwareRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setFirmwareRegistry, unbind = unsetFirmwareRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.021
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.ExtensionResource. The reference is: Reference[name = ExtensionService, interface = org.eclipse.smarthome.core.extension.ExtensionService, policy = dynamic, cardinality = 0..n, target = null, bind = addExtensionService, unbind = removeExtensionService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.026
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ItemChannelLinkRegistry, interface = org.eclipse.smarthome.core.thing.link.ItemChannelLinkRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemChannelLinkRegistry, unbind = unsetItemChannelLinkRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.039
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedItemChannelLinkProvider, interface = org.eclipse.smarthome.core.thing.link.ManagedItemChannelLinkProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemChannelLinkProvider, unbind = unsetManagedItemChannelLinkProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.039
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedItemProvider, interface = org.eclipse.smarthome.core.items.ManagedItemProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemProvider, unbind = unsetManagedItemProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.039
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedThingProvider, interface = org.eclipse.smarthome.core.thing.ManagedThingProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedThingProvider, unbind = unsetManagedThingProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.040
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ThingRegistry, interface = org.eclipse.smarthome.core.thing.ThingRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingRegistry, unbind = unsetThingRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.040
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ConfigStatusService, interface = org.eclipse.smarthome.config.core.status.ConfigStatusService, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigStatusService, unbind = unsetConfigStatusService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.040
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.040
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ThingTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ThingTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingTypeRegistry, unbind = unsetThingTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 12:31:28.040
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = FirmwareUpdateService, interface = org.eclipse.smarthome.core.thing.firmware.FirmwareUpdateService, policy = dynamic, cardinality = 0..1, target = null, bind = setFirmwareUpdateService, unbind = unsetFirmwareUpdateService]
[...]

The problem view is empty now?

There are 18 errors remaining: https://seafile.zfn.uni-bremen.de/f/04bd933117/?raw=1 Edit: Cleaning the workspace removed them all. Trying to launch it again. Edit2: Basic UI works, paper ui is still not working.

And you used the checked in launch configuration?

Yes, I clicked add required plugins in addition.

triller-telekom commented 7 years ago

You have to get rid of the remaining errors, there are still some model files not generated somehow.

Can you please try to rebuild the projects which have errors, i.e. select them and then "Project -> Clean -> Clean Selected projects" and let them build again?

If that does not work, then please run Generate All Models.launch from the org.eclipse.smarthome.model.codegen project

shoeper commented 7 years ago

Ok, am going to clean all projects and Generate all models.

shoeper commented 7 years ago

So there are 0 errors and 2247 warnings.

I generated the models, this is the output

0    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
3    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
3    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
4    [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
15   [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri '/root/dev/smarthome-master/git/smarthome/bundles/model'
798  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
799  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
799  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
800  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
800  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
801  [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1067 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1068 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1068 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1069 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1069 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1070 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1107 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
1495 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1498 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1509 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
1509 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
1643 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
1736 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1736 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1736 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1737 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1738 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1738 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
1740 [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
2105 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2106 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2106 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2107 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2107 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2108 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2329 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.item/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2330 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.persistence/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2330 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.rule/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2331 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.script/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2331 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.sitemap/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2332 [main] WARN  lipse.emf.mwe.utils.StandaloneSetup  - No project file found for /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.thing/src. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
2531 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.item/src-gen
2532 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.item/model
2533 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.item.ui/src-gen
5990 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Items' from 'platform:/resource/org.eclipse.smarthome.model.item/model/generated/Items.genmodel'
9962 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
10940 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.sitemap/src-gen
10943 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.sitemap/model
10943 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.sitemap.ui/src-gen
22514 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Sitemap' from 'platform:/resource/org.eclipse.smarthome.model.sitemap/model/generated/Sitemap.genmodel'
36338 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
37799 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.script/src-gen
37800 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.script/model
37801 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.script.ui/src-gen
39403 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Script' from 'platform:/resource/org.eclipse.smarthome.model.script/model/generated/Script.genmodel'
50505 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
52696 [main] INFO  e.model.lazygen.LazyStandaloneSetup  - Adding dynamic EPackage 'http://www.eclipse.org/smarthome/model/Script' from 'platform:/resource/org.eclipse.smarthome.model.script/model/generated/Script.ecore'
52696 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.rule/src-gen
52699 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.rule/model
52700 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.rule.ui/src-gen
55880 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Rules' from 'platform:/resource/org.eclipse.smarthome.model.rule/model/generated/Rules.genmodel'
67750 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
70060 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.persistence/src-gen
70062 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.persistence/model
70062 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.persistence.ui/src-gen
71565 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Persistence' from 'platform:/resource/org.eclipse.smarthome.model.persistence/model/generated/Persistence.genmodel'
75029 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
75377 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.thing/src-gen
75379 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.thing/model
75379 [main] INFO  ipse.emf.mwe.utils.DirectoryCleaner  - Cleaning /root/dev/smarthome-master/git/smarthome/bundles/model/org.eclipse.smarthome.model.codegen/../org.eclipse.smarthome.model.thing.ui/src-gen
77055 [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/smarthome/model/Thing' from 'platform:/resource/org.eclipse.smarthome.model.thing/model/generated/Thing.genmodel'
79522 [main] INFO  i.generator.compare.CompareFragment  - generating Compare Framework infrastructure
79940 [main] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.

Looks ok from my point of view.

Went to the targetplatform folder and ran the SmatHome launch configuration. Console output is

13:31:48.596 DEBUG o.e.s.m.i.r.i.ItemRuntimeActivator[:21] - Registered 'item' configuration parser
13:31:49.236 DEBUG o.e.s.m.r.r.i.RuleRuntimeActivator[:27] - Registered 'rule' configuration parser
13:31:49.303 DEBUG o.e.s.m.s.r.i.SitemapRuntimeActivator[:21] - Registered 'sitemap' configuration parser
13:31:49.349 DEBUG o.e.s.m.p.r.i.PersistenceRuntimeActivator[:21] - Registered 'persistence' configuration parser
13:31:49.393 DEBUG o.e.s.m.t.r.i.ThingRuntimeActivator[:21] - Registered 'thing' configuration parser
!SESSION 2017-05-18 13:31:46.451 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application 
Command-line arguments:  -application  -data /root/dev/smarthome-master/ws/../smarthome-runtime -dev file:/root/dev/smarthome-master/ws/.metadata/.plugins/org.eclipse.pde.core/SmartHome-Runtime/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog -console

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.649
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = ItemUIRegistry, interface = org.eclipse.smarthome.ui.items.ItemUIRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemUIRegistry, unbind = unsetItemUIRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.649
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = SitemapSubscriptions, interface = org.eclipse.smarthome.io.rest.sitemap.SitemapSubscriptionService, policy = dynamic, cardinality = 0..1, target = null, bind = setSitemapSubscriptionService, unbind = unsetSitemapSubscriptionService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.650
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemap. The reference is: Reference[name = SitemapProvider, interface = org.eclipse.smarthome.model.sitemap.SitemapProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addSitemapProvider, unbind = removeSitemapProvider]
13:31:49.763 DEBUG o.e.s.i.r.s.i.SseActivator[:46] - SSE API - SseFeature registered.
13:31:49.767 DEBUG o.e.s.i.r.s.i.SseActivator[:55] - SSE API has been started.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.786
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.config.discovery.internal.DiscoveryServiceRegistry. The reference is: Reference[name = DiscoveryService, interface = org.eclipse.smarthome.config.discovery.DiscoveryService, policy = dynamic, cardinality = 0..n, target = null, bind = addDiscoveryService, unbind = removeDiscoveryService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.787
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.config.discovery.internal.DiscoveryServiceRegistry. The reference is: Reference[name = ThingRegistry, interface = org.eclipse.smarthome.core.thing.ThingRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingRegistry, unbind = unsetThingRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.788
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.config.discovery.internal.DiscoveryServiceRegistry. The reference is: Reference[name = Inbox, interface = org.eclipse.smarthome.config.discovery.inbox.Inbox, policy = dynamic, cardinality = 0..1, target = null, bind = setInbox, unbind = unsetInbox]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.861
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.item. The reference is: Reference[name = ItemRegistry, interface = org.eclipse.smarthome.core.items.ItemRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemRegistry, unbind = unsetItemRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.861
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.item. The reference is: Reference[name = ItemFactory, interface = org.eclipse.smarthome.core.items.ItemFactory, policy = dynamic, cardinality = 0..n, target = null, bind = addItemFactory, unbind = removeItemFactory]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.861
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.item. The reference is: Reference[name = ManagedItemProvider, interface = org.eclipse.smarthome.core.items.ManagedItemProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemProvider, unbind = unsetManagedItemProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.862
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.item. The reference is: Reference[name = EventPublisher, interface = org.eclipse.smarthome.core.events.EventPublisher, policy = dynamic, cardinality = 0..1, target = null, bind = setEventPublisher, unbind = unsetEventPublisher]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.869
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.ExtensionResource. The reference is: Reference[name = ExtensionService, interface = org.eclipse.smarthome.core.extension.ExtensionService, policy = dynamic, cardinality = 0..n, target = null, bind = addExtensionService, unbind = removeExtensionService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:49.871
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.ExtensionResource. The reference is: Reference[name = EventPublisher, interface = org.eclipse.smarthome.core.events.EventPublisher, policy = dynamic, cardinality = 0..1, target = null, bind = setEventPublisher, unbind = unsetEventPublisher]
13:31:50.169 DEBUG o.e.s.m.t.t.h.TestHueThingTypeProvider[:42] - TestHueThingTypeProvider created
13:31:50.176 DEBUG o.e.s.m.t.t.h.DumbThingTypeProvider[:35] - DumbThingTypeProvider created

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.204
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.discovery.InboxResource. The reference is: Reference[name = Inbox, interface = org.eclipse.smarthome.config.discovery.inbox.Inbox, policy = dynamic, cardinality = 0..1, target = null, bind = setInbox, unbind = unsetInbox]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.205
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ChannelTypeResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.206
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ChannelTypeResource. The reference is: Reference[name = ChannelTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ChannelTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setChannelTypeRegistry, unbind = unsetChannelTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.207
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.config.ConfigDescriptionResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.209
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.BindingResource. The reference is: Reference[name = BindingInfoRegistry, interface = org.eclipse.smarthome.core.binding.BindingInfoRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setBindingInfoRegistry, unbind = unsetBindingInfoRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.210
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.binding.BindingResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.212
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.link.ItemChannelLinkResource. The reference is: Reference[name = ItemChannelLinkRegistry, interface = org.eclipse.smarthome.core.thing.link.ItemChannelLinkRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemChannelLinkRegistry, unbind = unsetItemChannelLinkRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.213
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.link.ItemChannelLinkResource. The reference is: Reference[name = ThingLinkManager, interface = org.eclipse.smarthome.core.thing.link.ThingLinkManager, policy = dynamic, cardinality = 0..1, target = null, bind = setThingLinkManager, unbind = unsetThingLinkManager]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.216
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.service.ConfigurableServiceResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.218
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.219
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = ThingTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ThingTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingTypeRegistry, unbind = unsetThingTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.219
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingTypeResource. The reference is: Reference[name = FirmwareRegistry, interface = org.eclipse.smarthome.core.thing.firmware.FirmwareRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setFirmwareRegistry, unbind = unsetFirmwareRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.223
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ItemChannelLinkRegistry, interface = org.eclipse.smarthome.core.thing.link.ItemChannelLinkRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemChannelLinkRegistry, unbind = unsetItemChannelLinkRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.223
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ItemFactory, interface = org.eclipse.smarthome.core.items.ItemFactory, policy = dynamic, cardinality = 0..1, target = null, bind = setItemFactory, unbind = unsetItemFactory]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.223
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ItemRegistry, interface = org.eclipse.smarthome.core.items.ItemRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemRegistry, unbind = unsetItemRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.223
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedItemChannelLinkProvider, interface = org.eclipse.smarthome.core.thing.link.ManagedItemChannelLinkProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemChannelLinkProvider, unbind = unsetManagedItemChannelLinkProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.224
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedItemProvider, interface = org.eclipse.smarthome.core.items.ManagedItemProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedItemProvider, unbind = unsetManagedItemProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.224
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ManagedThingProvider, interface = org.eclipse.smarthome.core.thing.ManagedThingProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedThingProvider, unbind = unsetManagedThingProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.225
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ThingRegistry, interface = org.eclipse.smarthome.core.thing.ThingRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingRegistry, unbind = unsetThingRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.225
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ConfigStatusService, interface = org.eclipse.smarthome.config.core.status.ConfigStatusService, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigStatusService, unbind = unsetConfigStatusService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.225
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ConfigDescriptionRegistry, interface = org.eclipse.smarthome.config.core.ConfigDescriptionRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setConfigDescriptionRegistry, unbind = unsetConfigDescriptionRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.225
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ThingTypeRegistry, interface = org.eclipse.smarthome.core.thing.type.ThingTypeRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setThingTypeRegistry, unbind = unsetThingTypeRegistry]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.226
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = FirmwareUpdateService, interface = org.eclipse.smarthome.core.thing.firmware.FirmwareUpdateService, policy = dynamic, cardinality = 0..1, target = null, bind = setFirmwareUpdateService, unbind = unsetFirmwareUpdateService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.226
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.core.thing.ThingResource. The reference is: Reference[name = ThingStatusInfoI18nLocalizationService, interface = org.eclipse.smarthome.core.thing.i18n.ThingStatusInfoI18nLocalizationService, policy = dynamic, cardinality = 0..1, target = null, bind = setThingStatusInfoI18nLocalizationService, unbind = unsetThingStatusInfoI18nLocalizationService]
13:31:50.404 WARN  o.e.j.s.h.RequestLogHandler[:137] - !RequestLog
13:31:50.524 DEBUG o.e.s.u.i.internal.IconServlet[:76] - Starting up icon servlet at /icon

!ENTRY org.apache.httpcomponents.httpclient 4 0 2017-05-18 13:31:50.536
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.apache.httpcomponents.httpclient [43]
  Unresolved requirement: Import-Package: net.sf.ehcache; resolution:="optional"
  Unresolved requirement: Import-Package: net.spy.memcached; resolution:="optional"
  Unresolved requirement: Import-Package: org.apache.http; version="4.3.3"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.560
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.persistence. The reference is: Reference[name = PersistenceService, interface = org.eclipse.smarthome.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.568
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.persistence.persistencemanager. The reference is: Reference[name = PersistenceService, interface = org.eclipse.smarthome.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.568
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.persistence.persistencemanager. The reference is: Reference[name = ItemRegistry, interface = org.eclipse.smarthome.core.items.ItemRegistry, policy = dynamic, cardinality = 0..1, target = null, bind = setItemRegistry, unbind = unsetItemRegistry]
13:31:50.572 DEBUG o.e.s.c.s.ExpressionThreadPoolManager[:62] - Created an expression-drive scheduled thread pool 'persist' of size 5

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.602
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.ThingRegistry. The reference is: Reference[name = ManagedThingProvider, interface = org.eclipse.smarthome.core.thing.ManagedThingProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedProvider, unbind = removeManagedProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.603
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.ThingRegistry. The reference is: Reference[name = EventPublisher, interface = org.eclipse.smarthome.core.events.EventPublisher, policy = dynamic, cardinality = 0..1, target = null, bind = setEventPublisher, unbind = unsetEventPublisher]
13:31:50.624 DEBUG o.e.s.c.internal.CoreActivator[:30] - Core bundle has been started.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.654
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.binding.BindingInfoRegistry. The reference is: Reference[name = BindingInfoProvider, interface = org.eclipse.smarthome.core.binding.BindingInfoProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addBindingInfoProvider, unbind = removeBindingInfoProvider]
13:31:50.689 DEBUG o.e.s.c.i.i.LocaleProviderImpl[:47] - No language set, fallback to default system locale

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.690
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.firmware.FirmwareRegistry. The reference is: Reference[name = FirmwareProvider, interface = org.eclipse.smarthome.core.thing.firmware.FirmwareProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addFirmwareProvider, unbind = removeFirmwareProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.832
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.firmware.FirmwareUpdateService. The reference is: Reference[name = FirmwareUpdateHandler, interface = org.eclipse.smarthome.core.thing.binding.firmware.FirmwareUpdateHandler, policy = dynamic, cardinality = 0..n, target = null, bind = addFirmwareUpdateHandler, unbind = removeFirmwareUpdateHandler]
13:31:50.832 DEBUG o.e.s.c.t.f.FirmwareUpdateService[:120] - Modifying the configuration of the firmware update service.
13:31:50.833 DEBUG o.e.s.c.t.f.FirmwareUpdateService[:446] - Given time unit null is not supported. Will keep current configuration.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.836
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.internal.console.FirmwareUpdateConsoleCommandExtension. The reference is: Reference[name = FirmwareUpdateHandler, interface = org.eclipse.smarthome.core.thing.binding.firmware.FirmwareUpdateHandler, policy = dynamic, cardinality = 0..n, target = null, bind = addFirmwareUpdateHandler, unbind = removeFirmwareUpdateHandler]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.845
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.itemregistry. The reference is: Reference[name = ManagedItemProvider, interface = org.eclipse.smarthome.core.items.ManagedItemProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedProvider, unbind = removeManagedProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.936
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.itemregistry. The reference is: Reference[name = StateDescriptionProvider, interface = org.eclipse.smarthome.core.types.StateDescriptionProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addStateDescriptionProvider, unbind = removeStateDescriptionProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:50.950
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.link.ItemChannelLinkRegistry. The reference is: Reference[name = ManagedItemChannelLinkProvider, interface = org.eclipse.smarthome.core.thing.link.ManagedItemChannelLinkProvider, policy = dynamic, cardinality = 0..1, target = null, bind = setManagedProvider, unbind = removeManagedProvider]
13:31:50.973 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.core.thing.internal.ChannelItemProvider' has been added.
13:31:51.077 DEBUG o.e.s.u.c.i.servlet.CmdServlet[:56] - Starting up CMD servlet at /classicui/CMD
osgi> 13:31:51.343 DEBUG o.e.s.c.t.i.TransformationActivator[:34] - Transformation Service has been started.
13:31:51.515 DEBUG o.e.s.s.m.MapDbStorageService[:50] - Opened MapDB file at '/root/dev/smarthome-master/git/smarthome/distribution/smarthome/userdata/mapdb/storage.mapdb'.
13:31:51.533 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.core.thing.ManagedThingProvider' has been added.
13:31:51.535 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.core.thing.link.ManagedItemChannelLinkProvider' has been added.
13:31:51.541 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.core.items.ManagedItemProvider' has been added.
13:31:51.557 DEBUG o.e.s.u.b.i.servlet.CmdServlet[:56] - Starting up CMD servlet at /basicui/CMD
13:31:51.582 DEBUG o.e.s.i.r.i.RESTActivator[:72] - REST API has been started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:51.994
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.ui. The reference is: Reference[name = ItemUIProvider, interface = org.eclipse.smarthome.ui.items.ItemUIProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addItemUIProvider, unbind = removeItemUIProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:51.996
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemapsubscription. The reference is: Reference[name = SitemapProvider, interface = org.eclipse.smarthome.model.sitemap.SitemapProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addSitemapProvider, unbind = removeSitemapProvider]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:51.996
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.io.rest.sitemapsubscription. The reference is: Reference[name = ModelRepository, interface = org.eclipse.smarthome.model.core.ModelRepository, policy = dynamic, cardinality = 0..1, target = null, bind = addModelRepository, unbind = removeModelRepository]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.001
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.ui.classic.pagerenderer. The reference is: Reference[name = WidgetRenderer, interface = org.eclipse.smarthome.ui.classic.render.WidgetRenderer, policy = dynamic, cardinality = 0..n, target = null, bind = addWidgetRenderer, unbind = removeWidgetRenderer]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.056
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.ui.chart. The reference is: Reference[name = ChartProvider, interface = org.eclipse.smarthome.ui.chart.ChartProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addChartProvider, unbind = removeChartProvider]
13:31:52.056 DEBUG o.e.s.u.i.chart.ChartServlet[:122] - Starting up chart servlet at /chart

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.068
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.ui.chart.defaultprovider. The reference is: Reference[name = PersistenceService, interface = org.eclipse.smarthome.core.persistence.PersistenceService, policy = dynamic, cardinality = 0..n, target = null, bind = addPersistenceService, unbind = removePersistenceService]
13:31:52.068 DEBUG o.e.s.u.i.c.DefaultChartProvider[:101] - Starting up default chart provider.
13:31:52.092 DEBUG o.e.s.c.a.i.AudioServlet[:60] - Starting up the audio servlet at /audio

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.094
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.audio. The reference is: Reference[name = AudioSource, interface = org.eclipse.smarthome.core.audio.AudioSource, policy = dynamic, cardinality = 0..n, target = null, bind = addAudioSource, unbind = removeAudioSource]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.095
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.audio. The reference is: Reference[name = AudioSink, interface = org.eclipse.smarthome.core.audio.AudioSink, policy = dynamic, cardinality = 0..n, target = null, bind = addAudioSink, unbind = removeAudioSink]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.101
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = KSService, interface = org.eclipse.smarthome.core.voice.KSService, policy = dynamic, cardinality = 0..n, target = null, bind = addKSService, unbind = removeKSService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.101
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = STTService, interface = org.eclipse.smarthome.core.voice.STTService, policy = dynamic, cardinality = 0..n, target = null, bind = addSTTService, unbind = removeSTTService]

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.101
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.voice. The reference is: Reference[name = TTSService, interface = org.eclipse.smarthome.core.voice.TTSService, policy = dynamic, cardinality = 0..n, target = null, bind = addTTSService, unbind = removeTTSService]
13:31:52.136 DEBUG o.e.s.c.s.WatchQueueReader[:138] - The directory 'conf/services' was not registered in the watch service: conf/services
13:31:52.136 DEBUG o.e.s.c.s.WatchQueueReader[:144] - The directory 'conf/services' was not registered in the watch service
13:31:52.136 DEBUG o.e.s.c.d.i.ConfigDispatcher[:229] - Processing config file 'smarthome.cfg'
13:31:52.164 DEBUG o.e.s.c.d.i.ConfigDispatcher[:210] - Configuration folder 'conf/services' does not exist.
13:31:52.223 INFO  o.e.s.u.p.internal.PaperUIApp[:31] - Started Paper UI at /paperui
13:31:52.242 DEBUG o.e.s.c.c.ThreadPoolManager[:115] - Created scheduled thread pool 'discovery' of size 3
13:31:52.244 DEBUG o.e.s.c.d.AbstractDiscoveryService[:349] - Background discovery for discovery service 'org.eclipse.smarthome.binding.ntp.discovery.NtpDiscovery' enabled.
13:31:52.265 DEBUG o.e.s.c.s.i.SchedulerActivator[:34] - Scheduler has been started.
13:31:52.298 INFO  o.q.impl.StdSchedulerFactory[:1184] - Using default implementation for ThreadExecutor
13:31:52.301 INFO  o.q.simpl.SimpleThreadPool[:268] - Job execution threads will use class loader of thread: Start Level: Equinox Container: 60b60857-ce3b-0017-19d2-c74ce91aac34
13:31:52.326 INFO  o.q.core.SchedulerSignalerImpl[:61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:31:52.327 INFO  o.quartz.core.QuartzScheduler[:240] - Quartz Scheduler v.2.2.1 created.
13:31:52.328 INFO  org.quartz.simpl.RAMJobStore[:155] - RAMJobStore initialized.
13:31:52.329 INFO  o.quartz.core.QuartzScheduler[:305] - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

13:31:52.329 INFO  o.q.impl.StdSchedulerFactory[:1339] - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:31:52.329 INFO  o.q.impl.StdSchedulerFactory[:1343] - Quartz scheduler version: 2.2.1
13:31:52.329 INFO  o.quartz.core.QuartzScheduler[:575] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:31:52.348 DEBUG o.e.s.c.c.ThreadPoolManager[:145] - Created thread pool 'ConfigStatusService' with size 5

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.349
!MESSAGE Could not bind a reference of component ConfigStatusService. The reference is: Reference[name = ConfigStatusProvider, interface = org.eclipse.smarthome.config.core.status.ConfigStatusProvider, policy = dynamic, cardinality = 0..n, target = null, bind = addConfigStatusProvider, unbind = removeConfigStatusProvider]
13:31:52.374 DEBUG o.e.s.c.c.ThreadPoolManager[:115] - Created scheduled thread pool 'thingManager' of size 5
13:31:52.384 DEBUG o.e.s.c.t.i.ThingManager[:965] - Thing handler factory 'TestHueThingHandlerFactory' added
13:31:52.385 DEBUG o.e.s.c.t.i.ThingManager[:965] - Thing handler factory 'NtpHandlerFactory' added
13:31:52.385 DEBUG o.e.s.c.t.i.ThingManager[:965] - Thing handler factory 'YahooWeatherHandlerFactory' added

!ENTRY org.eclipse.equinox.ds 1 0 2017-05-18 13:31:52.386
!MESSAGE Could not bind a reference of component org.eclipse.smarthome.core.thing.internal.ThingManager. The reference is: Reference[name = BundleProcessor, interface = org.eclipse.smarthome.config.core.BundleProcessor, policy = dynamic, cardinality = 0..n, target = null, bind = setBundleProcessor, unbind = unsetBundleProcessor]
13:31:52.771 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/thing/thing-types.xml' in module 'org.eclipse.smarthome.binding.ntp'...
13:31:52.791 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.core.persistence'...
13:31:52.795 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.core.persistence'.
13:31:52.809 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.core.persistence'.
13:31:52.810 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.core.thing'...
13:31:52.814 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.binding.ntp'.
13:31:52.816 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.binding.ntp'.
13:31:52.817 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/thing/thing-types.xml' in module 'org.eclipse.smarthome.binding.yahooweather'...
13:31:52.818 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.core.thing'.
13:31:52.818 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.core.thing'.
13:31:52.818 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/locale.xml' in module 'org.eclipse.smarthome.core'...
13:31:52.820 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.core'.
13:31:52.820 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.core'.
13:31:52.820 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.ui.classic'...
13:31:52.821 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.binding.yahooweather'.
13:31:52.822 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.binding.yahooweather'.
13:31:52.827 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.ui.classic'.
13:31:52.827 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.ui.classic'.
13:31:52.832 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.ui.basic'...
13:31:52.834 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.ui.basic'.
13:31:52.835 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.ui.basic'.
13:31:52.836 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.core.voice'...
13:31:52.838 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.core.voice'.
13:31:52.838 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.core.voice'.
13:31:52.839 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.core.audio'...
13:31:52.840 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.core.audio'.
13:31:52.840 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.core.audio'.
13:31:52.840 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/config/config.xml' in module 'org.eclipse.smarthome.model.script'...
13:31:52.841 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.model.script'.
13:31:52.841 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.model.script'.
13:31:52.899 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/binding/binding.xml' in module 'org.eclipse.smarthome.binding.ntp'...
13:31:52.904 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.binding.ntp'.
13:31:52.904 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.binding.ntp'.
13:31:52.904 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:126] - Reading the XML document '/ESH-INF/binding/binding.xml' in module 'org.eclipse.smarthome.binding.yahooweather'...
13:31:52.905 DEBUG o.e.s.c.x.o.XmlDocumentBundleTracker[:177] - Create an empty XmlDocumentProvider for the module 'org.eclipse.smarthome.binding.yahooweather'.
13:31:52.905 DEBUG o.e.s.c.c.BundleProcessorVetoManager[:65] - Finished loading meta-data of bundle 'org.eclipse.smarthome.binding.yahooweather'.
13:31:52.975 INFO  o.e.s.u.b.i.s.WebAppServlet[:84] - Started Basic UI at /basicui/app
13:31:52.980 INFO  o.e.s.u.c.i.s.WebAppServlet[:84] - Started Classic UI at /classicui/app
13:31:53.065 DEBUG o.e.s.c.t.i.ChannelItemProvider[:160] - Enabling channel item provider.
13:31:53.117 DEBUG o.e.s.m.s.r.i.e.ScriptEngineImpl[:60] - Registered 'script' configuration parser
13:31:53.127 INFO  o.quartz.core.QuartzScheduler[:2311] - JobFactory set to: org.eclipse.smarthome.model.rule.runtime.internal.engine.GuiceAwareJobFactory@ce83450
13:31:53.127 INFO  o.quartz.core.QuartzScheduler[:613] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
13:31:53.131 DEBUG o.e.s.m.r.r.i.e.RuleEngineImpl[:106] - Started rule engine
13:31:53.170 DEBUG o.e.s.m.t.i.GenericThingProvider[:928] - ThingHandlerFactory added org.eclipse.smarthome.model.thing.test.hue.TestHueThingHandlerFactory@81f0596
13:31:53.176 DEBUG o.e.s.m.t.i.GenericThingProvider[:928] - ThingHandlerFactory added org.eclipse.smarthome.binding.ntp.internal.NtpHandlerFactory@65a51038
13:31:53.177 DEBUG o.e.s.m.t.i.GenericThingProvider[:928] - ThingHandlerFactory added org.eclipse.smarthome.binding.yahooweather.internal.YahooWeatherHandlerFactory@4df4402b
13:31:53.179 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.model.thing.internal.GenericThingProvider' has been added.
13:31:53.182 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.model.thing.internal.GenericItemChannelLinkProvider' has been added.
13:31:53.186 DEBUG o.e.s.c.c.r.AbstractRegistry[:267] - Provider 'org.eclipse.smarthome.model.item.internal.GenericItemProvider' has been added.
13:31:53.200 DEBUG o.e.s.u.i.p.ProxyServletService[:153] - Starting up 'Proxy (async)' servlet  at /proxy
13:31:53.271 DEBUG o.e.s.c.d.i.PersistentInbox[:189] - Updated discovery result for 'ntp:ntp:local'.
13:31:53.278 DEBUG o.e.s.c.c.ThreadPoolManager[:145] - Created thread pool 'safeCall' with size 3
13:31:53.279 INFO  s.event.InboxUpdatedEvent[:43] - Discovery Result with UID 'ntp:ntp:local' has been updated.
13:31:53.399 WARN  o.e.s.m.c.i.f.FolderObserver[:143] - Directory 'scripts' does not exist in 'conf'. Please check your configuration settings!

!ENTRY org.eclipse.osgi 4 0 2017-05-18 13:31:53.401
!MESSAGE Bundle initial@reference:file:plugins/org.apache.httpcomponents.httpclient_4.3.6.v201411290715.jar was not resolved.

!ENTRY org.eclipse.osgi 4 0 2017-05-18 13:31:53.401
!MESSAGE Bundle initial@reference:file:plugins/org.apache.httpcomponents.httpclient_4.3.6.v201411290715.jar was not resolved.
13:31:53.521 INFO  o.e.s.m.c.i.ModelRepositoryImpl[:110] - Loading model 'demo.sitemap'
13:31:53.558 INFO  o.e.s.m.c.i.ModelRepositoryImpl[:110] - Loading model 'demo.things'
13:31:53.561 DEBUG o.e.s.m.t.i.GenericThingProvider[:258] - Read things from model 'demo.things'
13:31:53.693 DEBUG o.e.s.m.t.i.GenericThingProvider[:978] - Adding thing 'yahooweather:weather:berlin' from model 'demo.things'.
13:31:53.701 DEBUG o.e.s.c.t.i.ThingManager[:450] - Thing 'yahooweather:weather:berlin' is tracked by ThingManager.
13:31:53.701 INFO  s.event.ThingAddedEvent[:43] - Thing 'yahooweather:weather:berlin' has been added.
13:31:53.701 DEBUG o.e.s.c.t.i.ThingManager[:583] - Calling 'YahooWeatherHandlerFactory.registerHandler()' for thing 'yahooweather:weather:berlin'.
13:31:53.707 DEBUG o.e.s.c.c.ThreadPoolManager[:115] - Created scheduled thread pool 'thingHandler' of size 3
13:31:53.755 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:berlin' updated: INITIALIZING
13:31:53.755 DEBUG o.e.s.m.t.i.GenericThingProvider[:978] - Adding thing 'yahooweather:weather:losangeles' from model 'demo.things'.
13:31:53.755 INFO  s.e.ThingStatusInfoChangedEvent[:43] - 'yahooweather:weather:berlin' changed from UNINITIALIZED to INITIALIZING
13:31:53.756 DEBUG o.e.s.c.t.i.ThingManager[:450] - Thing 'yahooweather:weather:losangeles' is tracked by ThingManager.
13:31:53.756 DEBUG o.e.s.c.t.i.ThingManager[:583] - Calling 'YahooWeatherHandlerFactory.registerHandler()' for thing 'yahooweather:weather:losangeles'.
13:31:53.756 DEBUG o.e.s.c.t.i.ThingManager[:707] - Calling initialize handler for thing 'yahooweather:weather:berlin' at 'org.eclipse.smarthome.binding.yahooweather.handler.YahooWeatherHandler@3004f089'.
13:31:53.756 INFO  s.event.ThingAddedEvent[:43] - Thing 'yahooweather:weather:losangeles' has been added.
13:31:53.759 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:losangeles' updated: INITIALIZING
13:31:53.760 DEBUG o.e.s.b.y.h.YahooWeatherHandler[:73] - Initializing YahooWeather handler.
13:31:53.760 INFO  s.e.ThingStatusInfoChangedEvent[:43] - 'yahooweather:weather:losangeles' changed from UNINITIALIZED to INITIALIZING
13:31:53.775 DEBUG o.e.s.c.t.i.ThingManager[:707] - Calling initialize handler for thing 'yahooweather:weather:losangeles' at 'org.eclipse.smarthome.binding.yahooweather.handler.YahooWeatherHandler@3faeafa2'.
13:31:53.777 DEBUG o.e.s.b.y.h.YahooWeatherHandler[:73] - Initializing YahooWeather handler.
13:31:53.823 INFO  o.e.s.m.c.i.ModelRepositoryImpl[:110] - Loading model 'logging.persist'
13:31:54.402 INFO  o.e.s.m.c.i.ModelRepositoryImpl[:110] - Loading model 'demo.rules'
13:31:54.442 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:berlin' updated: ONLINE
13:31:54.443 INFO  s.e.ThingStatusInfoChangedEvent[:43] - 'yahooweather:weather:berlin' changed from INITIALIZING to ONLINE
13:31:54.450 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:losangeles' updated: ONLINE
13:31:54.450 INFO  s.e.ThingStatusInfoChangedEvent[:43] - 'yahooweather:weather:losangeles' changed from INITIALIZING to ONLINE
13:31:54.453 INFO  o.e.s.m.c.i.ModelRepositoryImpl[:110] - Loading model 'demo.items'
13:31:54.456 DEBUG o.e.s.m.i.i.GenericItemProvider[:167] - Processing binding configs for items from model 'demo.items'
13:31:54.580 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:berlin' updated: ONLINE
13:31:54.582 DEBUG o.e.s.c.c.ThreadPoolManager[:145] - Created thread pool 'items' with size 5
13:31:54.584 DEBUG o.e.s.m.i.i.GenericItemProvider[:146] - Read items from model 'demo.items'
13:31:54.584 INFO  smarthome.event.ItemStateEvent[:43] - Weather_Temperature updated to 27
13:31:54.585 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'Weather_Temperature' has been added.
13:31:54.585 INFO  s.e.ItemChannelLinkAddedEvent[:43] - Link 'Weather_Temperature-yahooweather:weather:berlin:temperature' has been added.
13:31:54.586 INFO  s.event.ItemStateChangedEvent[:43] - Weather_Temperature changed from NULL to 27
13:31:54.587 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoSwitchGroup' has been added.
13:31:54.587 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoSwitch' has been added.
13:31:54.588 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoDimmer' has been added.
13:31:54.588 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoRollershutter' has been added.
13:31:54.588 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoColor' has been added.
13:31:54.589 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoDateTime' has been added.
13:31:54.589 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoLocation' has been added.
13:31:54.589 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoString' has been added.
13:31:54.590 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'DemoContact' has been added.
13:31:54.704 INFO  s.event.ThingStatusInfoEvent[:43] - 'yahooweather:weather:berlin' updated: ONLINE
13:31:54.705 INFO  smarthome.event.ItemStateEvent[:43] - Weather_Temperature updated to 27
13:31:54.706 INFO  s.event.ItemRemovedEvent[:43] - Item 'Weather_Temperature' has been removed.
13:31:54.706 INFO  smarthome.event.ItemAddedEvent[:43] - Item 'Weather_Temperature' has been added.
13:31:54.707 INFO  s.event.ItemStateChangedEvent[:43] - Weather_Temperature changed from NULL to 27
13:31:55.756 DEBUG o.e.s.m.c.i.ModelRepositoryImpl[:200] - Refreshing resource 'demo.rules'
13:31:56.705 DEBUG o.e.s.m.c.i.ModelRepositoryImpl[:200] - Refreshing resource 'demo.rules'
13:32:01.714 DEBUG o.e.s.m.r.r.i.e.RuleEngineImpl[:303] - Executing startup rule 'Initialize demo items'
13:32:01.779 INFO  smarthome.event.ItemStateEvent[:43] - DemoLocation updated to 52,9
13:32:01.781 INFO  smarthome.event.ItemStateEvent[:43] - DemoContact updated to OPEN
13:32:01.781 INFO  o.quartz.core.QuartzScheduler[:575] - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:32:01.782 INFO  s.event.ItemStateChangedEvent[:43] - DemoLocation changed from NULL to 52,9
13:32:01.782 INFO  smarthome.event.ItemStateEvent[:43] - DemoString updated to Hello SmartHome!
13:32:01.785 INFO  smarthome.event.ItemStateEvent[:43] - DemoDateTime updated to 2017-05-18T13:32:01.780+0000
13:32:01.786 INFO  s.event.ItemStateChangedEvent[:43] - DemoContact changed from NULL to OPEN
13:32:01.787 INFO  s.event.ItemStateChangedEvent[:43] - DemoString changed from NULL to Hello SmartHome!
13:32:01.788 INFO  s.event.ItemStateChangedEvent[:43] - DemoDateTime changed from NULL to 2017-05-18T13:32:01.780+0000

(normally don't insert such large logs, just wanted to make sure I didn't miss something)

And again, the basicui works while the paperui does not.

shoeper commented 7 years ago

BasicUI is available at http://localhost:8080/basicui/app I'd expect the PaperUI at http://localhost:8080/paperui/index.html. But it says 404 page not found.

triller-telekom commented 7 years ago

did you activate the ui.paper bundle in the launch configuration under plugins?

shoeper commented 7 years ago

Yes

triller-telekom commented 7 years ago

Ah I forgot that there is an additional step necessary for paper ui. Unfortunately it is hidden here.

triller-telekom commented 7 years ago

@shoeper : Do you have a working IDE with PaperUI running now so this issue can be closed?

shoeper commented 7 years ago

It didn't work. As the project where I wanted to use it has ended this not of importance for me anymore.

My experience was following the steps from the documentation did work at the end of the last year but didn't since.

triller-telekom commented 7 years ago

I did a new setup just yesterday with the new eclipse release oxygen and our tutorial worked fine except for the fact that I had to trigger the generation of the model files manually again and then clean and rebuild the 2 or 4 projects with problems.

Do you want to give it another try to confirm that it is now working?

sjsf commented 7 years ago

this not of importance for me anymore