[GitHub] stratos pull request: Remove UUID and tenantId from PartitionRefer...

2015-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Commented] (STRATOS-1431) Cluster won't scale down if Stratos is stopped when ready to shutdown members available

2015-08-18 Thread Vishanth (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702554#comment-14702554 ] Vishanth commented on STRATOS-1431: --- Fixed in 5aa0417eb53b3186cfa77309617c1798ebee7a21

[GitHub] stratos pull request: Remove UUID and tenantId from PartitionRefer...

2015-08-18 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/441 Remove UUID and tenantId from PartitionReferenceBean Remove UUID and tenantId from NetworkPartitionReferenceBean You can merge this pull request into a Git repository by running: $ git pull h

[GitHub] stratos pull request: Removing UUID and tenantId from PartitionBea...

2015-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/439 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] stratos pull request: Thrift Client Configuration Modification

2015-08-18 Thread Thanu
GitHub user Thanu opened a pull request: https://github.com/apache/stratos/pull/440 Thrift Client Configuration Modification This P/R includes Stratos thrift-client-config.xml file change to read DAS thrift client configuration from the same file and thrift config parser and publi

Re: FW: Stratos build failure

2015-08-18 Thread Akila Ravihansa Perera
Hi Imesh, I don't think that dependency in distribution pom is used. We are not referring to that in assembly descriptor. So I think it's safe to remove that. There are lot of unused dependencies all over the place, we need to clean up those. Thanks. On Wed, Aug 19, 2015 at 10:10 AM, Imesh Gunar

Re: Include cartridge name in pod id

2015-08-18 Thread Lasindu Charith
Hi Udara, We got the same issue for podLabel and ServiceLabel since we used cluster id [1 ] when creating pods and services. The idea was to use cluster-x instead of lengthy cluster id. If we use pod-x, service-x, cluster-x, there won't be any wa

[GitHub] stratos pull request: Removing UUID and tenantId from PartitionBea...

2015-08-18 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/439 Removing UUID and tenantId from PartitionBean Removing UUID and tenantId from PartitionBean You can merge this pull request into a Git repository by running: $ git pull https://github.com/din

Re: [Dev] Confluence Client for Updating Wiki Content

2015-08-18 Thread Mariangela Hills
Thanks again, Imesh! I tested the new feature that you added and it works perfectly! - Confluence Client Menu - 1: Find Pages Recursively 2: Find and Replace Page Titles 3: Find and Replace Text 4: Exi

Re: Include cartridge name in pod id

2015-08-18 Thread Imesh Gunaratne
This was done intentionally due to the length constrains in Kubernetes. The max it allows is 63 characters. Adding more text to the identifier will reduce the number of pods, services, labels we can create in a single Kubernetes cluster. On Wed, Aug 19, 2015 at 9:02 AM, Akila Ravihansa Perera wro

Re: Include cartridge name in pod id

2015-08-18 Thread Pubudu Gunatilaka
+1 for the idea. It would be easy for the users if they can identify the pods according to the cartridge. On Wed, Aug 19, 2015 at 9:02 AM, Akila Ravihansa Perera wrote: > +1 > It might be better to add cluster id too. But not sure about length > constraints. > > On Wed, Aug 19, 2015 at 8:53 AM,

Re: FW: Stratos build failure

2015-08-18 Thread Imesh Gunaratne
Hi Martin, Saxon is used by Synapse module in the load balancer: org.apache.stratos:org.apache.stratos.load.balancer:bundle:4.1.2-SNAPSHOT +- org.apache.synapse:synapse-core:jar:2.1.1-wso2v4:compile | | | +- net.sf.saxon:saxon:jar:8.9:compile | +- net.sf.saxon:saxon-dom:jar:8.9:compile |

RE: FW: Stratos build failure

2015-08-18 Thread Martin Eppel (meppel)
Since Akila was able to resolve the issue by removing the dependencies from the pom file is it (dependency) still required or might there be run-time issues ? Thanks Martin Btw, I worked around it by using the following steps (from a previous post): 1.) wget http://maven.wso2.org/nexus/con

Re: FW: Stratos build failure

