I assume you're referring to UnableToProxyException. I've seen this too but it's a benign INFO message. It's trying to create a proxy object for a concrete class but it fails so uses the original instance instead.
On Wed, Oct 26, 2016 at 4:40 PM, Vikram Darsi <vda...@advaoptical.com> wrote: > Hi Team > > > > We are experiencing below errors while we are starting karaf runtime. > > > > Bundle:diag output : http://pastebin.com/kUF5kqrv > > > > > > 2016-10-27 01:43:39,204 | INFO | Event Dispatcher | > ServiceRecipe | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Unable to create a proxy object for the service .component-1 > defined in bundle org.apache.karaf.deployer.features/3.0.7 with id. > Returning the original object instead. > > org.apache.aries.proxy.UnableToProxyException: > java.lang.ClassFormatError: Duplicate interface name in class file > Proxyf79f8d7c_3ec3_4a4b_9f50_72c37ec34e75 > > at org.apache.aries.proxy.impl. > interfaces.ProxyClassLoader.createProxyClass(ProxyClassLoader.java:165) > > at org.apache.aries.proxy.impl.interfaces. > InterfaceProxyGenerator.getProxyInstance(InterfaceProxyGenerator.java: > 97)[12:org.apache.aries.proxy.impl:1.0.5] > > at org.apache.aries.proxy.impl.AsmProxyManager. > createNewProxy(AsmProxyManager.java:80)[12:org.apache.aries.proxy.impl:1. > 0.5] > > at org.apache.aries.proxy.impl.AbstractProxyManager. > createDelegatingInterceptingProxy(AbstractProxyManager.java: > 75)[12:org.apache.aries.proxy.impl:1.0.5] > > at org.apache.aries.proxy.impl.AbstractProxyManager. > createInterceptingProxy(AbstractProxyManager.java:53)[ > 12:org.apache.aries.proxy.impl:1.0.5] > > at org.apache.aries.blueprint.container.ServiceRecipe$ > TriggerServiceFactory.getService(ServiceRecipe.java:569) > > at org.eclipse.osgi.internal.serviceregistry.ServiceUse$1. > run(ServiceUse.java:141) > > at java.security.AccessController.doPrivileged(Native > Method)[:1.8.0_45] > > at org.eclipse.osgi.internal.serviceregistry.ServiceUse. > getService(ServiceUse.java:139)[org.eclipse.osgi-3.8.2. > v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java: > 468)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.getService(ServiceRegistry.java:467)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > BundleContextImpl.getService(BundleContextImpl.java:594)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.apache.felix.fileinstall.internal.FileInstall. > addingService(FileInstall.java:150)[7:org.apache.felix.fileinstall:3.5.2] > > at org.osgi.util.tracker.ServiceTracker$Tracked. > customizerAdding(ServiceTracker.java:932)[karaf-org.osgi.core.jar:] > > at org.osgi.util.tracker.ServiceTracker$Tracked. > customizerAdding(ServiceTracker.java:864)[karaf-org.osgi.core.jar:] > > at org.osgi.util.tracker.AbstractTracked.trackAdding( > AbstractTracked.java:256)[karaf-org.osgi.core.jar:] > > at org.osgi.util.tracker.AbstractTracked.track( > AbstractTracked.java:229)[karaf-org.osgi.core.jar:] > > at org.osgi.util.tracker.ServiceTracker$Tracked. > serviceChanged(ServiceTracker.java:894)[karaf-org.osgi.core.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > FilteredServiceListener.serviceChanged(FilteredServiceListener.java: > 107)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.EventManager. > dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.ListenerQueue. > dispatchEventSynchronous(ListenerQueue.java:148)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.publishServiceEventPrivileged( > ServiceRegistry.java:819)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistrationImpl.register(ServiceRegistrationImpl.java: > 130)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.registerService(ServiceRegistry.java:214)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > BundleContextImpl.registerService(BundleContextImpl.java:433)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: > 492)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container.ServiceRecipe. > register(ServiceRecipe.java:193)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.notifySatisfaction(BlueprintContainerImpl.java: > 696)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > AbstractServiceReferenceRecipe.setSatisfied(AbstractServiceReferenceRecipe > .java:421)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > AbstractServiceReferenceRecipe.serviceAdded(AbstractServiceReferenceRecipe > .java:361)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > AbstractServiceReferenceRecipe.serviceChanged( > AbstractServiceReferenceRecipe.java:341)[15:org.apache. > aries.blueprint.core:1.6.1] > > at org.eclipse.osgi.internal.serviceregistry. > FilteredServiceListener.serviceChanged(FilteredServiceListener.java: > 107)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.EventManager. > dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.ListenerQueue. > dispatchEventSynchronous(ListenerQueue.java:148)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.publishServiceEventPrivileged( > ServiceRegistry.java:819)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistrationImpl.register(ServiceRegistrationImpl.java: > 130)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.registerService(ServiceRegistry.java:214)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > BundleContextImpl.registerService(BundleContextImpl.java:433)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: > 492)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container.ServiceRecipe. > register(ServiceRecipe.java:193)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: > 746)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: > 413)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container. > BlueprintContainerImpl.run(BlueprintContainerImpl.java: > 276)[15:org.apache.aries.blueprint.core:1.6.1] > > at org.apache.aries.blueprint.container.BlueprintExtender. > createContainer(BlueprintExtender.java:300)[15:org.apache.aries.blueprint. > core:1.6.1] > > at org.apache.aries.blueprint.container.BlueprintExtender. > createContainer(BlueprintExtender.java:269)[15:org.apache.aries.blueprint. > core:1.6.1] > > at org.apache.aries.blueprint.container.BlueprintExtender. > createContainer(BlueprintExtender.java:265)[15:org.apache.aries.blueprint. > core:1.6.1] > > at org.apache.aries.blueprint.container.BlueprintExtender. > modifiedBundle(BlueprintExtender.java:255)[15:org.apache.aries.blueprint. > core:1.6.1] > > at org.apache.aries.util.tracker. > hook.BundleHookBundleTracker$Tracked.customizerModified( > BundleHookBundleTracker.java:500)[9:org.apache.aries.util:1.1.1] > > at org.apache.aries.util.tracker. > hook.BundleHookBundleTracker$Tracked.customizerModified( > BundleHookBundleTracker.java:433)[9:org.apache.aries.util:1.1.1] > > at org.apache.aries.util.tracker. > hook.BundleHookBundleTracker$AbstractTracked.track( > BundleHookBundleTracker.java:725)[9:org.apache.aries.util:1.1.1] > > at org.apache.aries.util.tracker. > hook.BundleHookBundleTracker$Tracked.bundleChanged( > BundleHookBundleTracker.java:463)[9:org.apache.aries.util:1.1.1] > > at org.apache.aries.util.tracker. > hook.BundleHookBundleTracker$BundleEventHook.event( > BundleHookBundleTracker.java:422)[9:org.apache.aries.util:1.1.1] > > at org.eclipse.osgi.framework.internal.core.Framework$10. > call(Framework.java:1605)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.notifyHookPrivileged(ServiceRegistry.java:1239)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.internal.serviceregistry. > ServiceRegistry.notifyHooksPrivileged(ServiceRegistry.java:1222)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.Framework. > notifyEventHooksPrivileged(Framework.java:1602)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.Framework. > publishBundleEventPrivileged(Framework.java:1557)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.Framework. > publishBundleEvent(Framework.java:1504)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.Framework. > publishBundleEvent(Framework.java:1499)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.BundleHost. > startWorker(BundleHost.java:391)[org.eclipse.osgi-3.8.2. > v20130124-134944.jar:] > > at org.eclipse.osgi.framework. > internal.core.AbstractBundle.resume(AbstractBundle.java: > 390)[org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core.Framework. > resumeBundle(Framework.java:1176)[org.eclipse.osgi-3.8.2. > v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.resumeBundles(StartLevelManager.java:559)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.resumeBundles(StartLevelManager.java:544)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.incFWSL(StartLevelManager.java:457)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.doSetStartLevel(StartLevelManager.java:243)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.dispatchEvent(StartLevelManager.java:438)[ > org.eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.internal.core. > StartLevelManager.dispatchEvent(StartLevelManager.java:1)[org. > eclipse.osgi-3.8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.EventManager. > dispatchEvent(EventManager.java:230)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > at org.eclipse.osgi.framework.eventmgr.EventManager$ > EventThread.run(EventManager.java:340)[org.eclipse.osgi-3. > 8.2.v20130124-134944.jar:] > > Caused by: java.lang.ClassFormatError: Duplicate interface name in class > file Proxyf79f8d7c_3ec3_4a4b_9f50_72c37ec34e75 > > at java.lang.ClassLoader.defineClass1(Native > Method)[:1.8.0_45] > > at java.lang.ClassLoader.defineClass(ClassLoader.java: > 760)[:1.8.0_45] > > at org.apache.aries.proxy.impl. > interfaces.ProxyClassLoader.createProxyClass(ProxyClassLoader.java:157) > > ... 73 more > > 2016-10-27 01:43:39,251 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.apache.karaf.features.command/3.0.7 is waiting for > namespace handlers [http://karaf.apache.org/xmlns/shell/v1.1.0] > > 2016-10-27 01:43:39,405 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.apache.karaf.bundle.command/3.0.7 is waiting for > namespace handlers [http://karaf.apache.org/xmlns/shell/v1.1.0] > > 2016-10-27 01:43:39,497 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.feature > into service ACL configs > [org.apache.karaf.service.acl.command.feature.uninstall, > org.apache.karaf.service.acl.command.feature.install] > > 2016-10-27 01:43:39,513 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.jaas > into service ACL configs [org.apache.karaf.service.acl. > command.jaas.update] > > 2016-10-27 01:43:39,515 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.config > into service ACL configs [org.apache.karaf.service.acl. > command.config.property-append, org.apache.karaf.service.acl. > command.config.property-delete, > org.apache.karaf.service.acl.command.config.property-set, > org.apache.karaf.service.acl.command.config.edit, > org.apache.karaf.service.acl.command.config.update, > org.apache.karaf.service.acl.command.config.cancel, > org.apache.karaf.service.acl.command.config.delete] > > 2016-10-27 01:43:39,542 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.shell > into service ACL configs [org.apache.karaf.service.acl.command.shell.java, > org.apache.karaf.service.acl.command.shell.edit, > org.apache.karaf.service.acl.command.shell.new, > org.apache.karaf.service.acl.command.shell.exec] > > 2016-10-27 01:43:39,576 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.system > into service ACL configs > [org.apache.karaf.service.acl.command.system.property, > org.apache.karaf.service.acl.command.system.shutdown, > org.apache.karaf.service.acl.command.system.start-level] > > 2016-10-27 01:43:39,584 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config > org.apache.karaf.command.acl.scope_bundle > into service ACL configs > [org.apache.karaf.service.acl.command.scope_bundle.packages, > org.apache.karaf.service.acl.command.scope_bundle.shell, > org.apache.karaf.service.acl.command.scope_bundle.admin, > org.apache.karaf.service.acl.command.scope_bundle.ssh, > org.apache.karaf.service.acl.command.scope_bundle.osgi, > org.apache.karaf.service.acl.command.scope_bundle.config, > org.apache.karaf.service.acl.command.scope_bundle.jaas, > org.apache.karaf.service.acl.command.scope_bundle.features, > org.apache.karaf.service.acl.command.scope_bundle.log] > > 2016-10-27 01:43:39,616 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.kar > into service ACL configs [org.apache.karaf.service.acl.command.kar.uninstall, > org.apache.karaf.service.acl.command.kar.install] > > 2016-10-27 01:43:39,622 | INFO | Event Dispatcher | > SecuredCommandConfigTransformer | 27 - org.apache.karaf.shell.console - > 3.0.7 | Generating command ACL config org.apache.karaf.command.acl.bundle > into service ACL configs [org.apache.karaf.service.acl.command.bundle.watch, > org.apache.karaf.service.acl.command.bundle.update, > org.apache.karaf.service.acl.command.bundle.install, > org.apache.karaf.service.acl.command.bundle.refresh, > org.apache.karaf.service.acl.command.bundle.uninstall, > org.apache.karaf.service.acl.command.bundle.restart, > org.apache.karaf.service.acl.command.bundle.stop, > org.apache.karaf.service.acl.command.bundle.start] > > 2016-10-27 01:43:40,317 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.apache.karaf.jaas.modules/3.0.7 is waiting for > namespace handlers [http://karaf.apache.org/xmlns/jaas/v1.0.0] > > 2016-10-27 01:44:45,592 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - 1.1.6 > | Starting JMX OSGi agent > > 2016-10-27 01:44:45,654 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering MBean with ObjectName [osgi.core:service= > permissionadmin,version=1.2,framework=org.eclipse.osgi, > uuid=400f8ea4-b89b-0016-1881-8f16d0c42578] for service with service.id [2] > > 2016-10-27 01:44:45,657 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering MBean with ObjectName [osgi.compendium:service=cm, > version=1.3,framework=org.eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578] > for service with service.id [37] > > 2016-10-27 01:44:45,714 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - 1.1.6 > | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to > MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.compendium:service=cm,version=1.3,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,715 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean > to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi, > uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,718 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.framework.PackageStateMBean to > MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:type=packageState,version=1.5,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,720 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean > to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:type=wiringState,version=1.1,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,721 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer > com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:type=framework,version=1.7,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,724 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.framework.ServiceStateMBean to > MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:type=serviceState,version=1.7,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:45,730 | INFO | Event Dispatcher | > core | 280 - org.apache.aries.jmx.core - > 1.1.6 | Registering org.osgi.jmx.framework.BundleStateMBean to > MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@5e481248 with name > osgi.core:type=bundleState,version=1.7,framework=org. > eclipse.osgi,uuid=400f8ea4-b89b-0016-1881-8f16d0c42578 > > 2016-10-27 01:44:47,183 | INFO | Event Dispatcher | > RegionsPersistenceImpl | 301 - org.apache.karaf.region.persist > - 3.0.7 | Loading region digraph persistence > > 2016-10-27 01:44:47,277 | INFO | Event Dispatcher | > RegionsPersistenceImpl | 301 - org.apache.karaf.region.persist > - 3.0.7 | initializing region digraph from etc/regions-config.xml > > 2016-10-27 01:44:47,804 | INFO | Event Dispatcher | > SecurityUtils | 30 - org.apache.sshd.core - 0.14.0 | > BouncyCastle not registered, using the default JCE provider > > 2016-10-27 01:44:49,312 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.loader.implementation/0.4.0.Boron is > waiting for dependencies [(objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,322 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.core/0.4.0.Boron is waiting for > dependencies [(objectClass=org.osgi.service.http.HttpService), > (objectClass=org.opendaylight.dlux.loader.DluxModuleLoader)] > > 2016-10-27 01:44:49,332 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.login/0.4.0.Boron is waiting > for dependencies [(objectClass=org.osgi.service.http.HttpService), > (objectClass=org.opendaylight.dlux.loader.DluxModuleLoader)] > > 2016-10-27 01:44:49,359 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.authentication/0.4.0.Boron is > waiting for dependencies > [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,378 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.navigation/0.4.0.Boron is > waiting for dependencies > [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,386 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.topbar/0.4.0.Boron is waiting > for dependencies [(objectClass=org.osgi.service.http.HttpService), > (objectClass=org.opendaylight.dlux.loader.DluxModuleLoader)] > > 2016-10-27 01:44:49,400 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.general/0.4.0.Boron is > waiting for dependencies > [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,418 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.topology/0.4.0.Boron is waiting for > dependencies [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,431 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.yangui/0.4.0.Boron is waiting for > dependencies [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,448 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.yangutils/0.4.0.Boron is > waiting for dependencies > [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,465 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.sigmatopology/0.4.0.Boron is > waiting for dependencies > [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,494 | INFO | Event Dispatcher | > BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core - > 1.6.1 | Bundle org.opendaylight.dlux.common.layout/0.4.0.Boron is waiting > for dependencies [(objectClass=org.opendaylight.dlux.loader.DluxModuleLoader), > (objectClass=org.osgi.service.http.HttpService)] > > 2016-10-27 01:44:49,505 | INFO | Event Dispatcher | > Main | - - | Karaf started in 86s. Bundle > stats: 97 active, 335 total > > > > > > > > > > > > Any pointers? > > > > Thanks for your support > > > > > > > > > > Regards > > Vikram >
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev