Closed GoogleCodeExporter closed 8 years ago
I assume this is a startlevel problem. I have just committed a fix to start the
itemtype factory earlier than the rest:
https://github.com/openhab/openhab/commit/b8d5feb1d771c7c350efa68ee7240864299a5f
4c
Please test it with tomorrows build and let me know if it solves the problem!
Original comment by kai.openhab
on 15 Nov 2013 at 11:03
Thx for the quick reaction Kai, but that's still open. There are less errors
now because I reduced the model to just one item.
I used #527 from today. "GenericItemProvider" is still loading after the model
(although reading of the model now appears twice):
09:29:28.618 INFO o.q.impl.StdSchedulerFactory[:1328] - Quartz scheduler
version: 2.1.7
09:29:28.641 INFO o.quartz.core.QuartzScheduler[:534] - Scheduler
openHAB-job-scheduler_$_NON_CLUSTERED started.
09:29:28.766 DEBUG o.o.c.core.ConfigDispatcher[:146] - Processing openHAB
default configuration file
'/home/pi/distribution-1.4.0-SNAPSHOT-runtime/configurations/openhab_default.cfg
'.
09:29:30.820 DEBUG o.o.c.core.ConfigDispatcher[:168] - Processing openHAB main
configuration file
'/home/pi/distribution-1.4.0-SNAPSHOT-runtime/configurations/openhab.cfg'.
09:29:32.272 DEBUG o.o.c.internal.CoreActivator[:104] - UUID file already
exists at '/home/pi/distribution-1.4.0-SNAPSHOT-runtime/webapps/static/uuid'
with content '4eec0a46-23fc-4d00-9e41-6de4393ec35d'
09:29:37.113 DEBUG o.o.c.internal.CoreActivator[:170] - You are running
'v1.4.0' a potentially unstable version of openHAB. The current stable version
is 'v1.3.1'.
09:29:37.147 DEBUG o.o.c.internal.CoreActivator[:126] - Created file
'/home/pi/distribution-1.4.0-SNAPSHOT-runtime/webapps/static/version' with
content '1.4.0'
09:29:37.164 INFO o.o.c.internal.CoreActivator[:72] - openHAB runtime has been
started (v1.4.0).
09:29:38.661 DEBUG o.o.c.a.i.AutoUpdateActivator[:31] - AutoUpdate binding has
been started.
09:30:24.112 DEBUG o.o.m.p.i.PersistenceModelActivator[:23] - Registered
'persistence' configuration parser
09:30:24.819 DEBUG o.o.c.t.i.TransformationActivator[:38] - Transformation
Service has been started.
09:30:27.356 DEBUG o.o.i.g.internal.GCalActivator[:34] - Google Calendar IO has
been started.
09:30:28.697 DEBUG o.o.i.m.i.MultimediaActivator[:34] - Multimedia I/O bundle
has been started.
09:30:31.277 DEBUG o.o.i.s.i.DiscoveryServiceActivator[:27] - Discovery service
has been started.
09:30:32.129 DEBUG o.o.i.t.mqtt.MqttService[:118] - Starting MQTT Service...
09:30:42.089 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model
'rrd4j.persist'
09:30:49.266 DEBUG o.o.m.i.i.ItemModelActivator[:24] - Registered 'item'
configuration parser
09:30:53.184 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model
'homematic.items'
09:31:01.309 DEBUG o.o.m.i.i.GenericItemProvider[:408] - Couldn't find
ItemFactory for item 'Wandtaster_FL_PB4_1' of type 'Switch'
09:31:01.328 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing
binding configuration of Item 'null' with 'AutoUpdateGenericBindingProvider'
reader.
09:31:05.201 DEBUG o.o.m.i.i.GenericItemProvider[:133] - Read items from model
'homematic.items'
09:31:05.328 DEBUG o.o.c.i.items.ItemRegistryImpl[:137] - Item provider
'GenericItemProvider' has been added.
09:31:05.352 DEBUG o.o.m.i.i.GenericItemProvider[:133] - Read items from model
'homematic.items'
09:31:54.816 DEBUG o.o.m.s.i.SitemapModelActivator[:23] - Registered 'sitemap'
configuration parser
09:31:59.464 DEBUG o.o.i.r.internal.RESTActivator[:33] - REST API has been
started.
09:32:01.600 INFO o.o.i.s.i.DiscoveryServiceImpl[:72] - mDNS service has been
started
09:32:06.291 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model
'default.sitemap'
09:32:10.024 INFO o.a.cpr.AtmosphereFramework[:2154] - Atmosphere is using
org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
09:32:10.115 INFO o.a.c.DefaultAnnotationProcessor[:131] - AnnotationProcessor
class
org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor
being used
09:32:13.468 INFO o.a.cpr.AtmosphereFramework[:1491] - Auto detecting
atmosphere handlers /WEB-INF/classes/
Original comment by yannick....@gmail.com
on 16 Nov 2013 at 9:40
Hm, pity that it didn't solve it. :-(
Will have to do testing myself then on a RaspPi to really fix the issue. Hope I
will find time for it soon.
Original comment by kai.openhab
on 16 Nov 2013 at 10:20
Original comment by kai.openhab
on 16 Nov 2013 at 10:20
[deleted comment]
This issue has been migrated to Github. If this issue id is greater than103 its
id has been preserved on Github. You can open your issue by calling the URL
https://github.com/openhab/openhab/issues/<issueid>. Issues with ids less or
equal 103 new ids were created.
Original comment by teichsta
on 17 Nov 2013 at 8:09
Set status to "invalid" to show that these issues are not tracked here anymore
- please refer to GitHub instead!
Original comment by kai.openhab
on 2 Dec 2013 at 7:12
Original issue reported on code.google.com by
yannick....@gmail.com
on 15 Nov 2013 at 10:31