2015-08-18 Thread Imesh Gunaratne
It seems to be that the following maven mirror is unreachable: Could not transfer artifact net.sf.saxon:saxon-xpath:pom:8.9 from/to saxon-8.9-repo (http://mirrors.sunsite.dk/maven2): Network is unreachable On Wed, Aug 19, 2015 at 9:12 AM, Akila Ravihansa Perera wrote: > I got the same today on

Re: Build failed in Jenkins: Stratos-Master-Commit-Build #795

2015-08-18 Thread Imesh Gunaratne
The build has failed due to the following error: Could not transfer artifact net.sf.saxon:saxon-xpath:pom:8.9 from/to saxon-8.9-repo (http://mirrors.sunsite.dk/maven2): Network is unreachable On Wed, Aug 19, 2015 at 1:03 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See

Re: FW: Stratos build failure

2015-08-18 Thread Akila Ravihansa Perera
I got the same today on master branch latest. I had to remove the below dependency (only two occurrences in distribution poms) to resolve it. net.sf.saxon.wso2 saxon Not sure why that happened. On Wed, Aug 19, 2015 at 3:25 AM, Martin Eppel (meppel) wrote: > Hi, > > > > We are getting some bui

Re: Include cartridge name in pod id

2015-08-18 Thread Akila Ravihansa Perera
+1 It might be better to add cluster id too. But not sure about length constraints. On Wed, Aug 19, 2015 at 8:53 AM, Udara Liyanage wrote: > Hi, > > Currently pod id is created with a sequence no. When there are pods from > different cartridges it is hard to identify which pod coming from which

Include cartridge name in pod id

2015-08-18 Thread Udara Liyanage
Hi, Currently pod id is created with a sequence no. When there are pods from different cartridges it is hard to identify which pod coming from which cartridge. Shall we include cartridge/service name in pod id if it does not complicate things. String podId = "pod" + "-" + podSeqNo; -- Udara

FW: Stratos build failure

2015-08-18 Thread Martin Eppel (meppel)
Hi, We are getting some build error because of some missing dependencies, is this an issue others have seen as well which might have been fixed in some commit later than 0fd41840fb04d92ba921bf58c59c2c3fbad0c561 (- this is our last synch with stratos master). I think there were others on the de

Build failed in Jenkins: Stratos-Master-Commit-Build #795

2015-08-18 Thread Apache Jenkins Server
See Changes: [reka] adding complex application and disabling the termination behavior test [reka] adding group startup order samples [reka] fixing startup order test samples [reka] fixing faulty member detection by using m

Build failed in Jenkins: Stratos-Master-Commit-Build » Apache Stratos - Load Balancer - Distribution #795

2015-08-18 Thread Apache Jenkins Server
See -- [INFO] [INFO]

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-18 Thread Chamila De Alwis
+1 I can attend. (On a mobile) Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer - WSO2 http://code.chamiladealwis.com On Aug 18, 2015 12:04 PM, "Milindu Sanoj Kumarage" wrote: > Hi, extremely sorry, the date is 19th, we are having the Hangout on Air > for St

Re: [GSoC 2015] Project deliverables

2015-08-18 Thread Swapnil Patil
Thanks Imesh. I have sent the pull request. Regards, Swapnil On Tue, Aug 18, 2015 at 10:50 AM, Imesh Gunaratne wrote: > Please send the PR now, will review it afterwards. > > On Mon, Aug 17, 2015 at 11:45 PM, Swapnil Patil > wrote: > >> Hi Gayan, Imesh, >> >> Could you please let me know when

[GitHub] stratos pull request: [GSoC 2015] Changes for AWS Load Balancing S...

2015-08-18 Thread swaprp15
GitHub user swaprp15 opened a pull request: https://github.com/apache/stratos/pull/438 [GSoC 2015] Changes for AWS Load Balancing Support for Stratos You can merge this pull request into a Git repository by running: $ git pull https://github.com/swaprp15/stratos master Altern

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-18 Thread Milindu Sanoj Kumarage
Hi, extremely sorry, the date is 19th, we are having the Hangout on Air for Stratos Python CLI on 19th Au from 9:30p.m IST onward. Is this time and date convenient? https://plus.google.com/u/0/events/c8d9682n9bris9at4ucppot9jbo On Tue, Aug 18, 2015 at 9:02 PM, Milindu Sanoj Kumarage < agentmili.

Re: Build failed in Jenkins: Stratos-Master-Commit-Build #794

2015-08-18 Thread Imesh Gunaratne
The build has failed with the following error, will investigate and see: [INFO] Apache Stratos - Load Balancer - P2 Profile Generation SUCCESS [2:22.895s] [INFO] Apache Stratos - Load Balancer - Distribution . FAILURE [12:32.320s] [INFO] Apache Stratos - Product .. SKI

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-18 Thread Milindu Sanoj Kumarage
Hi, We are having a Hangout on Air for Stratos Python CLI on 9:30p.m. IST :) https://plus.google.com/u/0/events/c8d9682n9bris9at4ucppot9jbo On Sun, Aug 16, 2015 at 4:14 PM, Milindu Sanoj Kumarage < agentmili...@gmail.com> wrote: > Hi, > > I have finished the documentation except for some fe

Re: [GSoC-2015] [Stratos] Pack a Jar

2015-08-18 Thread Reka Thirunavukkarasu
That's great Pranavan..! On Tue, Aug 18, 2015 at 8:07 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Thanks Reka. I am able to bundle it up now. > > Thanks > > *T. Pranavan* > *BSc Eng Undergraduate| Department of Computer Science & Engineering > ,University of Moratuwa* > *Mobil

Re: [GSoC-2015] [Stratos] Pack a Jar

2015-08-18 Thread Pranavan Theivendiram
Thanks Reka. I am able to bundle it up now. Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 18 August 2015 at 09:59, Reka Thirunavukkarasu wrote: > Hi Pranavan, > > You will have to include any dependenc

Build failed in Jenkins: Stratos-Master-Commit-Build #794

2015-08-18 Thread Apache Jenkins Server
See Changes: [imesh] STRATOS-1515: Adding new property signUpsExist to application bean -- [...truncated 11443 lines...] Archived 4 artifacts Archive block size is 32768 Received 1451

Build failed in Jenkins: Stratos-Master-Commit-Build » Apache Stratos - Load Balancer - Distribution #794

2015-08-18 Thread Apache Jenkins Server
See -- [...truncated 335 lines...] Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.c

[jira] [Commented] (STRATOS-1515) Application SignUp Availability Needs to be Shown in Application Bean

2015-08-18 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701187#comment-14701187 ] Imesh Gunaratne commented on STRATOS-1515: -- Introduced in following commit revi

[jira] [Resolved] (STRATOS-1515) Application SignUp Availability Needs to be Shown in Application Bean

2015-08-18 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne resolved STRATOS-1515. -- Resolution: Fixed > Application SignUp Availability Needs to be Shown in Application B

Re: [Dev] Confluence Client for Updating Wiki Content

2015-08-18 Thread Imesh Gunaratne
Thanks for the feedback Mari! I have now added a new feature to update page titles with your request. On Tue, Aug 18, 2015 at 4:31 PM, Mariangela Hills wrote: > I tested this on two page trees [1] & [2] in the Stratos wiki, and it > works like magic. Thanks again for creating such a useful tool

Re: Applying Carbon kernel patches up to patch0011 to Stratos

2015-08-18 Thread Imesh Gunaratne
Hi Akila, If you think this has a critical impact on existing web apps we can move this to 4.1.3. Do we know which Tomcat APIs have been changed and how it affects webapps? Thanks On Tue, Aug 18, 2015 at 2:17 PM, Akila Ravihansa Perera wrote: > Hi Lasindu, > > That is a good alternative. But a

Re: [Dev] Confluence Client for Updating Wiki Content

2015-08-18 Thread Mariangela Hills
I tested this on two page trees [1] & [2] in the Stratos wiki, and it works like magic. Thanks again for creating such a useful tool to work with Confluence, this sure will help us maintain different versions of pages within the Stratos wiki space with an ease! [1] Select a menu item: 2 --

Re: [GSoC 2015] Project deliverables

2015-08-18 Thread Imesh Gunaratne
Please send the PR now, will review it afterwards. On Mon, Aug 17, 2015 at 11:45 PM, Swapnil Patil wrote: > Hi Gayan, Imesh, > > Could you please let me know when I can send a PR for the project AWS Load > Balancing Support for Stratos? > > Can I send the PR now or Do I need to have a code revie

[Discuss] Apache Stratos 4.1.2 Release Plan

2015-08-18 Thread Imesh Gunaratne
Hi Devs, Thanks for all your efforts on releasing 4.1.1 within a very short time period. IMO it was a great accomplishment! It took nearly an year for us to release 4.1.0 after 4.0.0. Shall we now plan for 4.1.2 with the following items? TaskOwnerStatusJIRA1Update Carbon Kernel patches (Critical

[jira] [Updated] (STRATOS-1515) Application SignUp Availability Needs to be Shown in Application Bean

2015-08-18 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne updated STRATOS-1515: - Fix Version/s: (was: 4.1.0 Beta2) 4.1.2 > Application SignUp Avai

[jira] [Created] (STRATOS-1515) Application SignUp Availability Needs to be Shown in Application Bean

2015-08-18 Thread Imesh Gunaratne (JIRA)
Imesh Gunaratne created STRATOS-1515: Summary: Application SignUp Availability Needs to be Shown in Application Bean Key: STRATOS-1515 URL: https://issues.apache.org/jira/browse/STRATOS-1515 Proje

Re: [DISCUSS] Upgrading to jclouds 1.9.1 and support for vcloud?

2015-08-18 Thread Imesh Gunaratne
Great! Thanks Akila! On Tue, Aug 18, 2015 at 1:23 PM, Akila Ravihansa Perera wrote: > Hi Imesh, > > Yes, JIRA at [1]. Still there are few issues in GCE. I'm working on fixing > those. > > [1] https://issues.apache.org/jira/browse/STRATOS-1513 > > Thanks. > > On Tue, Aug 18, 2015 at 9:44 AM, Imes

Re: [Dev] Confluence Client for Updating Wiki Content

2015-08-18 Thread Imesh Gunaratne
Thanks everyone! I have now completed the initial version of this tool. You can now use it as follows: How to run 1. Install pip by following this guide : 2. Install python dependencies: pip install requests[security]

Re: Code Review meeting - AWS Load Balancing Support for Stratos

2015-08-18 Thread Swapnil Patil
Thanks Imesh. I will send a pull request in the evening. Thanks and Regards, Swapnil On Aug 18, 2015 9:47 AM, "Imesh Gunaratne" wrote: > It would be better to send a pull request Swapnil. It's easier to review > the code there. > > On Sun, Aug 16, 2015 at 10:09 AM, Swapnil Patil > wrote: > >> H

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277888 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/healthStatistics/AverageLoadAverageBean.java --- @@ -0,0 +1,74

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277812 --- Diff: components/org.apache.stratos.manager.console/console/controllers/healthStatistics/healthStatistics_getrequest.jag --- @@ -0,0 +1,120 @@ +<%

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277844 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/healthStatistics/InFlightRequestBean.java --- @@ -0,0 +1,65 @@

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277693 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/healthStatistics/AverageMemoryConsumptionBean.java --- @@ -0,0

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277616 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/handlers/ConnectionHandler.java --- @@ -0,0 +1,79 @@

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37277596 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -3643,4 +3648,262 @@

Re: Applying Carbon kernel patches up to patch0011 to Stratos

2015-08-18 Thread Akila Ravihansa Perera
Hi Lasindu, That is a good alternative. But anyway we will have to test our webapps thoroughly after applying kernel patches. Since Carbon user core has been patched multiple times we may have to completely test identity related features (oauth, jwt tokens, metadata service etc.) as well. IMO, it

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37275759 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -3643,4 +3648,262 @@

[GitHub] stratos pull request: Health statistics

2015-08-18 Thread ashandk
Github user ashandk commented on a diff in the pull request: https://github.com/apache/stratos/pull/436#discussion_r37275684 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/beans/healthStatistics/AverageLoadAverageBean.java --- @@ -0,0 +1,74

Re: Applying Carbon kernel patches up to patch0011 to Stratos

2015-08-18 Thread Lasindu Charith
Hi Akila, Instead of uplifting the webapp.mgt.feature version, you might be able to use security patch WSO2-CARBON-PATCH-4.2.0-1262 from [1 ] which upgrades embedded tomcat version from 7.0.34 to 7.0.55. [1] http://wso2.com/products/iden

Re: [DISCUSS] Upgrading to jclouds 1.9.1 and support for vcloud?

2015-08-18 Thread Akila Ravihansa Perera
Hi Imesh, Yes, JIRA at [1]. Still there are few issues in GCE. I'm working on fixing those. [1] https://issues.apache.org/jira/browse/STRATOS-1513 Thanks. On Tue, Aug 18, 2015 at 9:44 AM, Imesh Gunaratne wrote: > Great work Akila! Do we have a JIRA for this? > > On Fri, Aug 14, 2015 at 6:45 P

Session Expired Exception During Build

2015-08-18 Thread Pranavan Theivendiram
Hi All, I observed following *[2015-08-18 12:27:37,105] INFO {org.wso2.carbon.integration.framework.utils.InputStreamHandler} - [2015-08-18 12:27:37,105] INFO {org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.EventPublisher} - Session timed out for TCP,localhost:7611,TCP,loca