This is already fixed. Please update the orbits and build. Thanks Ajith
On Tue, Mar 12, 2013 at 10:54 AM, Dinusha Senanayaka <[email protected]>wrote: > Hi, > > Following exception is thrown at the server startup time.. And when check > with osgi console, org.wso2.carbon.governance.api_4.0.8 and > org.wso2.carbon.registry.extensions_4.0.8 bundles does not get activated.. > diagnose of the registry.extensions bundle shows as [1].. could this be due > to missing some dependency ? Appreciate help to resolve.. > > [2013-03-12 10:07:05,100] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.ExtensionsSymLinkHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,101] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.RetentionHandler. This handler > will not be registered. All handler and filter classes should be in the > class path of the Registry. > [2013-03-12 10:07:05,101] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.WSDLMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,102] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,102] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,102] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.DeleteHierarchyHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,103] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.DeleteHierarchyHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,103] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.SmartLifecycleLinkHandler. > This handler will not be registered. All handler and filter classes should > be in the class path of the Registry. > [2013-03-12 10:07:05,103] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.PolicyMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,103] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.XSDMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,104] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.ExternalLinkHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,104] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.EndpointMediaTypeHandler. This > handler will not be registered. All handler and filter classes should be in > the class path of the Registry. > [2013-03-12 10:07:05,133] WARN - RegistryConfigurationProcessor Could not > find the handler class > org.wso2.carbon.registry.extensions.handlers.DeleteSubscriptionHandler. > This handler will not be registered. All handler and filter classes should > be in the class path of the Registry. > [2013-03-12 10:07:05,136] ERROR - RegistryCoreServiceComponent Failed to > activate Registry Core bundle > java.lang.NoClassDefFoundError: > org/wso2/carbon/governance/api/exception/GovernanceException > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:169) > at > org.wso2.carbon.registry.core.utils.RegistryUtils.loadClass(RegistryUtils.java:1668) > at > org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor$HandlerDefinitionObject.invoke(RegistryConfigurationProcessor.java:932) > at > org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.buildHandler(RegistryConfigurationProcessor.java:593) > at > org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.initializeHandlers(RegistryConfigurationProcessor.java:546) > at > org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.populateRegistryConfig(RegistryConfigurationProcessor.java:378) > at > org.wso2.carbon.registry.core.config.RegistryContext.<init>(RegistryContext.java:461) > at > org.wso2.carbon.registry.core.config.RegistryContext.<init>(RegistryContext.java:442) > at > org.wso2.carbon.registry.core.config.RegistryContext.getBaseInstance(RegistryContext.java:321) > at > org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:629) > at > org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:566) > at > org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:120) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:252) > at > org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) > at > org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:346) > at > org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:588) > at > org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:196) > at > org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:328) > at > org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:221) > at > org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) > 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:819) > at > org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) > at > org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) > at > org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) > at > org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:68) > at > org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711) > at java.security.AccessController.doPrivileged(Native Method) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683) > at > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389) > at > org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1130) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.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) > Caused by: java.lang.ClassNotFoundException: > org.wso2.carbon.governance.api.exception.GovernanceException > at > org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417) > at > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > ... 50 more > > > [1]. Direct constraints which are unresolved: > Missing imported package org.jvnet.ws.wadl.ast_[1.1.0,2.0.0). > Missing imported package org.jvnet.ws.wadl.util_[1.1.0,2.0.0). > Missing optionally imported package org.uddi.api_v3_[3.0.0,4.0.0). > Missing optionally imported package > org.wso2.carbon.registry.extensions.handlers.scm_0.0.0. > Missing optionally imported package > org.wso2.carbon.registry.extensions.jmx_0.0.0. > Missing optionally imported package > org.wso2.carbon.registry.uddi.utils_[4.0.0,5.0.0). > Leaf constraints in the dependency chain which are unresolved: > reference:file:plugins/wadl-core_1.1.3.wso2v1.jar [433] > Missing imported package javax.xml.bind.annotation.adapters_0.0.0. > > Regards, > Dinusha. > > > -- Ajith Vitharana. Senior Software Engineer, Member,Management Committee, Integration Technologies. WSO2 Inc. - http://wso2.org Email : [email protected] Mobile : +94772217350
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
