Re: Application update for cartridgeMin/cartridgeMax and groupInstanceMin/groupInstanceMax

2015-04-29 Thread Gayan Gunarathne
Hi Reka, This is a good improvement to the current set up. I have a small question. How are we validating the min/max in the case of update? Think if I have deployment of with 5 cartridges.(My min and max is 2 and 5) This means it is fully scale up. Now I am changing to min and max to 2 and 3 a

Re: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview

2015-04-29 Thread Imesh Gunaratne
Thanks everyone for your feedback. I think we are now in a good position to announce 4.1.0-beta2 developer preview. Please update JIRA accordingly. Thanks On Thu, Apr 30, 2015 at 10:16 AM, Martin Eppel (meppel) wrote: > +1, > > > > *From:* Chamila De Alwis [mailto:chami...@wso2.com] > *Sent:*

[jira] [Updated] (STRATOS-1341) Application is not Active after restarting stratos

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-1341: --- Fix Version/s: (was: 4.1.0 RC1) 4.1.0 Beta2 > Applica

[jira] [Updated] (STRATOS-1340) Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-1340: --- Fix Version/s: (was: 4.1.0 RC1) 4.1.0 Beta2 > Ability

[jira] [Commented] (STRATOS-1350) fix scalingDependents to use alias in group

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520943#comment-14520943 ] Reka Thirunavukkarasu commented on STRATOS-1350: This is fixed in 049d01

[jira] [Resolved] (STRATOS-1341) Application is not Active after restarting stratos

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu resolved STRATOS-1341. Resolution: Fixed > Application is not Active after restarting stratos > -

[jira] [Resolved] (STRATOS-1340) Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu resolved STRATOS-1340. Resolution: Fixed > Ability to adjust GroupInstanceMin/Max and CartridgeIn

[jira] [Resolved] (STRATOS-1350) fix scalingDependents to use alias in group

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu resolved STRATOS-1350. Resolution: Fixed > fix scalingDependents to use alias in group >

[jira] [Resolved] (STRATOS-1351) Use scalingDependents instead of scalingDependants

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu resolved STRATOS-1351. Resolution: Fixed > Use scalingDependents instead of scalingDependants > -

[jira] [Commented] (STRATOS-1351) Use scalingDependents instead of scalingDependants

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520942#comment-14520942 ] Reka Thirunavukkarasu commented on STRATOS-1351: This is fixed in c7cd99

Re: Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
This is the new application samples structure: simple -- single-cartridge-app -- single-group-app complex -- wordpress-app -- tomcat-single-signon -- php-tomcat-group-postgres-mysql-group-esb nested -- single-level-nested-group-app -- single-level-nested-groups-app

Application update for cartridgeMin/cartridgeMax and groupInstanceMin/groupInstanceMax

2015-04-29 Thread Reka Thirunavukkarasu
Hi Devs, $subject[1] has been implemented for beta2. You can modify the existing application with any of the above parameters change and update it to stratos using the below REST API command. curl -X PUT -H "Content-Type: application/json" -d "@application.json" -k -v -u admin:admin https://local

[jira] [Created] (STRATOS-1354) Validation the application definition to ensure group aliases are unique.

2015-04-29 Thread Vishanth (JIRA)
Vishanth created STRATOS-1354: - Summary: Validation the application definition to ensure group aliases are unique. Key: STRATOS-1354 URL: https://issues.apache.org/jira/browse/STRATOS-1354 Project: Strato

Define scalingDependants with alias in the Group Definition

2015-04-29 Thread Reka Thirunavukkarasu
Hi Devs, I have updated the scalingDependants to use scalingDependents to be consistent with the spelling. Also, Please note that from beta2 onwards, you will have to use alias when defining scalingDependents in the group definition instead of using the groupName or cartridgeType as previous devel

[jira] [Resolved] (STRATOS-1346) Adding payload parameters to network partitions

2015-04-29 Thread Vishanth (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vishanth resolved STRATOS-1346. --- Resolution: Fixed Resolved - https://github.com/apache/stratos/pull/289 > Adding payload parameters

[jira] [Updated] (STRATOS-1346) Adding payload parameters to network partitions

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-1346: --- Fix Version/s: (was: 4.1.0 Beta) 4.1.0 Beta2 > Adding

[jira] [Assigned] (STRATOS-1346) Adding payload parameters to network partitions

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu reassigned STRATOS-1346: -- Assignee: Vishanth > Adding payload parameters to network partitions

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Asanka Sanjaya Herath
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 wrote: > Hi Asanka, > > I found following errors in your log: > > [ERROR] > /home/sanjaya/myStratos/stratos/extensions/cep/stratos-cep-extension/sr

Re: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?)

