Tyrell Perera wrote:
> I just built Dashboard component and feature. Everything seems fine 
> now. Maybe the POMs were unstable when this build was triggered.
gadgetframework.ui module was not included on the dashboard aggregator 
module, and I have fixed it on yesterday in the morning.

Thanks,
Ruwan
>
> Tyrell
>
>
> On Mon, Mar 8, 2010 at 10:49 AM, Senaka Fernando <sen...@wso2.com 
> <mailto:sen...@wso2.com>> wrote:
>
>
>
>     On Mon, Mar 8, 2010 at 10:41 AM, Samisa Abeysinghe
>     <sam...@wso2.com <mailto:sam...@wso2.com>> wrote:
>
>
>
>         On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton <ru...@wso2.com
>         <mailto:ru...@wso2.com>> wrote:
>
>             Samisa Abeysinghe wrote:
>             > This might be because the feature build failed. Tyrell
>             is looking into
>             > the issue.
>
>
>     Yes. It seems that the updates have not made it to the product.
>
>     Thanks,
>     Senaka.
>      
>
>             If the features build failed, then there is no point in
>             building the
>             releases, since we build the release artifacts using
>             features, and the
>             set of builds are having the components built with the
>             last build.
>
>
>         It runs through a script. 
>
>         Samisa...
>          
>
>
>             Thanks,
>             Ruwan
>             >
>             > Samisa...
>             >
>             > On Mon, Mar 8, 2010 at 10:10 AM, Sumedha Rubasinghe
>             <sume...@wso2.com <mailto:sume...@wso2.com>
>             > <mailto:sume...@wso2.com <mailto:sume...@wso2.com>>> wrote:
>             >
>             >     Looks like an old version of a component has gone
>             in.  Need to
>             >     re-build.
>             >
>             >     /sumedha
>             >
>             >
>             >
>             >     On Mon, Mar 8, 2010 at 10:03 AM, Krishantha Samaraweera
>             >     <krishan...@wso2.com <mailto:krishan...@wso2.com>
>             <mailto:krishan...@wso2.com <mailto:krishan...@wso2.com>>>
>             wrote:
>             >
>             >         Hi All,
>             >
>             >         I see following exception on G-Reg server
>             startup console.
>             >
>             >         [2010-03-08 10:26:29,907] ERROR -  Could not
>             initialize custom
>             >         handlers. Caused by:
>             >        
>             
> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler.setSchemaMediaType(java.lang.String)
>             >         java.lang.NoSuchMethodException:
>             >        
>             
> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler.setSchemaMediaType(java.lang.String)
>             >                 at
>             java.lang.Class.getMethod(Class.java:1605)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor$HandlerDefinitionObject.invoke(RegistryConfigurationProcessor.java:861)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.buildHandler(RegistryConfigurationProcessor.java:533)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.initializeHandlers(RegistryConfigurationProcessor.java:486)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.populateRegistryConfig(RegistryConfigurationProcessor.java:314)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryContext.<init>(RegistryContext.java:371)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryContext.getBaseInstance(RegistryContext.java:267)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:314)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:268)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:86)
>             >                 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:230)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:393)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:176)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:786)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:753)
>             >                 at
>             >        
>             org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:88)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70)
>             >         [2010-03-08 10:26:29,911] ERROR -  Unable to get
>             instance of
>             >         the registry context
>             >        
>             org.wso2.carbon.registry.core.exceptions.RegistryException:
>             >         Could not initialize custom handlers. Caused by:
>             >        
>             
> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler.setSchemaMediaType(java.lang.String)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.initializeHandlers(RegistryConfigurationProcessor.java:491)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.populateRegistryConfig(RegistryConfigurationProcessor.java:314)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryContext.<init>(RegistryContext.java:371)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryContext.getBaseInstance(RegistryContext.java:267)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:314)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:268)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:86)
>             >                 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:230)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:393)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:176)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:786)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:753)
>             >                 at
>             >        
>             org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:88)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70)
>             >         Caused by: java.lang.NoSuchMethodException:
>             >        
>             
> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler.setSchemaMediaType(java.lang.String)
>             >                 at
>             java.lang.Class.getMethod(Class.java:1605)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor$HandlerDefinitionObject.invoke(RegistryConfigurationProcessor.java:861)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.buildHandler(RegistryConfigurationProcessor.java:533)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.initializeHandlers(RegistryConfigurationProcessor.java:486)
>             >                 ... 21 more
>             >         [2010-03-08 10:26:29,912] ERROR -  Failed to
>             activate Registry
>             >         Core bundle
>             >         java.lang.NullPointerException
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:316)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:268)
>             >                 at
>             >        
>             
> org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:86)
>             >                 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:230)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:393)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:176)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:786)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:753)
>             >                 at
>             >        
>             org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:88)
>             >                 at
>             >        
>             
> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70)
>             >
>             >         Thanks,
>             >         Krishantha.
>             >
>             >         On Mon, Mar 8, 2010 at 5:18 AM, Samisa Abeysinghe
>             >         <sam...@wso2.com <mailto:sam...@wso2.com>
>             <mailto:sam...@wso2.com <mailto:sam...@wso2.com>>> wrote:
>             >
>             >             Packs are here:
>             >
>             >            
>             http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta03/
>             
> <http://builder.wso2.org/%7Ecarbon/releases/carbon/3.0.0/2PreBeta03/>
>             >            
>             
> <http://builder.wso2.org/%7Ecarbon/releases/carbon/3.0.0/2PreBeta03/>
>             >
>             >             Samisa...
>             >
>             >             On Fri, Mar 5, 2010 at 6:02 AM, Samisa
>             Abeysinghe
>             >             <sam...@wso2.com <mailto:sam...@wso2.com>
>             <mailto:sam...@wso2.com <mailto:sam...@wso2.com>>> wrote:
>             >
>             >                 Packs available:
>             >
>             >                
>             http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta02/
>             
> <http://builder.wso2.org/%7Ecarbon/releases/carbon/3.0.0/2PreBeta02/>
>             >                
>             
> <http://builder.wso2.org/%7Ecarbon/releases/carbon/3.0.0/2PreBeta02/>
>             >
>             >
>             >                 Samisa...
>             >
>             >
>             >
>             >             _______________________________________________
>             >             Carbon-dev mailing list
>             >             Carbon-dev@wso2.org
>             <mailto:Carbon-dev@wso2.org> <mailto:Carbon-dev@wso2.org
>             <mailto:Carbon-dev@wso2.org>>
>             >            
>             https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>             >
>             >
>             >
>             >         _______________________________________________
>             >         Carbon-dev mailing list
>             >         Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>             <mailto:Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>>
>             >        
>             https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>             >
>             >
>             >
>             >     _______________________________________________
>             >     Carbon-dev mailing list
>             >     Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>             <mailto:Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>>
>             >    
>             https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>             >
>             >
>             >
>             >
>             > --
>             > Samisa Abeysinghe
>             > Director, Engineering - WSO2 Inc.
>             >
>             > http://wso2.com/ - "lean . enterprise . middleware"
>             >
>             
> ------------------------------------------------------------------------
>             >
>             > _______________________________________________
>             > Carbon-dev mailing list
>             > Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>             > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>             >
>
>
>             --
>             Ruwan Linton
>             Technical Lead & Product Manager; WSO2 ESB;
>             http://wso2.org/esb
>             WSO2 <http://wso2.org/esbWSO2> Inc.; http://wso2.org
>             phone: +1 408 754 7388 ext 51789
>             email: ru...@wso2.com <mailto:ru...@wso2.com>; cell: +94
>             77 341 3097
>             blog: http://blog.ruwan.org
>
>             Lean . Enterprise . Middleware
>
>
>             _______________________________________________
>             Carbon-dev mailing list
>             Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>             https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
>
>         -- 
>         Samisa Abeysinghe
>         Director, Engineering - WSO2 Inc.
>
>         http://wso2.com/ - "lean . enterprise . middleware"
>
>         _______________________________________________
>         Carbon-dev mailing list
>         Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>         https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
>
>     -- 
>     Senaka Fernando
>     Software Engineer
>     WSO2 Inc.
>     E-mail: senaka AT wso2.com <http://wso2.com>;  Mobile: +94 77 322 1818
>
>     http://www.wso2.com/ - "Lean . Enterprise . Middleware"
>
>     _______________________________________________
>     Carbon-dev mailing list
>     Carbon-dev@wso2.org <mailto:Carbon-dev@wso2.org>
>     https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
>
> -- 
> Tyrell Perera
> Technical Lead and Product Manager - WSO2 Mashup Server, WSO2 Gadget 
> Server
>
> WSO2, Inc.; http://www.wso2.com/
> "Lean Enterprise Middleware"
>
> http://www.linkedin.com/in/tyrell
> http://tyrellperera.blogspot.com
> http://twitter.com/tyrellperera
> ------------------------------------------------------------------------
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>   


-- 
Ruwan Linton
Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.org
phone: +1 408 754 7388 ext 51789
email: ru...@wso2.com; cell: +94 77 341 3097
blog: http://blog.ruwan.org

Lean . Enterprise . Middleware


_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to