Hi Asanka, The private key you downloaded from your GCE account is in PKCS format. You will need to convert it to PEM format. As per what I read, the private key in PEM format is what is required as the credentials. Please refer [1, 2].
[1]. https://github.com/pires/jclouds-gce-example/blob/master/README.md [2]. https://github.com/jclouds/jclouds-labs-google/tree/master/google-compute-engine On Sun, May 3, 2015 at 6:52 PM, Asanka Sanjaya Herath <[email protected]> wrote: > Thanks Imesh and Dakshika for information. But the error is still there. > It still says "Could not start an instance, jclouds template is null for > iaas provider [type]: gce ". > I suspect that may be a credential issue. I just added my private key ID > to credential tag in cloud-controller xml. Is that the correct way? Or Do I > need to copy and paste the whole private key to credential section? Because > when I use whole private key I got java.lang.IllegalArgumentException. > > > > On Sun, May 3, 2015 at 5:38 PM, Dakshika Jayathilaka <[email protected]> > wrote: > >> Yes, that would be great.. >> >> then we can list them accordingly. >> >> Regards, >> >> *Dakshika Jayathilaka* >> PMC Member & Committer of Apache Stratos >> Senior Software Engineer >> WSO2, Inc. >> lean.enterprise.middleware >> 0771100911 >> >> On Sun, May 3, 2015 at 5:34 PM, Imesh Gunaratne <[email protected]> wrote: >> >>> Thanks Dakshika for the quick response! I see a potential problem here. >>> >>> IMO IaaS providers cannot be treated as a enumeration because users can >>> define any number of IaaS providers with arbitrary names. As a example; >>> "ec2-1", "ec2-2", "openstack-1", "openstack-2", etc. I understand that you >>> have tried to make it more user friendly by providing a dropdown for this >>> field. >>> >>> I think we will need to expose an API method to provide all the >>> available IaaS providers. Then the UI can invoke that method to populate >>> the drop down. WDYT? >>> >>> Thanks >>> >>> On Sun, May 3, 2015 at 4:13 PM, Dakshika Jayathilaka <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> Yes, This happens due to JSON schema enum property. currently we have >>>> below enum properties in schema. >>>> >>>> "enum": ["mock", "ec2", "openstack", "kubernetes"] >>>> >>>> @Asanka: >>>> >>>> please add "enum": ["mock", "ec2", "openstack", "kubernetes", "gce" ] >>>> into it. >>>> >>>> Schema Path : >>>> >>>> components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json >>>> >>>> Regards, >>>> >>>> *Dakshika Jayathilaka* >>>> PMC Member & Committer of Apache Stratos >>>> Senior Software Engineer >>>> WSO2, Inc. >>>> lean.enterprise.middleware >>>> 0771100911 >>>> >>>> On Sun, May 3, 2015 at 11:32 AM, Imesh Gunaratne <[email protected]> >>>> wrote: >>>> >>>>> Dakshika: Do you have any thoughts on this? >>>>> >>>>> Thanks >>>>> >>>>> >>>>> On Friday, May 1, 2015, Asanka Sanjaya Herath <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi Imesh, >>>>>> >>>>>> Thanks for the response. I have attached the screen shot with this. >>>>>> >>>>>> On Fri, May 1, 2015 at 10:07 PM, Imesh Gunaratne <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Asanka, >>>>>>> >>>>>>> Good to hear that you were able to resolve the compilation issue. >>>>>>> I'm not sure whether we have a GCE account for Stratos, will check with >>>>>>> Lakmal. >>>>>>> >>>>>>> Your partition.json looks ok for me, will you be able to share a >>>>>>> screen shot of the UI where it was displayed as "mock"? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> On Fri, May 1, 2015 at 8:34 PM, Asanka Sanjaya Herath < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> >>>>>>>> Hi All, >>>>>>>> >>>>>>>> I added a network partition using CLI by using the attached JSON >>>>>>>> file. Then I looked at the stratos UI and the Network Partition >>>>>>>> provider >>>>>>>> is listed as 'mock' instead of gce for the partition I added. Will >>>>>>>> that be >>>>>>>> a problem when I deploy an application using stratos? >>>>>>>> >>>>>>>> On Fri, May 1, 2015 at 2:20 PM, Asanka Sanjaya Herath < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Build succeeded once I remove the .m2 folder. I'm just wondering >>>>>>>>> whether I should use my own GCE account or an account provided by you. >>>>>>>>> Because the trial period of my existing GCE account will end in 19 >>>>>>>>> days. >>>>>>>>> >>>>>>>>> On Thu, Apr 30, 2015 at 10:25 AM, Asanka Sanjaya Herath < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> Thanks Imesh for the information. I'll try again by removing the >>>>>>>>>> .m2 folder and update the thread. >>>>>>>>>> >>>>>>>>>> On Thu, Apr 30, 2015 at 10:14 AM, Imesh Gunaratne < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Hi Asanka, >>>>>>>>>>> >>>>>>>>>>> I found following errors in your log: >>>>>>>>>>> >>>>>>>>>>> [ERROR] >>>>>>>>>>> /home/sanjaya/myStratos/stratos/extensions/cep/stratos-cep-extension/src/main/java/org/apache/stratos/cep/extension/SecondDerivativeFinderWindowProcessor.java:[51,1] >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [ERROR] symbol: class SiddhiExtension >>>>>>>>>>> [ERROR] @SiddhiExtension(namespace = "stratos", function = >>>>>>>>>>> "secondDerivative") >>>>>>>>>>> [ERROR] >>>>>>>>>>> /home/sanjaya/myStratos/stratos/extensions/cep/stratos-cep-extension/src/main/java/org/apache/stratos/cep/extension/SecondDerivativeFinderWindowProcessor.java:[58,21] >>>>>>>>>>> package Attribute does not exist >>>>>>>>>>> [ERROR] >>>>>>>>>>> /home/sanjaya/myStratos/stratos/extensions/cep/stratos-cep-extension/src/main/java/org/apache/stratos/cep/extension/SecondDerivativeFinderWindowProcessor.java:[181,71] >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [ERROR] symbol : class Type >>>>>>>>>>> [ERROR] location: class >>>>>>>>>>> org.apache.stratos.cep.extension.SecondDerivativeFinderWindowProcessor >>>>>>>>>>> [ERROR] >>>>>>>>>>> /home/sanjaya/myStratos/stratos/extensions/cep/stratos-cep-extension/src/main/java/org/apache/stratos/cep/extension/SecondDerivativeFinderWindowProcessor.java:[238,24] >>>>>>>>>>> cannot find symbol >>>>>>>>>>> >>>>>>>>>>> It looks like the CEP extension module cannot find some of the >>>>>>>>>>> classes in Siddhi library. Can you please check whether you can >>>>>>>>>>> find the >>>>>>>>>>> following artifact in your local .m2 repository? >>>>>>>>>>> >>>>>>>>>>> <groupId>org.wso2.siddhi</groupId> >>>>>>>>>>> <artifactId>siddhi-core</artifactId> >>>>>>>>>>> <version>2.0.0-wso2v5</version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wed, Apr 29, 2015 at 7:57 PM, Asanka Sanjaya Herath < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi, >>>>>>>>>>>> >>>>>>>>>>>> I build again using maven 3.0.4 and oracle Java 1.7.0 but still >>>>>>>>>>>> I'm getting the same error. >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Apr 29, 2015 at 6:45 PM, Asanka Sanjaya Herath < >>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, Apr 29, 2015 at 6:42 PM, Asanka Sanjaya Herath < >>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Hi Isuru, >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thank you for the information. Currently I have Java 1.6. >>>>>>>>>>>>>> I'll build using Java 1.7 and update the tread. >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Wed, Apr 29, 2015 at 6:00 PM, Isuru Haththotuwa < >>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hi Asanka, >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I just build master branch with tests successfully. What is >>>>>>>>>>>>>>> the Java version and the Maven version that you are using? Its >>>>>>>>>>>>>>> recommended >>>>>>>>>>>>>>> to use Oracle JDK 1.7 and Maven 3.x.x. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Wed, Apr 29, 2015 at 4:32 PM, Asanka Sanjaya Herath < >>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Hi All, >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I tried to build the latest stratos source master branch. I >>>>>>>>>>>>>>>> ended up with getting this error- please see the attachment. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Tue, Apr 28, 2015 at 10:35 PM, Asanka Sanjaya Herath < >>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi Vishanth, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Thanks for the information. I'll try to deploy an >>>>>>>>>>>>>>>>> application manually using the CLI. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> On Tue, Apr 28, 2015 at 10:30 PM, Vishanth Balasubramaniam >>>>>>>>>>>>>>>>> <[email protected]> wrote: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Hi Asanka, >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Currently we do not have any sample applications written >>>>>>>>>>>>>>>>>> for GCE IaaS. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>> Vishanth >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> On Tue, Apr 28, 2015 at 10:20 PM, Asanka Sanjaya Herath < >>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Hi All, >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Thanks for selecting me for this project. I'm just >>>>>>>>>>>>>>>>>>> wondering whether there is any sample script already >>>>>>>>>>>>>>>>>>> available for >>>>>>>>>>>>>>>>>>> deploying an application in GCE. I can find the ec-2 and >>>>>>>>>>>>>>>>>>> openstack scripts. >>>>>>>>>>>>>>>>>>> But are there any automated script available for GCE? >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> On Thu, Mar 26, 2015 at 10:03 PM, Asanka Sanjaya Herath >>>>>>>>>>>>>>>>>>> <[email protected]> wrote: >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Here I'm sharing my proposal [1] for GCE load balancing >>>>>>>>>>>>>>>>>>>> support for Stratos. Any comment or suggestion is really >>>>>>>>>>>>>>>>>>>> appreciated. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> [1]. >>>>>>>>>>>>>>>>>>>> https://docs.google.com/document/d/1tdOGPA2d8_D1-qX0KE0xlzYMFi7JWIwcJmHjmUibQls/edit?usp=sharing >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> On Thu, Mar 26, 2015 at 12:59 AM, Asanka Sanjaya Herath >>>>>>>>>>>>>>>>>>>> <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> I started writing the proposal for ec-2 load balancer >>>>>>>>>>>>>>>>>>>>> project. I'm sharing my proposal [1] with all. Any >>>>>>>>>>>>>>>>>>>>> suggestions and >>>>>>>>>>>>>>>>>>>>> comments are appreciated. >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> [1]. >>>>>>>>>>>>>>>>>>>>> https://docs.google.com/document/d/1AtO0URu1oCfanyDxaQZsSv5PTH-O3oJ_OHwRgyPhtpc/edit?usp=sharing >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Thanks. >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> On Sun, Mar 22, 2015 at 11:42 AM, Asanka Sanjaya >>>>>>>>>>>>>>>>>>>>> Herath <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Thanks for the information. >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> On Sun, Mar 22, 2015 at 10:05 AM, Imesh Gunaratne < >>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Hi Asanka, >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> You can find some information here: >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> https://docs.google.com/document/d/1_UyglvcuNASxFbC6YK4zDoKohx9xiiqBNZqMiezkhzo/edit#heading=h.3hnlljt63y71 >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> On Sun, Mar 22, 2015 at 2:37 AM, Asanka Sanjaya >>>>>>>>>>>>>>>>>>>>>>> Herath <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> I'm trying to configure GCE IaaS in stratos. Are >>>>>>>>>>>>>>>>>>>>>>>> there any written documentation regarding this? >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> Thanks. >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> On Sun, Mar 15, 2015 at 2:40 PM, Asanka Sanjaya >>>>>>>>>>>>>>>>>>>>>>>> Herath <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Hi Imesh, >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Thank you for information. I'll go through these >>>>>>>>>>>>>>>>>>>>>>>>> and get back to you with the draft proposal soon. >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Thanks. >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> On Sun, Mar 15, 2015 at 1:54 PM, Imesh Gunaratne < >>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Hi Asanka, >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> It's nice to hear from you! The expectations of >>>>>>>>>>>>>>>>>>>>>>>>>> above projects are to implement Stratos load >>>>>>>>>>>>>>>>>>>>>>>>>> balancer extensions to >>>>>>>>>>>>>>>>>>>>>>>>>> programatically configure Amazon AWS load balancer >>>>>>>>>>>>>>>>>>>>>>>>>> and GCE load balancer to >>>>>>>>>>>>>>>>>>>>>>>>>> work with Stratos. You could do the following to >>>>>>>>>>>>>>>>>>>>>>>>>> start with these projects: >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> - Find information on AWS/GCE load balancer APIs >>>>>>>>>>>>>>>>>>>>>>>>>> - Create an AWS/GCE account and try out the above >>>>>>>>>>>>>>>>>>>>>>>>>> APIs >>>>>>>>>>>>>>>>>>>>>>>>>> - Try to setup a sample load balancing scenario >>>>>>>>>>>>>>>>>>>>>>>>>> on EC2/GCE with their load balancers >>>>>>>>>>>>>>>>>>>>>>>>>> - Document your experience >>>>>>>>>>>>>>>>>>>>>>>>>> - Find information about the Stratos load >>>>>>>>>>>>>>>>>>>>>>>>>> balancer extension, we updated this recently >>>>>>>>>>>>>>>>>>>>>>>>>> - Prepare project proposals with the above >>>>>>>>>>>>>>>>>>>>>>>>>> information >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Thanks >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> On Sun, Mar 15, 2015 at 12:08 PM, Asanka Sanjaya >>>>>>>>>>>>>>>>>>>>>>>>>> Herath <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> I Asanka Sanjaya, am willing to do GSoC this >>>>>>>>>>>>>>>>>>>>>>>>>>> year and I found project on $subject very >>>>>>>>>>>>>>>>>>>>>>>>>>> interesting. I'm currently a >>>>>>>>>>>>>>>>>>>>>>>>>>> final year undergraduate of faculty of Information >>>>>>>>>>>>>>>>>>>>>>>>>>> Technology University of >>>>>>>>>>>>>>>>>>>>>>>>>>> Moratuwa. I have worked with Apache Stratos before >>>>>>>>>>>>>>>>>>>>>>>>>>> and I would like to >>>>>>>>>>>>>>>>>>>>>>>>>>> compose project proposals for these two projects >>>>>>>>>>>>>>>>>>>>>>>>>>> [1], [2] since both are >>>>>>>>>>>>>>>>>>>>>>>>>>> similar kind of projects. >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> I'm currently working on the project proposals >>>>>>>>>>>>>>>>>>>>>>>>>>> and I kindly request you to guide me on steps to >>>>>>>>>>>>>>>>>>>>>>>>>>> follow. >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> 1. >>>>>>>>>>>>>>>>>>>>>>>>>>> https://issues.apache.org/jira/browse/STRATOS-499 >>>>>>>>>>>>>>>>>>>>>>>>>>> 2. >>>>>>>>>>>>>>>>>>>>>>>>>>> https://issues.apache.org/jira/browse/STRATOS-500 >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>> Imesh Gunaratne >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Technical Lead, WSO2 >>>>>>>>>>>>>>>>>>>>>>>>>> Committer & PMC Member, Apache Stratos >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>> Imesh Gunaratne >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Technical Lead, WSO2 >>>>>>>>>>>>>>>>>>>>>>> Committer & PMC Member, Apache Stratos >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>> *Vishanth Balasubramaniam* >>>>>>>>>>>>>>>>>> Software Engineer >>>>>>>>>>>>>>>>>> WSO2 Inc.; http://wso2.com >>>>>>>>>>>>>>>>>> lean.enterprise.middleware >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> mobile: *+94771737718* >>>>>>>>>>>>>>>>>> about me: *http://about.me/vishanth >>>>>>>>>>>>>>>>>> <http://about.me/vishanth>* >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>> ASH >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> Thanks and Regards, >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Isuru H. >>>>>>>>>>>>>>>> +94 716 358 048* <http://wso2.com/>* >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> * <http://wso2.com/>* >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>> ASH >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> Thanks, >>>>>>>>>>>>> Regards, >>>>>>>>>>>>> ASH >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Regards, >>>>>>>>>>>> ASH >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Imesh Gunaratne >>>>>>>>>>> >>>>>>>>>>> Senior Technical Lead, WSO2 >>>>>>>>>>> Committer & PMC Member, Apache Stratos >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Thanks, >>>>>>>>>> Regards, >>>>>>>>>> ASH >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Thanks, >>>>>>>>> Regards, >>>>>>>>> ASH >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Thanks, >>>>>>>> Regards, >>>>>>>> ASH >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Imesh Gunaratne >>>>>>> >>>>>>> Senior Technical Lead, WSO2 >>>>>>> Committer & PMC Member, Apache Stratos >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks, >>>>>> Regards, >>>>>> ASH >>>>>> >>>>> >>>>> >>>>> -- >>>>> Imesh Gunaratne >>>>> >>>>> Senior Technical Lead, WSO2 >>>>> Committer & PMC Member, Apache Stratos >>>>> >>>>> >>>> >>> >>> >>> -- >>> Imesh Gunaratne >>> >>> Senior Technical Lead, WSO2 >>> Committer & PMC Member, Apache Stratos >>> >> >> > > > -- > Thanks, > Regards, > ASH > > -- > Thanks and Regards, > > Isuru H. > +94 716 358 048* <http://wso2.com/>* > > > * <http://wso2.com/>* > > >