2015-04-29 Thread Reka Thirunavukkarasu
HI Martin, Can you please confirm whether you are using unique applicationId and group alias? I can see from the UI, the applicationID and next group alias are same value as sub-G1-G2-G3-1.. Thanks, Reka On Thu, Apr 30, 2015 at 10:16 AM, Martin Eppel (meppel) wrote: > Hi Reka, > > > > I have

Re: Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
Hi Imesh, On Thu, Apr 30, 2015 at 10:17 AM, Imesh Gunaratne wrote: > +1 for the proposal Isuru!! We indeed need to refine the samples and make > them more related to real world scenarios. > Anyone would like to contribute to this task? > I'll rename the currently used samples, remove the duplica

RE: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?)

2015-04-29 Thread Martin Eppel (meppel)
Hi Reka, I have upgraded from beta to the latest stratos code on master and retested the scenario from jira STRATOS-1345 but still see the same issue (on open stack) Thanks Martin [cid:image001.png@01D082C5.E3AA6E70] From: Martin Eppel (meppel) Sent: Wednesday, April 29, 2015 2:54 PM To: dev@

Re: Refining Application Samples

2015-04-29 Thread Imesh Gunaratne
+1 for the proposal Isuru!! We indeed need to refine the samples and make them more related to real world scenarios. Anyone would like to contribute to this task? Thanks On Wed, Apr 29, 2015 at 6:33 PM, Isuru Haththotuwa wrote: > Hi all, > > Thanks for the feedback. > > On Wed, Apr 29, 2015 at

RE: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview

2015-04-29 Thread Martin Eppel (meppel)
+1, From: Chamila De Alwis [mailto:chami...@wso2.com] Sent: Monday, April 27, 2015 9:17 PM To: dev Cc: Lakmal Warusawithana Subject: Re: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview +1 for a beta2 release. Shall we compile the list of issues fixed since the beta release? On Apr 28, 20

Re: AWS Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Swapnil Patil
Hi Imesh, Ok. No problem. I am currently using the Free Tier. Thanks and Regards, Swapnil On Thu, Apr 30, 2015 at 10:02 AM, Imesh Gunaratne wrote: > Hi Swapnil, > > At the moment we do not have an AWS account for Stratos. You should be > able to use AWS Free Tier for this: > http://aws.amazon.

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Imesh Gunaratne
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] @SiddhiEx

[GitHub] stratos pull request: Refactoring REST API

2015-04-29 Thread anuruddhal
Github user anuruddhal closed the pull request at: https://github.com/apache/stratos/pull/288 --- 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

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

2015-04-29 Thread Imesh Gunaratne
As I noticed in the above log, Stratos server has not started properly in the integration test. Better to check why this is happening. Please try to execute the integration test manually and see what's causing this problem. On Wed, Apr 29, 2015 at 7:28 PM, Ashan Dhananjaya wrote: > I got it Imes

Re: AWS Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Imesh Gunaratne
Hi Swapnil, At the moment we do not have an AWS account for Stratos. You should be able to use AWS Free Tier for this: http://aws.amazon.com/free/faqs/ Thanks On Thu, Apr 30, 2015 at 12:03 AM, Swapnil Patil wrote: > Hi All, > > Thank you for selecting my proposal for this project. > > As an in

Re: Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
On Thu, Apr 30, 2015 at 9:33 AM, Isuru Haththotuwa wrote: > Hi Devs, > > Many thanks for the feedback! > > As per the inputs, I'll remove the redundant samples and re-organize them. > Will use the following hierarchy: > > applications > -- simple > -- complex > -- nested >

Re: Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
Hi Devs, Many thanks for the feedback! As per the inputs, I'll remove the redundant samples and re-organize them. Will use the following hierarchy: applications -- simple -- nested -- scaling -- dependency-scaling -- group-scaling -- startup-order

RE: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview

2015-04-29 Thread Martin Eppel (meppel)
Hi Lakmal, Thanks for the clarification, Regards Martin From: Lakmal Warusawithana [mailto:lak...@wso2.com] Sent: Wednesday, April 29, 2015 7:30 PM To: Martin Eppel (meppel) Cc: dev@stratos.apache.org Subject: Re: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview Hi Martin, Ideally after

Jenkins build is back to normal : Stratos-Master-Nightly-Build #485

2015-04-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Stratos-Master-Nightly-Build » jclouds Amazon EC2 provider #485

2015-04-29 Thread Apache Jenkins Server
See

Re: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview

