Hi,

On Thu, Apr 19, 2012 at 3:50 PM, Nuwan Bandara <[email protected]> wrote:

> Guys,
>
> When doing changes to, google libraries please check on the dashboard as
> well. Shindig heavily uses google libraries.
>
> Built the Gadget Server after the changes were done to the gdata-core
version and got no issues. I further checked by starting up the GS server
and got no start-up issues and gadgets were loaded in the portal.

Thanks,
Lakmali

Regards,
> /Nuwan
>
>
> On Thu, Apr 19, 2012 at 3:33 PM, Prabath Abeysekera <[email protected]>wrote:
>
>> Hi Deep,
>>
>> On Thu, Apr 19, 2012 at 1:55 PM, Deependra Ariyadewa <[email protected]>wrote:
>>
>>>
>>>
>>> On Wed, Apr 18, 2012 at 4:13 PM, Nuwan Bandara <[email protected]> wrote:
>>>
>>>> Hi
>>>>
>>>> On Wed, Apr 18, 2012 at 4:08 PM, Deependra Ariyadewa <[email protected]>wrote:
>>>>
>>>>> On Wed, Apr 18, 2012 at 3:58 PM, Nuwan Bandara <[email protected]> wrote:
>>>>> > Hi,
>>>>> >
>>>>> > You can try wiring, cassendra to specifically to the guava version
>>>>>
>>>>> Ok. I will try to wire to guava version.
>>>>>
>>>>> Google Collection is now included in to Guava and Collection project
>>>>> is frozen.
>>>>>
>>>>
>>>> Yes, but shindig version we use use old google-collections. :(
>>>>
>>>>
>>>
>>> BAM2 startup issue is fixed.
>>>
>>> Guava version is fixed in Cassandra orbit to 11.0.1.wso2v1.
>>>
>>
>> Thanks!
>>
>> As a result of this version upgrade we might also want to upgrade the
>> version of gdata-core lib as well since gdata-core refers to
>> google-collection related classes exposed by guava. Lakmali is currently
>> looking into this.
>>
>>
>>>
>>> Thanks,
>>>
>>> Deependra.
>>>
>>>
>>>>
>>>>> http://pietrowski.info/2010/01/guava-google-collections/
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Deependra.
>>>>>
>>>>> >
>>>>> > Regards,
>>>>> > /Nuwan
>>>>> >
>>>>> >
>>>>> > On Wed, Apr 18, 2012 at 3:52 PM, Deependra Ariyadewa <[email protected]>
>>>>> wrote:
>>>>> >>
>>>>> >> On Wed, Apr 18, 2012 at 3:10 PM, Prabath Abeysekera <
>>>>> [email protected]>
>>>>> >> wrote:
>>>>> >> > Hi,
>>>>> >> >
>>>>> >> > The server start-up of the BAM2 pack uploaded to [1] fails with
>>>>> the
>>>>> >> > following errors.
>>>>> >>
>>>>> >> This error occurs due to multiple version of  com.google.common.*
>>>>> >> classes. This classes set provided by both guava and
>>>>> >> google-collection.
>>>>> >>
>>>>> >>  org.wso2.carbon.dashboard.ui depends on google-collection
>>>>> >> 1.0.0.wso2v2 and Cassandra trunk version depends on guava trunk
>>>>> >> version.
>>>>> >>
>>>>> >> We are in the process of resolving this version conflict.
>>>>> >>
>>>>> >> Thanks,
>>>>> >>
>>>>> >> Deependra.
>>>>> >>
>>>>> >> >
>>>>> >> > [2012-04-17 17:55:45,307]  INFO
>>>>> >> > {org.apache.cassandra.config.DatabaseDescriptor} -  Global
>>>>> memtable
>>>>> >> > threshold is enabled at 151MB
>>>>> >> > [2012-04-17 17:55:45,397] ERROR
>>>>> >> > {org.apache.cassandra.service.AbstractCassandraDaemon} -
>>>>>  Exception
>>>>> >> > encountered during startup
>>>>> >> > java.lang.NoClassDefFoundError: com/google/common/base/Charsets
>>>>> >> > at
>>>>> >> >
>>>>> org.apache.cassandra.utils.ByteBufferUtil.bytes(ByteBufferUtil.java:228)
>>>>> >> > at
>>>>> org.apache.cassandra.config.CFMetaData.<clinit>(CFMetaData.java:72)
>>>>> >> > at
>>>>> >> >
>>>>> org.apache.cassandra.config.KSMetaData.systemKeyspace(KSMetaData.java:62)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:409)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:125)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:337)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
>>>>> >> > at java.lang.Thread.run(Thread.java:619)
>>>>> >> > Caused by: java.lang.ClassNotFoundException:
>>>>> >> > com.google.common.base.Charsets
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
>>>>> >> > 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)
>>>>> >> > ... 8 more
>>>>> >> > java.lang.NoClassDefFoundError: com/google/common/base/Charsets
>>>>> >> > at
>>>>> >> >
>>>>> org.apache.cassandra.utils.ByteBufferUtil.bytes(ByteBufferUtil.java:228)
>>>>> >> > at
>>>>> org.apache.cassandra.config.CFMetaData.<clinit>(CFMetaData.java:72)
>>>>> >> > at
>>>>> >> >
>>>>> org.apache.cassandra.config.KSMetaData.systemKeyspace(KSMetaData.java:62)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:409)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:125)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:337)
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
>>>>> >> > at java.lang.Thread.run(Thread.java:619)
>>>>> >> > Caused by: java.lang.ClassNotFoundException:
>>>>> >> > com.google.common.base.Charsets
>>>>> >> > at
>>>>> >> >
>>>>> >> >
>>>>> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
>>>>> >> > 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)
>>>>> >> > ... 8 more
>>>>> >> > Exception encountered during startup:
>>>>> com/google/common/base/Charsets
>>>>> >> > [2012-04-17 17:55:45,776]  INFO
>>>>> >> >
>>>>> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
>>>>> >> >  Registry Mode    : READ-WRITE
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > [1]
>>>>> http://builder4.us1.wso2.org:8888/bamboo/browse/WSO2CARBON-PRODUCTS-51/artifact/JOB1/BAM2
>>>>> >> >
>>>>> >> >
>>>>> >> > Regards,
>>>>> >> > Prabath
>>>>> >> >
>>>>> >> > --
>>>>> >> > Prabath Abeysekara
>>>>> >> > Software Engineer
>>>>> >> > WSO2 Inc.
>>>>> >> > Email: [email protected]
>>>>> >> > Mobile: +94774171471
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > _______________________________________________
>>>>> >> > Dev mailing list
>>>>> >> > [email protected]
>>>>> >> > http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>> >> >
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Deependra Ariyadewa
>>>>> >> WSO2, Inc. http://wso2.com/ http://wso2.org
>>>>> >>
>>>>> >> email [email protected]; cell +94 71 403 5996 ;
>>>>> >> Blog http://risenfall.wordpress.com/
>>>>> >> PGP info: KeyID: 'DC627E6F'
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Thanks & Regards,
>>>>> >
>>>>> > Nuwan Bandara
>>>>> > Senior Software Engineer
>>>>> > WSO2 Inc. | http://wso2.com
>>>>> > lean . enterprise . middleware
>>>>> >
>>>>> > http://nuwan.bandara.co
>>>>> >
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Deependra Ariyadewa
>>>>> WSO2, Inc. http://wso2.com/ http://wso2.org
>>>>>
>>>>> email [email protected]; cell +94 71 403 5996 ;
>>>>> Blog http://risenfall.wordpress.com/
>>>>> PGP info: KeyID: 'DC627E6F'
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Thanks & Regards,
>>>>
>>>> Nuwan Bandara
>>>> Senior Software Engineer
>>>> WSO2 Inc. | http://wso2.com
>>>> lean . enterprise . middleware
>>>>
>>>> http://nuwan.bandara.co
>>>> *
>>>> <http://www.nuwanbando.com/>
>>>>
>>>
>>>
>>>
>>> --
>>> Deependra Ariyadewa
>>> WSO2, Inc. http://wso2.com/ http://wso2.org
>>>
>>> email [email protected]; cell +94 71 403 5996 ;
>>> Blog http://risenfall.wordpress.com/
>>> PGP info: KeyID: 'DC627E6F'
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: [email protected] <[email protected]>
>> Mobile: +94774171471
>>
>> <http://harshana05.blogspot.com/>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Thanks & Regards,
>
> Nuwan Bandara
> Senior Software Engineer
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>
> http://nuwan.bandara.co
> *
> <http://www.nuwanbando.com/>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Lakmali Baminiwatta*
*
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware

*
*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to