Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Vishanth Balasubramaniam
Thanks Raj On Wed, Mar 11, 2015 at 10:52 AM, Rajkumar Rajaratnam wrote: > This is the fix commit. You might do this change locally and work until > this commit is synced to GitHub. > > > https://git1-us-west.apache.org/repos/asf?p=stratos.git;a=commitdiff;h=d51ebcf1edb3aab1c05f7c2ce02ff978f2c25a

Re: Stratos 4.0 can not deploy the Multi-Tenant Service

2015-03-10 Thread david hbase
Hi, Imesh After activemq-client-5.10.0.jar uploaded and JAVA_HOME error fixed, no more error in log, but The LB did not send any status to Stratos CEP. The Stratos debug log and LB logs are attached as following, Do you think if any issue with LB CPU or ValidationResultPrinter memory? If yes, how

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Rajkumar Rajaratnam
This is the fix commit. You might do this change locally and work until this commit is synced to GitHub. https://git1-us-west.apache.org/repos/asf?p=stratos.git;a=commitdiff;h=d51ebcf1edb3aab1c05f7c2ce02ff978f2c25a78;hp=4f72de3aa07bab20497860c3086104f7dce63553 Thanks. On Wed, Mar 11, 2015 at 10:

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Rajkumar Rajaratnam
My fix commit is not yet synced to GitHub. Since you guys cloned from there, you need to wait until GitHub fetches latest commits. Thanks. On Wed, Mar 11, 2015 at 10:36 AM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Raj, > > When I try to build, it get stuck at integration tests

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Anuruddha Liyanarachchi
Hi Raj, When I try to build, it get stuck at integration tests in following step. [2015-03-11 10:32:43,391] INFO > {org.wso2.carbon.integration.framework.utils.InputStreamHandler} - > [2015-03-11 10:32:43,391] INFO > {org.apache.stratos.autoscaler.event.receiver.topology.AutoscalerTopologyEven

[jira] [Updated] (STRATOS-1245) Add unique cartridge group names in sample JSONs

2015-03-10 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1245: -- Description: Currently, there are multiple cartridge group JSON files in Stratos sampl

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Rajkumar Rajaratnam
It is stable. Jenkins back to normal :) Did you pull my fix commit? On Wednesday, March 11, 2015, Vishanth Balasubramaniam wrote: > Hi Raj, > > Is it stable now? I got his following build failure during Integration > Test build. > > Failed tests: > testSingleCartridgeApplication(org.apache.strat

[Discuss] Why do multiple cartridge group samples have the same name?

2015-03-10 Thread Mariangela Hills
At a glance the user will not be able to figure out as to what cartridge group JSON he/she needs to pass in the JSON payload as multiple cartridge group samples have the same name. I propose that this is changed as follows: - Add unique cartridge group names - Make the named of the JSON file reflec

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Vishanth Balasubramaniam
Hi Raj, Is it stable now? I got his following build failure during Integration Test build. Failed tests: testSingleCartridgeApplication(org.apache.stratos.integration.tests.SampleApplicationsTest): Application status did not change to active: [application-id] single-cartridge-app expected: but wa

[jira] [Created] (STRATOS-1245) Add unique cartridge group names in sample JSONs

2015-03-10 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1245: - Summary: Add unique cartridge group names in sample JSONs Key: STRATOS-1245 URL: https://issues.apache.org/jira/browse/STRATOS-1245 Project: Stratos

Re: [Gsoc][proposal] Showing health statistics in GUI

2015-03-10 Thread Chamila De Alwis
+1 IMO the main focus can be to come up with a visualization compatible data format from the event json content so that many views of the same data set can be displayed (ex: using D3 library) On Mar 11, 2015 6:57 AM, "Lahiru Sandaruwan" wrote: > Thanks Imesh. I will create a Jira for this! > > T

[jira] [Commented] (STRATOS-1211) Introducing "curve fitting" for stat prediction algorithm of Autoscaler

2015-03-10 Thread A.Y Dissanayake (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356241#comment-14356241 ] A.Y Dissanayake commented on STRATOS-1211: -- Hi I studied the above explanation

Jenkins build is back to stable : Stratos-Master-Commit-Build #304

2015-03-10 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #304

2015-03-10 Thread Apache Jenkins Server
See

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Rajkumar Rajaratnam
I can see that we recently removed cartridgeMin and cartridgeMix properties from single-cartridge application json. That is the reason why application didn't become active. I fixed it now. Thanks. On Wed, Mar 11, 2015 at 8:25 AM, Rajkumar Rajaratnam wrote: > Reason for this failure is that the

Re: A serious issue in cluster monitoring

2015-03-10 Thread Lahiru Sandaruwan
Hi, So this will result a long domain name for accessing clusters. Isn't it better to mandate different aliases for all the cartridges? P.S. If domain mapping feature is there, it might be fine, so that users can have shorter domain names at their will. Thanks. On Wed, Mar 11, 2015 at 8:11 AM,

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Rajkumar Rajaratnam
Reason for this failure is that the application didn't become active. junit.framework.AssertionFailedError: Application status did not change to active: [application-id] single-cartridge-app expected: but was: On Wed, Mar 11, 2015 at 8:20 AM, Apache Jenkins Server < jenk...@builds.apache.org> wr

Jenkins build became unstable: Stratos-Master-Nightly-Build » Apache Stratos - Integration Tests #435

2015-03-10 Thread Apache Jenkins Server
See

Jenkins build became unstable: Stratos-Master-Nightly-Build #435

2015-03-10 Thread Apache Jenkins Server
See

Re: A serious issue in cluster monitoring

2015-03-10 Thread Rajkumar Rajaratnam
On Wed, Mar 11, 2015 at 1:04 AM, Imesh Gunaratne wrote: > Great work Raj! Hope that we have also prefixed Cluster Hostname with > Application ID. > Yes Imesh. Cluster hostname is also prefixed with application-id. Thanks. > > Thanks > > On Mon, Mar 9, 2015 at 9:45 PM, Rajkumar Rajaratnam > wr

Re: GUI test progress

2015-03-10 Thread Lahiru Sandaruwan
Thanks Dakshika. On Wed, Mar 11, 2015 at 5:18 AM, Dakshika Jayathilaka wrote: > Hi Lahiru, > > I'll fix this > > Regards, > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Tue, Mar 10, 2015 at 11:54 PM, Rajkumar Rajaratnam > wrote: > >>

Application section tab view

2015-03-10 Thread Dakshika Jayathilaka
Hi Devs, I'm working on $subject to improve usability on application section. Currently there is no way to see application view once you deployed it. So i'm planning to add tab view once application get deployed. Then we can show topology view and Application view separately without an issue. Als

Re: Adding an Application Policy via UI

2015-03-10 Thread Dakshika Jayathilaka
Hi, This is fixed with commit 26975877f8c0ca85334b979a55976cd98d7fa5e5 Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Mar 10, 2015 at 9:25 PM, Dakshika Jayathilaka wrote: > Hi Dinithi, > > I'll fix this > > Regards, > > *Dakshika Jay

Re: [Discuss] [GSoC] Apache Stratos Projects for Google Summer of Code 2015

2015-03-10 Thread Lahiru Sandaruwan
Hi, I have added one more project at Jira [1]. Thanks. [1] https://issues.apache.org/jira/browse/STRATOS-1244 On Wed, Mar 11, 2015 at 1:25 AM, Imesh Gunaratne wrote: > Thanks Vishanth for updating the list. > > Everyone: Please note again that it would be better for you to submit > several pr

[jira] [Created] (STRATOS-1244) Showing health statistics in GUI

2015-03-10 Thread Lahiru Sandaruwan (JIRA)
Lahiru Sandaruwan created STRATOS-1244: -- Summary: Showing health statistics in GUI Key: STRATOS-1244 URL: https://issues.apache.org/jira/browse/STRATOS-1244 Project: Stratos Issue Type:

Re: [Gsoc][proposal] Showing health statistics in GUI

2015-03-10 Thread Lahiru Sandaruwan
Thanks Imesh. I will create a Jira for this! Thanks. On Wed, Mar 11, 2015 at 12:13 AM, Imesh Gunaratne wrote: > +1 A great thought! This information could be fetched via CEP. > > On Tue, Mar 10, 2015 at 11:42 PM, Lahiru Sandaruwan > wrote: > >> Hi all, >> >> I remember we had an idea on $subje

Re: New committer and PMC member: Dakshika Jayathilaka

2015-03-10 Thread Reka Thirunavukkarasu
Congratz Dakshika..! On Tue, Mar 10, 2015 at 10:10 AM, Gayan Gunarathne wrote: > Congrats Dakshika! > > On Tue, Mar 10, 2015 at 9:49 PM, Manula Thantriwatte < > manulachathur...@gmail.com> wrote: > >> Congratulation Dakshika. >> >> >> >> On Tuesday, March 10, 2015, Rajkumar Rajaratnam >> wrote:

Re: New committer and PMC member: Chamila De Alwis

2015-03-10 Thread Reka Thirunavukkarasu
Congratz Chamila..! On Tue, Mar 10, 2015 at 4:41 PM, Dakshika Jayathilaka wrote: > Congratulations Chamila..! > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Wed, Mar 11, 2015 at 12:50 AM, Imesh Gunaratne > wrote: > >> Congratulations

Re: GUI test progress

2015-03-10 Thread Dakshika Jayathilaka
Hi Lahiru, I'll fix this Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Mar 10, 2015 at 11:54 PM, Rajkumar Rajaratnam wrote: > Hi, > > I am working on improvement to UI where I am moving cartridge-groups and > application policies ma

Re: New committer and PMC member: Chamila De Alwis

2015-03-10 Thread Dakshika Jayathilaka
Congratulations Chamila..! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Wed, Mar 11, 2015 at 12:50 AM, Imesh Gunaratne wrote: > Congratulations Chamila! It's nice to see you in the committers list! Keep > up the good work! > > On Tue, Mar 10, 2015

RE: DISCUSS: usage of flags in stratos cli 4.1

2015-03-10 Thread Martin Eppel (meppel)
In general sounds good but I think naming it “options” won’t work as the cmd classes already have a field named “options” and they will clash, what about “cmdOptions” ? Thanks Martin e.g.: … public class AddAutoscalingPolicyCommand implements Command { private static final Logger logge

Re: DISCUSS: usage of flags in stratos cli 4.1

2015-03-10 Thread Imesh Gunaratne
Hi Martin, I reviewed your fix and it looks good. The change you have done to include the options passed by the command line when running the CLI straightaway from the shell is correct. I would like to propose one change: you have named the new argument as "already_parsed_opts": int execute(T co

Re: [Discuss] [GSoC] Apache Stratos Projects for Google Summer of Code 2015

2015-03-10 Thread Imesh Gunaratne
Thanks Vishanth for updating the list. Everyone: Please note again that it would be better for you to submit several project proposals if you are working on a project where there are several people have shown interest. Currently there are few other interesting projects we have proposed but have no

[jira] [Updated] (STRATOS-1232) Duplicated Classes for Cartridge in Cloud Controller

2015-03-10 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne updated STRATOS-1232: - Assignee: Vishanth > Duplicated Classes for Cartridge in Cloud Controller >

Re: Update Issue status on ASF JIRA

2015-03-10 Thread Imesh Gunaratne
+1 We need to do this. @Vishanth: I have now added you as a contributor in JIRA and assigned you above task. Thanks On Tue, Mar 10, 2015 at 8:31 AM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi, > > Since we are nearing the release, it is really important to update and > keep track

Re: [GSOC][USER][INFO] Python based CLI for Stratos

2015-03-10 Thread Imesh Gunaratne
Hi Kaveen, Its really nice to see your interest on this. As Vishanth has mentioned currently there are several people working on preparing project proposals for this project. Please subscribe to Dev list and also see the mail archives [1] for details. If you prefer you could also submit a proposa

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1433#comment-1433 ] Imesh Gunaratne commented on STRATOS-1234: -- Hi Sandaruwan, Thanks for sharing

Re: [jira] [Created] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Imesh Gunaratne
Hi Sandaruwan, Thanks for sharing the Google document. IMO it needs to include more detailed information about the project plan (may be not the implementation details but the approach). What you have currently written is not sufficient. At this stage you might not need to spend time on designing

Re: A serious issue in cluster monitoring

2015-03-10 Thread Imesh Gunaratne
Great work Raj! Hope that we have also prefixed Cluster Hostname with Application ID. Thanks On Mon, Mar 9, 2015 at 9:45 PM, Rajkumar Rajaratnam wrote: > This is fixed now. > > Thanks. > > On Mon, Mar 9, 2015 at 7:59 PM, Rajkumar Rajaratnam > wrote: > >> As per the off-line discussion with Ime

Re: [Question] What is the correct terminology - Docker Support or Kubernetes-CoreOS?

2015-03-10 Thread Imesh Gunaratne
I would prefer to say Docker support because LXC != Docker. What exactly we are providing is support for Docker using Kubernetes. CoreOS used at two points: 1. The operating system, 2. Networking support with Flannel. On Mon, Mar 9, 2015 at 8:53 PM, Chamila De Alwis wrote: > IMO the correct term

Re: GSoC 2015

2015-03-10 Thread Imesh Gunaratne
Hi Milindu, Yes you seems to be on track. Please use Kubernetes getting started guide here: https://gist.github.com/imesh/b8f81fac8de39183a504 Thanks On Mon, Mar 9, 2015 at 8:22 PM, Milindu Sanoj Kumarage < agentmili...@gmail.com> wrote: > Hi, > > I could fix that "-" problem, everything is no

Re: Deploying and Application via CLI - Internal Server Error

2015-03-10 Thread Imesh Gunaratne
Thanks Shavindri for pointing this, appreciate your efforts! On Mon, Mar 9, 2015 at 5:15 PM, Dinithi De Silva wrote: > Hi, > > I have fixed the issue[1] and sent the PR[2]. Please review and merge. > > [1] - https://issues.apache.org/jira/browse/STRATOS-1239 > [2] - https://github.com/apache/str

Re: Problem with the response string when listing cartridges through CLI

2015-03-10 Thread Imesh Gunaratne
Yes looks like that, {"@xsi.nil":"true"} means that it is retuning a null. On Mon, Mar 9, 2015 at 3:03 PM, Dinithi De Silva wrote: > Hi Imesh, > > It didn't solve the problem. Now the exception comes is as follows. > > com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: > Expec

Re: New committer and PMC member: Chamila De Alwis

2015-03-10 Thread Imesh Gunaratne
Congratulations Chamila! It's nice to see you in the committers list! Keep up the good work! On Tue, Mar 10, 2015 at 10:40 PM, Gayan Gunarathne wrote: > Congrats Chamila! > > On Tue, Mar 10, 2015 at 9:50 PM, Manula Thantriwatte < > manulachathur...@gmail.com> wrote: > >> Congratulation Chamila.

Re: Jenkins build is still unstable: Stratos-Master-Commit-Build #303

2015-03-10 Thread Imesh Gunaratne
Hi Martin, This integration test is using the Mock IaaS by simulating the members using threads. At the moment they are not using JCA or PCA, rather the functionality of CA is mocked. As I see the problem is with the embedded ActiveMQ, either it has not started or the port is not properly set in r

Re: Jenkins build is still unstable: Stratos-Master-Commit-Build #303

2015-03-10 Thread Imesh Gunaratne
Looks like the integration test is failing: Caused by: javax.jms.JMSException: Could not connect to broker On Tue, Mar 10, 2015 at 11:28 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > -- Imesh Gunara

Re: [Discuss] Stratos restart issues

2015-03-10 Thread Imesh Gunaratne
IMO we could introduce a singleton Map to handle the states of each component, when each component becomes active they could update this map. When one component needs to talk to another the state can be checked. The components would include: SM, CC, AS, CEP and REST API. In a distributed setup thi

Re: Stratos 4.0 can not deploy the Multi-Tenant Service

2015-03-10 Thread Imesh Gunaratne
Hi David, On Tue, Mar 10, 2015 at 10:32 AM, david hbase wrote: > Hi, Team: > > I found the ERROR with Stratos 4.0 loadbalancer as following, and this > error blocked the LB statistics to CEP, > > [2015-03-10 04:59:46,057] ERROR - TopicSubscriber Error while subscribing > to the topic: topology >

Re: GUI test progress

2015-03-10 Thread Rajkumar Rajaratnam
Hi, I am working on improvement to UI where I am moving cartridge-groups and application policies management from Application Management to Configurations. These changes are discussed in the mail thread "[Discuss] Tile named Applications appears twice in UI - Confusing !!". Thanks. On Tue, Mar 1

Re: [Discuss] Stratos restart issues

2015-03-10 Thread Rajkumar Rajaratnam
On Tue, Mar 10, 2015 at 11:39 PM, Reka Thirunavukkarasu wrote: > Hi Raj, > > I think the problem here is that the transport might not be ready even > though the CC is activated. Until the transport ready, AS should not invoke > CC. If we call CC via OSGI service, then this problem would not occur

Re: [Discuss] Stratos restart issues

2015-03-10 Thread Reka Thirunavukkarasu
Hi Raj, I think the problem here is that the transport might not be ready even though the CC is activated. Until the transport ready, AS should not invoke CC. If we call CC via OSGI service, then this problem would not occur. Anyway, that is not possible when considering the distributed setup. I o

[jira] [Comment Edited] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Sandaruwan Nanayakkara (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355341#comment-14355341 ] Sandaruwan Nanayakkara edited comment on STRATOS-1234 at 3/10/15 6:08 PM:

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Sandaruwan Nanayakkara (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355341#comment-14355341 ] Sandaruwan Nanayakkara commented on STRATOS-1234: - Hi Rajkumar, Thanks

GUI test progress

2015-03-10 Thread Lahiru Sandaruwan
Hi all, I tested single-cartridge sample artifacts using GUI mock iaas. It works fine. Created a small issue which i found and will be reporting the issues. If anyone is working on $subject, could you please update here on the issues and tasks to be attended. Thanks. [1] https://issues.apache.or

Jenkins build is still unstable: Stratos-Master-Commit-Build #303

2015-03-10 Thread Apache Jenkins Server
See

Jenkins build is still unstable: Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #303

2015-03-10 Thread Apache Jenkins Server
See

[jira] [Created] (STRATOS-1243) Cannot leave startup order empty in GUI

2015-03-10 Thread Lahiru Sandaruwan (JIRA)
Lahiru Sandaruwan created STRATOS-1243: -- Summary: Cannot leave startup order empty in GUI Key: STRATOS-1243 URL: https://issues.apache.org/jira/browse/STRATOS-1243 Project: Stratos Issue

Re: Stratos 4.0 can not deploy the Multi-Tenant Service

2015-03-10 Thread david hbase
+Imesh The above issue is a blocker for the production approach, could you look at it? Thanks -D On Tue, Mar 10, 2015 at 12:51 AM, david hbase wrote: > Hi, Team: > > I have fixed all error, but LB still not send out the LB LB statistics to > Stratos: > > 1. Stratos logs: > [2015-03-10 07:46:24

Jenkins build became unstable: Stratos-Master-Commit-Build #302

2015-03-10 Thread Apache Jenkins Server
See

Jenkins build became unstable: Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #302

2015-03-10 Thread Apache Jenkins Server
See

Re: New committer and PMC member: Chamila De Alwis

2015-03-10 Thread Gayan Gunarathne
Congrats Chamila! On Tue, Mar 10, 2015 at 9:50 PM, Manula Thantriwatte < manulachathur...@gmail.com> wrote: > Congratulation Chamila. > > > On Tuesday, March 10, 2015, Rajkumar Rajaratnam > wrote: > > Congrats Chamila! Keep up the good work :) > > > > On Tuesday, March 10, 2015, Lakmal Warusawit

Re: New committer and PMC member: Dakshika Jayathilaka

2015-03-10 Thread Gayan Gunarathne
Congrats Dakshika! On Tue, Mar 10, 2015 at 9:49 PM, Manula Thantriwatte < manulachathur...@gmail.com> wrote: > Congratulation Dakshika. > > > > On Tuesday, March 10, 2015, Rajkumar Rajaratnam > wrote: > > Congrats Dakshika! Keep up the good work :) > > > > On Tuesday, March 10, 2015, Lakmal Waru

Re: New committer and PMC member: Chamila De Alwis

2015-03-10 Thread Manula Thantriwatte
Congratulation Chamila. On Tuesday, March 10, 2015, Rajkumar Rajaratnam wrote: > Congrats Chamila! Keep up the good work :) > > On Tuesday, March 10, 2015, Lakmal Warusawithana wrote: >> >> The Project Management Committee (PMC) for Apache Stratos >> has asked Chamila De Alwis to become a commit

Re: New committer and PMC member: Dakshika Jayathilaka

2015-03-10 Thread Manula Thantriwatte
Congratulation Dakshika. On Tuesday, March 10, 2015, Rajkumar Rajaratnam wrote: > Congrats Dakshika! Keep up the good work :) > > On Tuesday, March 10, 2015, Lakmal Warusawithana wrote: >> >> The Project Management Committee (PMC) for Apache Stratos >> has asked Dakshika Jayathilaka to become a

Re: Adding an Application Policy via UI

2015-03-10 Thread Dakshika Jayathilaka
Hi Dinithi, I'll fix this Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Mar 10, 2015 at 6:16 PM, Dinithi De Silva wrote: > Hi, > While trying to add an application policy through the UI, I got the > following issue. > > The applicat

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Rajkumar Rajaratnam (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354979#comment-14354979 ] Rajkumar Rajaratnam commented on STRATOS-1234: -- A small correction, I guess

Re: [jira] [Discuss] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Rajkumar Rajaratnam
A small correction, I guess the API should be *PUT /api/applications/{applicationId}/updateSoftware* @Imesh, I am little confused about the HTTP method of this API, because we don't actually create or update any RESOURCES in this API. Thanks. On Tue, Mar 10, 2015 at 7:54 PM, Rajkumar Rajaratnam

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Rajkumar Rajaratnam (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354959#comment-14354959 ] Rajkumar Rajaratnam commented on STRATOS-1234: -- Hi Sandaruwan, We see some

Re: [jira] [Discuss] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Rajkumar Rajaratnam
Hi Sandaruwan, We see some progress here. Good work :) Are you trying to update the application definition? *PUT /api/applications* means you are updating the application definition. Let me give some brief idea to get you on the track :) According to this project, you don't need update applicat

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Sandaruwan Nanayakkara (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354878#comment-14354878 ] Sandaruwan Nanayakkara commented on STRATOS-1234: - Hi Imesh, I checked

[jira] [Discuss] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-10 Thread Sandaruwan Nanayakkara
Hi Imesh, I checked out the API and thought of a design. PUT | /Applications | Update an application Is this the way it should be added? Using a PUT request? I used the master repository. Is it ok? Google Doc for the Project

Adding an Application Policy via UI

2015-03-10 Thread Dinithi De Silva
Hi, While trying to add an application policy through the UI, I got the following issue. The application policy was added when the "Deploy application policy definition" button is clicked but after that a button named "deploy" appears without redirecting the page to display all available applicat

[jira] [Created] (STRATOS-1242) Add comments in the Bean.java files

2015-03-10 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1242: - Summary: Add comments in the Bean.java files Key: STRATOS-1242 URL: https://issues.apache.org/jira/browse/STRATOS-1242 Project: Stratos Issue Type:

[jira] [Created] (STRATOS-1241) Wiki - Update the JSON schema definitions

2015-03-10 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1241: - Summary: Wiki - Update the JSON schema definitions Key: STRATOS-1241 URL: https://issues.apache.org/jira/browse/STRATOS-1241 Project: Stratos Issue

Re: [Error] while adding a network partition

2015-03-10 Thread Dakshika Jayathilaka
Thanks Raj *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Mar 10, 2015 at 3:44 PM, Rajkumar Rajaratnam wrote: > Thanks for the fix Dakshika, I have now merged into master. > > On Tue, Mar 10, 2015 at 6:59 AM, Dakshika Jayathilaka > wrote: > >>

Re: [Error] while adding a network partition

2015-03-10 Thread Rajkumar Rajaratnam
Thanks for the fix Dakshika, I have now merged into master. On Tue, Mar 10, 2015 at 6:59 AM, Dakshika Jayathilaka wrote: > I fixed above mentioned issue, please merge PR: > https://github.com/apache/stratos/pull/269 > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.mi

[jira] [Commented] (STRATOS-1240) [Error] while adding a network partition

2015-03-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354631#comment-14354631 ] ASF GitHub Bot commented on STRATOS-1240: - Github user asfgit closed the pull re

[GitHub] stratos pull request: fix jira [STRATOS-1240] Error while adding a...

2015-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/269 --- 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: CLI commands added to add, list, describe, u...

2015-03-10 Thread R-Rajkumar
Github user R-Rajkumar commented on the pull request: https://github.com/apache/stratos/pull/270#issuecomment-78026090 Thanks for the PR Dinithi. I have merged it. --- 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 p

[GitHub] stratos pull request: CLI commands added to add, list, describe, u...

2015-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/270 --- 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

[Question] Verifying CLI commands - Short format

2015-03-10 Thread Shavindri Dissanayake
Hi Devs, When executing commands previously, they were executed in the following format [1]. Now when doing so an error [3] is given. But when a command is executed after removing the short format [2] (examples: -c), it works fine. Therefore can you confirm if [1] or [2] is the correct method. As

Re: [Discuss] Stratos restart issues

2015-03-10 Thread Rajkumar Rajaratnam
Hi Reka, I checked the flow and it is exactly same as you mentioned >> AS makes 1st call to CC after CC component is activated. Still AS is failing to communicate with CC. This is error message. This error message means that the target is not available. But the target URL is correct. It means CC s

Re: Stratos 4.0 can not deploy the Multi-Tenant Service

2015-03-10 Thread david hbase
Hi, Team: I have fixed all error, but LB still not send out the LB LB statistics to Stratos: 1. Stratos logs: [2015-03-10 07:46:24,855] DEBUG {org.apache.stratos.autoscaler.monitor.ClusterMonitor} - Scale rule will not run since the LB statistics have not received before this cycle for network p

[GitHub] stratos pull request: CLI commands added to add, list, describe, u...

2015-03-10 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/270 CLI commands added to add, list, describe, update and remove application policies CLI commands added to add, list, describe, update and remove application policies. You can merge this pull reque

Re: [Discuss] Stratos restart issues

2015-03-10 Thread Rajkumar Rajaratnam
On Tue, Mar 10, 2015 at 12:17 PM, Reka Thirunavukkarasu wrote: > According to my understanding, autoscaler was only dependent on Topology > in order to trigger anything(startup of monitors for the already deployed > application) in the restart. In that case, even though autoscaler component > sta

Re: Interesting app bursting pattern is implemented in one-after-another algorithm

2015-03-10 Thread Reka Thirunavukkarasu
As i could understand, what Raj is trying to implement is to achieve high availability + busting for application instances together. Please correct me, if I'm wrong. In that case, won't this specific case fit into another algorithm or a cloud bursting pattern where we can burst it into more than o