2015-04-29 Thread Lakmal Warusawithana
Hi Martin, Ideally after alpha release we should not add any features into a release. But we have added some missing features after that, with the agreement of the all committers. Even after Beta we have added updating cartridge min/max in the application, which we all agreed to go with 4.1.0. Giv

Re: GSoC 2015

2015-04-29 Thread Pranavan Theivendiram
Hi Lahiru, I am looking into it. *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 29 April 2015 at 14:07, Lahiru Sandaruwan wrote: > > > On Tue, Apr 28, 2015 at 8:30 AM, Lahiru Sandaruwan > wrote: > >> Great. >

Re: [Discuss] Removing GroupScalingEnabled Attribute in Cartridge Group

2015-04-29 Thread Mariangela Hills
Noted! Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. m: +94 773 500185 w: http://wso2.com On Wed, Apr 29, 2015 at 7:03 PM, Imesh Gunaratne wrote: > Hi Devs, > > As we discussed earlier I have now removed

RE: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?)

2015-04-29 Thread Martin Eppel (meppel)
Hi Reka, I will upgrade my system to the latest master and re-test, Regards Martin From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: Wednesday, April 29, 2015 11:55 AM To: dev Subject: Re: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?) Hi Martin,

Re: Refining Application Samples

2015-04-29 Thread Vishanth Balasubramaniam
Hi all, +1 to make it more real world examples to make it understand better. Also I want to point this out which someone mentioned some time back, where we can take the screenshot of the application topology view from the UI and place it inside the samples folder or provide an url in the readme fi

RE: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?)

2015-04-29 Thread Martin Eppel (meppel)
https://issues.apache.org/jira/browse/STRATOS-1353 From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: Wednesday, April 29, 2015 11:55 AM To: dev Subject: Re: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?) Hi Martin, While i was working on Application

[jira] [Created] (STRATOS-1353) nested grouping scenario with startup and termination issues

2015-04-29 Thread Martin Eppel (JIRA)
Martin Eppel created STRATOS-1353: - Summary: nested grouping scenario with startup and termination issues Key: STRATOS-1353 URL: https://issues.apache.org/jira/browse/STRATOS-1353 Project: Stratos

Re: Testing Stratos 4.1 : nested grouping scenario with startup and termination issues (?)

2015-04-29 Thread Reka Thirunavukkarasu
Hi Martin, While i was working on Application update, i fixed few issues with the termination behavior. Anyway there seems to be small issues in the logic which has to be fixed. I have started to verify this in my local setup. Can you create a jira? So that we can track it. I will update the progr

[jira] [Commented] (STRATOS-1340) Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519935#comment-14519935 ] Reka Thirunavukkarasu commented on STRATOS-1340: All other fixes has bee

[jira] [Closed] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel closed STRATOS-1352. - Resolution: Fixed duplicate to https://issues.apache.org/jira/browse/STRATOS-1340. > Ability to

[jira] [Commented] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519933#comment-14519933 ] Martin Eppel commented on STRATOS-1352: --- ok, will close this one > Ability to adj

[jira] [Commented] (STRATOS-1340) Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519930#comment-14519930 ] Reka Thirunavukkarasu commented on STRATOS-1340: This initial version ha

[jira] [Commented] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519924#comment-14519924 ] Reka Thirunavukkarasu commented on STRATOS-1352: Hi Martin, This jira h

[jira] [Commented] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519923#comment-14519923 ] Reka Thirunavukkarasu commented on STRATOS-1352: Hi Martin, This jira h

Re: [jira] [Created] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Reka Thirunavukkarasu
Hi Martin, This jira has already been created as https://issues.apache.org/jira/browse/STRATOS-1340. Thanks, Reka On Thu, Apr 30, 2015 at 12:08 AM, Martin Eppel (JIRA) wrote: > Martin Eppel created STRATOS-1352: > - > > Summary: Ability to adjus

[jira] [Created] (STRATOS-1352) Ability to adjust groupMin/groupMax

2015-04-29 Thread Martin Eppel (JIRA)
Martin Eppel created STRATOS-1352: - Summary: Ability to adjust groupMin/groupMax Key: STRATOS-1352 URL: https://issues.apache.org/jira/browse/STRATOS-1352 Project: Stratos Issue Type: Bug

AWS Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Swapnil Patil
Hi All, Thank you for selecting my proposal for this project. As an initial step I am trying to setup Stratos. Just wondering if I will get an AWS account that I can use for this project or I have to use my own? Thanks and Regards, Swapnil

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-29 Thread Reka Thirunavukkarasu
Hi Martin, I'm using the code from the master. Then i will try to test it with beta code. Also, please note that i was trying with mock IaaS. Since mock IaaS is quick for the verification, i was using that..In case, if you need mock IaaS for any verification, you can enable mock temporarily in ST

