Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

HTTP Binding ERROR current snapshot #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
18:17:33.146 ERROR OSGi[:98] - FrameworkEvent ERROR
org.osgi.framework.ServiceException: Exception in 
org.eclipse.equinox.internal.ds.ServiceReg.getService()
        at org.eclipse.osgi.internal.serviceregistry.ServiceUse.getService(ServiceUse.java:151)
Caused by: org.osgi.service.component.ComponentException: The component was not 
built because some of its references could not be bound. The component is 
Component[
        name = org.openhab.binding.http
        activate = activate
        deactivate = deactivate
        modified =
        configuration-policy = optional
        factory = null
        autoenable = true
        immediate = false
        implementation = org.openhab.binding.http.internal.HttpBinding
        state = Unsatisfied
        properties = {event.topics=openhab/*, service.pid=org.openhab.http}
        serviceFactory = false
        serviceInterface = [org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler]
        references = {
                Reference[name = EventPublisher, interface = org.openhab.core.events.EventPublisher, policy = dynamic, cardinality = 1..1, target = null, bind = setEventPublisher, unbind = unsetEventPublisher]
                Reference[name = ItemRegistry, interface = org.openhab.core.items.ItemRegistry, policy = dynamic, cardinality = 1..1, target = null, bind = setItemRegistry, unbind = unsetItemRegistry]
                Reference[name = HttpBindingProvider, interface = org.openhab.binding.http.HttpBindingProvider, policy = dynamic, cardinality = 1..n, target = null, bind = addBindingProvider, unbind = removeBindingProvider]
        }
        located in bundle = org.openhab.binding.http_1.2.0.201303270830 [246]
]
        at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:360)

Original issue reported on code.google.com by kleina.i...@gmail.com on 27 Mar 2013 at 5:19

GoogleCodeExporter commented 9 years ago
Possibly related to your refactoring, Thomas?

Original comment by kai.openhab on 28 Mar 2013 at 11:03

GoogleCodeExporter commented 9 years ago
fixed with 
http://code.google.com/p/openhab/source/detail?r=d43c8f321dc82153264c916839ef488
5c9180732

Original comment by teichsta on 29 Mar 2013 at 3:30