Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-14 Thread Hasitha Amal De Silva
Hi Harsha / PrabhathA, I have created pull requests for the above 2 patches. Please review and commit. https://github.com/wso2-dev/carbon-storage-management/pull/52 https://github.com/wso2/orbit/pull/30 Appreciate if the updated cql-driver and cassandra jars could be added to the nexus repo

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Hasitha Amal De Silva
Hi all, In terms of the andes component, we need to upgrade the guava dependencies to 14 from version 13 and verify. I'm working on this. On Mon, Oct 13, 2014 at 11:19 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Ramith/MB team, This is all fixed. Let me know if you guys happen to run

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Hasitha Amal De Silva
Hi All, The dependency fixes of andes compoenent is submitted through https://github.com/wso2-dev/andes/pull/95 . I have tested with these fixes locally and it works as expected. @PrabhathA : The following patches should be committed respectively to orbit and storage-management repos. I also

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Prabath Abeysekera
Hi Harsha, On Tue, Oct 14, 2014 at 12:05 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi All, The dependency fixes of andes compoenent is submitted through https://github.com/wso2-dev/andes/pull/95 . I have tested with these fixes locally and it works as expected. @PrabhathA : The

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-13 Thread Harsha Kumara
Hi Prabath, Sure I'll check this. Thanks, Harsha On Tue, Oct 14, 2014 at 8:32 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Harsha, On Tue, Oct 14, 2014 at 12:05 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi All, The dependency fixes of andes compoenent is submitted through

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-12 Thread Prabath Abeysekera
Hi Ramith/MB team, This is all fixed. Let me know if you guys happen to run into any other problem further to this. Cheers, Prabath On Tue, Oct 7, 2014 at 11:41 AM, Prabath Abeysekera praba...@wso2.com wrote: To give you guys an update on what's been done so far, I've managed to make both

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-07 Thread Prabath Abeysekera
To give you guys an update on what's been done so far, I've managed to make both Cassandra as well as CQL Driver use the same guava version (14.0.1) exposed by the platform and fix all the issues reported in the thread. However, now I've come across another problem where Andes is unable to get

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-04 Thread Ramith Jayasinghe
Hi Prabath, This has become a blocker for the MB v 3.0.0 M1. (Since Dhanuka might be travelling) Shall we have a look on how to fix this on Monday? regards Ramith. On Fri, Oct 3, 2014 at 10:52 PM, Dhanuka Ranasinghe dhan...@wso2.com wrote: Hi Sameera, The reason for embed third party

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Asitha Nanayakkara
Hi everyone, Since the issue is a blocker for us we are making the versions consistent throughout the platform by using the existing cql-driver. Changes needed in carbon-storage-management is complete. @PrabathA: Please review and merge the pull request

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Asanka Abeyweera
Hi all, I created a pull request [1] in wso2/orbit removing the parent pom reference in cql-driver bundle. Can we release this as cql-driver-1.0.5.wso2v2 in wso2/orbit? [1] https://github.com/wso2/orbit/pull/26 On Fri, Oct 3, 2014 at 6:17 PM, Asitha Nanayakkara asi...@wso2.com wrote: Hi

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Harsha Kumara
Adding Maheshika. On Fri, Oct 3, 2014 at 6:23 PM, Asanka Abeyweera asank...@wso2.com wrote: Hi all, I created a pull request [1] in wso2/orbit removing the parent pom reference in cql-driver bundle. Can we release this as cql-driver-1.0.5.wso2v2 in wso2/orbit? [1]

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Dhanuka Ranasinghe
Hi, I don't have permission to merge below pull request, I guess some one who has permission would need to attend this. https://github.com/wso2/orbit/pull/26 Cheers, Dhanuka *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Sameera Jayasoma
Hi Dhanuka, I noticed few issues in pom.xml of this orbit bundle. 1) Import package section is empty. Please the put correct import package list. 2) Optional=true is missing from some of the dependencies. 3) Following third-party libraries have been embedded inside this orbit bundle netty

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-03 Thread Dhanuka Ranasinghe
Hi Sameera, The reason for embed third party libraries is osgi cyclic dependency issue. This has been discussed long time back with Kishanthan and you. Cheers, Dhanuka *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94

Re: [Dev] [WSO2MB] Cannot start User Manager Core bundle error on server startup

2014-10-01 Thread Asitha Nanayakkara
adding dev list On Wed, Oct 1, 2014 at 9:36 AM, Asanka Abeyweera asank...@wso2.com wrote: Hi Asitha/Prabath, The issue is seems to be a side effect of the switch we made from cql-driver to cassandra-driver-core. I reverted back to cql-driver and the issue does not occur after that.