RE: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-29 Thread Martin Eppel (meppel)
Reka, Are you using the latest code from the master or beta code - I am still running with beta + one cherry-picked commit, Thanks Martin From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: Wednesday, April 29, 2015 11:12 AM To: dev Subject: Re: Testing stratos 4.1 - nested grouping fail

Re: Refining Application Samples

2015-04-29 Thread Chamila De Alwis
On Apr 29, 2015 10:08 PM, "Lahiru Sandaruwan" wrote: > > Hi, > > Great initiative, > > Yes, IMO we can have > > 1. Specific sample Apps such as "Wordpress composite app" which includes PHP and MySQL. > 2. Apps for showcasing specific scenarios, such as "Single Cartridge", "Nested Group app", "Depe

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-29 Thread Reka Thirunavukkarasu
Hi Martin, On Wed, Apr 29, 2015 at 9:56 PM, Martin Eppel (meppel) wrote: > Hi Reka, > > > > Thanks for looking into it, > > > > Yes, the behavior is not consistent, I also experienced a successful run > here and there (as pointed out somewhere in the email thread). Please note > that the issue

Re: Refining Application Samples

2015-04-29 Thread Lahiru Sandaruwan
Hi, Great initiative, Yes, IMO we can have 1. Specific sample Apps such as "Wordpress composite app" which includes PHP and MySQL. 2. Apps for showcasing specific scenarios, such as "Single Cartridge", "Nested Group app", "Dependency scaling", "Group scaling", "Startup order", "Termination behav

RE: [Discuss] Apache Stratos 4.1.0-beta2 Developer Preview

2015-04-29 Thread Martin Eppel (meppel)
Hi Lakmal, I am not sure I completely understand what beta2 developer preview means compared to beta and the planned RC and GA – what are the implication for bug fixes, features, etc ? Thanks Martin From: Anuruddha Liyanarachchi [mailto:anurudd...@wso2.com] Sent: Monday, April 27, 2015 9:39 P

RE: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-29 Thread Martin Eppel (meppel)
Hi Reka, Thanks for looking into it, Yes, the behavior is not consistent, I also experienced a successful run here and there (as pointed out somewhere in the email thread). Please note that the issue always seems to come up in my setup if the application is the first one to be deployed after s

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Asanka Sanjaya Herath
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 wrote: > > > On Wed, Apr 29, 2015 at 6:42 PM, Asanka Sanjaya Herath > wrote: > >> Hi Isuru, >> >> Thank you for the information. Currently I ha

[GitHub] stratos pull request: Refactoring object converter class

2015-04-29 Thread Vishanth
Github user Vishanth commented on the pull request: https://github.com/apache/stratos/pull/290#issuecomment-97447596 @imesh Will do the needful. Regards. --- 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

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

2015-04-29 Thread Ashan Dhananjaya
I got it Imesh. Shall i work with it without building the tests? On Wed, Apr 29, 2015 at 7:01 PM, Imesh Gunaratne wrote: > Hi Ashan, > > Didn't it print the server startup log on the console? > > > On Wed, Apr 29, 2015 at 6:14 PM, Ashan Dhananjaya > wrote: > >> Hi Imesh, >> >> I got this ERROR,

[GitHub] stratos pull request: Refactoring REST API

2015-04-29 Thread imesh
Github user imesh commented on the pull request: https://github.com/apache/stratos/pull/288#issuecomment-97428588 Thanks @anuruddhal for the fixes, as I can see there are merge conflicts in this pull request now. Would you mind resolving them? Thanks --- If your project is set up

[GitHub] stratos pull request: Refactoring object converter class

2015-04-29 Thread imesh
Github user imesh commented on the pull request: https://github.com/apache/stratos/pull/290#issuecomment-97428270 @Vishanth Would you mind resolving the conflicts in this pull request? Thanks --- If your project is set up for it, you can reply to this email and have your reply app

[Discuss] Removing GroupScalingEnabled Attribute in Cartridge Group

2015-04-29 Thread Imesh Gunaratne
Hi Devs, As we discussed earlier I have now removed groupScalingEnabled attribute in cartridge group and updated the samples. We need to update the documentation accordingly. Thanks -- Imesh Gunaratne Senior Technical Lead, WSO2 Committer & PMC Member, Apache Stratos

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

2015-04-29 Thread Imesh Gunaratne
Hi Ashan, Didn't it print the server startup log on the console? On Wed, Apr 29, 2015 at 6:14 PM, Ashan Dhananjaya wrote: > Hi Imesh, > > I got this ERROR, > > Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 600.995 > sec <<< FAILURE! > startServer(org.apache.stratos.integratio

