[Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
Packs are here:

http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta03/

Samisa...

On Fri, Mar 5, 2010 at 6:02 AM, Samisa Abeysinghe  wrote:

> Packs available:
>
> http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta02/
>
> 
> Samisa...
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Krishantha Samaraweera
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.(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.(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(Instan

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Sumedha Rubasinghe
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  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.(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.(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(S

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
This might be because the feature build failed. Tyrell is looking into the
issue.

Samisa...

On Mon, Mar 8, 2010 at 10:10 AM, Sumedha Rubasinghe 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> 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.(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.(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(DelegatingMethodAcce

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Ruwan Linton
Samisa Abeysinghe wrote:
> This might be because the feature build failed. Tyrell is looking into 
> the issue.
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.

Thanks,
Ruwan
>
> Samisa...
>
> On Mon, Mar 8, 2010 at 10:10 AM, Sumedha Rubasinghe  > 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
> 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.(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.carb

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  wrote:

> Samisa Abeysinghe wrote:
> > This might be because the feature build failed. Tyrell is looking into
> > the issue.
> 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  > > 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
> > 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.(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)
> > 

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Senaka Fernando
On Mon, Mar 8, 2010 at 10:41 AM, Samisa Abeysinghe  wrote:

>
>
> On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  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 > > > 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
>> > 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.(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.regist

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Tyrell Perera
I just built Dashboard component and feature. Everything seems fine now.
Maybe the POMs were unstable when this build was triggered.

Tyrell


On Mon, Mar 8, 2010 at 10:49 AM, Senaka Fernando  wrote:

>
>
> On Mon, Mar 8, 2010 at 10:41 AM, Samisa Abeysinghe wrote:
>
>>
>>
>> On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  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 >> > > 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
>>> > 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.(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
>

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
Will try now

Samisa...

On Mon, Mar 8, 2010 at 11:18 AM, Tyrell Perera  wrote:

> I just built Dashboard component and feature. Everything seems fine now.
> Maybe the POMs were unstable when this build was triggered.
>
> Tyrell
>
>
>
> On Mon, Mar 8, 2010 at 10:49 AM, Senaka Fernando  wrote:
>
>>
>>
>> On Mon, Mar 8, 2010 at 10:41 AM, Samisa Abeysinghe wrote:
>>
>>>
>>>
>>> On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  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 >>> > > 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
 > 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.(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

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Ruwan Linton
Samisa Abeysinghe wrote:
>
>
> On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  > wrote:
>
> Samisa Abeysinghe wrote:
> > This might be because the feature build failed. Tyrell is
> looking into
> > the issue.
> 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.
The script should grep the build result of the previous build before 
invoking the next.

The script that we have been using in the previous era of carbon [1], 
had this check. Search for the following string and the relevant 
function on [1];

BUILD_STATUS=`tail -10 $PRGDIR/logs/$1-product-build.log | grep 
"BUILD SUCCESSFUL"`

Thanks,
Ruwan

[1] - https://svn.wso2.org/repos/wso2/people/ruwan/scripts-2.0/release.sh
>
> Samisa...
>  
>
>
> Thanks,
> Ruwan
> >
> > Samisa...
> >
> > On Mon, Mar 8, 2010 at 10:10 AM, Sumedha Rubasinghe
> 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
> > 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.(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)
> >   

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Ruwan Linton
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  > wrote:
>
>
>
> On Mon, Mar 8, 2010 at 10:41 AM, Samisa Abeysinghe
> mailto:sam...@wso2.com>> wrote:
>
>
>
> On Mon, Mar 8, 2010 at 10:35 AM, Ruwan Linton  > 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
> 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
> > 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.(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)
> >  

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
On Mon, Mar 8, 2010 at 11:26 AM, Ruwan Linton  wrote:

> 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.
>

It is last night that I built the packs.

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


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-07 Thread Samisa Abeysinghe
Looks like it is working. Starting the build now!

Samisa...

On Mon, Mar 8, 2010 at 11:30 AM, Samisa Abeysinghe  wrote:

>
>
> On Mon, Mar 8, 2010 at 11:26 AM, Ruwan Linton  wrote:
>
>> 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.
>>
>
> It is last night that I built the packs.
>
> Samisa...
>
>


-- 
Samisa Abeysinghe
Director, Engineering - WSO2 Inc.

http://wso2.com/ - "lean . enterprise . middleware"
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-08 Thread Samisa Abeysinghe
Build still failing. I have sent the error on a separate thread.
Basically org.wso2.carbon.gadget.editor.ui.feature missing

Samisa...

On Mon, Mar 8, 2010 at 11:44 AM, Samisa Abeysinghe  wrote:

> Looks like it is working. Starting the build now!
>
> Samisa...
>
>
> On Mon, Mar 8, 2010 at 11:30 AM, Samisa Abeysinghe wrote:
>
>>
>>
>> On Mon, Mar 8, 2010 at 11:26 AM, Ruwan Linton  wrote:
>>
>>> 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.
>>>
>>
>> It is last night that I built the packs.
>>
>> Samisa...
>>
>>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering - WSO2 Inc.
>
> http://wso2.com/ - "lean . enterprise . middleware"
>



-- 
Samisa Abeysinghe
Director, Engineering - WSO2 Inc.

http://wso2.com/ - "lean . enterprise . middleware"
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 03

2010-03-08 Thread Tyrell Perera
On Mon, Mar 8, 2010 at 2:15 PM, Samisa Abeysinghe  wrote:

> Build still failing. I have sent the error on a separate thread.
> Basically org.wso2.carbon.gadget.editor.ui.feature missing
>
>
Looks like this is not included in the Feature parent POM.

Tyrell


> Samisa...
>
>
> On Mon, Mar 8, 2010 at 11:44 AM, Samisa Abeysinghe wrote:
>
>> Looks like it is working. Starting the build now!
>>
>> Samisa...
>>
>>
>> On Mon, Mar 8, 2010 at 11:30 AM, Samisa Abeysinghe wrote:
>>
>>>
>>>
>>> On Mon, Mar 8, 2010 at 11:26 AM, Ruwan Linton  wrote:
>>>
 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.

>>>
>>> It is last night that I built the packs.
>>>
>>> Samisa...
>>>
>>>
>>
>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://wso2.com/ - "lean . enterprise . middleware"
>>
>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering - WSO2 Inc.
>
> http://wso2.com/ - "lean . enterprise . middleware"
>
> ___
> Carbon-dev mailing list
> 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