[jira] [Created] (STRATOS-1351) Use scalingDependents instead of scalingDependants

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-1351: -- Summary: Use scalingDependents instead of scalingDependants Key: STRATOS-1351 URL: https://issues.apache.org/jira/browse/STRATOS-1351 Project: Stra

[jira] [Created] (STRATOS-1350) fix scalingDependents to use alias in group

2015-04-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-1350: -- Summary: fix scalingDependents to use alias in group Key: STRATOS-1350 URL: https://issues.apache.org/jira/browse/STRATOS-1350 Project: Stratos

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Asanka Sanjaya Herath
On Wed, Apr 29, 2015 at 6:42 PM, Asanka Sanjaya Herath 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 > wrote: > >> Hi Asanka, >> >> I just build master bran

Re: Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
Hi all, Thanks for the feedback. On Wed, Apr 29, 2015 at 6:07 PM, Chamila De Alwis wrote: > Hi Isuru, > > Great work! This was a necessity for a long time. IMO we should have an > approach to samples where the real world scenarios or closer to real world > scenarios are used for samples. For ex

Re: Refining Application Samples

2015-04-29 Thread Chamila De Alwis
Hi Isuru, Great work! This was a necessity for a long time. IMO we should have an approach to samples where the real world scenarios or closer to real world scenarios are used for samples. For example we should keep the "tomcat" sample and remove the "single-cartridge-app" if both are same. The RE

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Isuru Haththotuwa
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 wrote: > Hi All, > > I tried to build the latest strato

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

2015-04-29 Thread Imesh Gunaratne
Hi Ashan, It looks like the Stratos server is not starting properly in the integration test. Can you please try to run it manually and send the log: cd [stratos-source-root]/products/stratos/modules/integration/ mvn test Thanks On Wed, Apr 29, 2015 at 12:42 PM, Ashan Dhananjaya wrote: > Hi, >

Re: Google Compute Engine Load Balancing Support for Stratos - GSoC 2015

2015-04-29 Thread Asanka Sanjaya Herath
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 wrote: > Hi Vishanth, > > Thanks for the information. I'll try to deploy an application manually > using the

[jira] [Created] (STRATOS-1349) Adding an application does not work via the UI

2015-04-29 Thread Shavindri Dissanayake (JIRA)
Shavindri Dissanayake created STRATOS-1349: -- Summary: Adding an application does not work via the UI Key: STRATOS-1349 URL: https://issues.apache.org/jira/browse/STRATOS-1349 Project: Stratos

[jira] [Created] (STRATOS-1348) GroupScalingEnabled Attribute is Redudant

2015-04-29 Thread Imesh Gunaratne (JIRA)
Imesh Gunaratne created STRATOS-1348: Summary: GroupScalingEnabled Attribute is Redudant Key: STRATOS-1348 URL: https://issues.apache.org/jira/browse/STRATOS-1348 Project: Stratos Issue T

Refining Application Samples

2015-04-29 Thread Isuru Haththotuwa
Hi Devs, I started looking in to $subject. Please find the initial findings: *Application Name* *Proposed New Name (if required)* *Comments* *Can Remove?* single-cartridge single-cartridge-app - tomcat - duplicate single cartridge app, can be removed Yes single-group-cartridge

Re: Refining Application Samples

2015-04-29 Thread Reka Thirunavukkarasu
+1 for using the directory structure for the samples. In that way, anyone can find out relevant samples easily without looking into the application/group. Can we add a category for startupDependents, termination behavior (terminate-all and terminate-dependent) as well? Thanks. Reka On Wed, Apr 2

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

2015-04-29 Thread Ashan Dhananjaya
Hi, I took a new clone at around 10 a.m today it fails but no exceptions at all.It says i have failed to build intergration tests. *[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project stratos-integration: There are test failures.* *[

Re: One cartridge never get activated

2015-04-29 Thread Udara Liyanage
Hi Reka, It became activated with the following configs. Thanks for the support. "startupOrders": [ "group.my-dbgroup,group.my-appgroup","group.my-dbgroup,cartridge.my-esb" ], On Wed, Apr 29, 2015 at 12:31 AM, Martin Eppel (meppel) wrote: > Mmh, based on your assessment it might be d

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-29 Thread Reka Thirunavukkarasu
Hi Martin, I could reproduce an issue where C2 was not coming up. But after one/two minutes, even C2 has also come up and became active. So, application got activated finally. Now I'm not even reproducing any thing like. All the way application is becoming active without any issue. I will try with