Re: [Error] While creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Isuru Haththotuwa
Hi Ashan, Can you start the server in the osgi debug mode, (-DosgiConsole) and see if the packages relevant to the CNF are exposed correctly. On Mon, May 25, 2015 at 11:21 PM, Ashan Dhananjaya wrote: > Hi, > > Yes i do have those 2 plugins. > > On Mon, May 25, 2015 at 10:53 PM, Udara Liyanage

Re: Workload and Resource Aware, Proactive Autoscaling with Apache Stratos

2015-05-25 Thread Imesh Gunaratne
Hi Bhathiya, It's good to see your proposal on improving current Autoscaling functionality. This would definitely add value to Stratos. We could plan and deliver this functionality in a future version. It would be great if you could prepare a implementation design for your project proposal and di

[GitHub] stratos pull request: Adding network partitions for CLI

2015-05-25 Thread prabathabey
Github user prabathabey commented on a diff in the pull request: https://github.com/apache/stratos/pull/198#discussion_r31002645 --- Diff: components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java --- @@ -293,44 +297,44 @@ public void listC

RE: [Vote] Release Apache Stratos 4.1.0 RC2

2015-05-25 Thread Martin Eppel (meppel)
+1 – with the caveat to note I haven’t been successful yet with group scaling tests From: Imesh Gunaratne [mailto:im...@apache.org] Sent: Monday, May 25, 2015 6:03 PM To: dev Subject: Re: [Vote] Release Apache Stratos 4.1.0 RC2 +1 Executed pedantic test on the source package, verified md5, sha1

Re: [Vote] Release Apache Stratos 4.1.0 RC2

2015-05-25 Thread Imesh Gunaratne
+1 Executed pedantic test on the source package, verified md5, sha1, asc signatures, smoke tested stratos distribution, load balancer, haproxy extension, nginx extension, JCA, PCA, CLI and all were successful. On Mon, May 25, 2015 at 4:08 PM, Lahiru Sandaruwan wrote: > Hi All, > > This is the s

Re: [Q] Cartridge for RHEL or Centos

2015-05-25 Thread Mariangela Hills
Hi Raj, Sorry, for the later response! Currently, Stratos only ships init.sh for Centos. config.sh for Cenos can be added to Stratos as an improvement in the future. Regards, Mariangela *Mariangela Hills* Senior Technical Writer - WSO2, Inc. http://wso2.com Committer and PMC member - Apache Str

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Lahiru Sandaruwan
Hi, So the 'Conns' is the number of connections that are active from Lb to the particular member? If so, it look suitable. And we can find the cluster, network partition, and cluster instance id using the Topology and member ip, at our extension? Thanks. On Mon, May 25, 2015 at 10:54 PM, Gayan

Re: [Error] While creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Ashan Dhananjaya
Hi, Yes i do have those 2 plugins. On Mon, May 25, 2015 at 10:53 PM, Udara Liyanage wrote: > Hi, > > You are getting a CNF exceptions org.apache.cassandra.thrift. > InvalidRequestException. > This class seems to come from apache-cassandra_1.1.3.wso2v2.jar, > apache-cassandra_1.1.3.wso2v5.jar j

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Gayan Gunarathne
Hi Imesh, Following is one of the sample statistics values.IMO we can get the "Conns" as for our statistic purposes.Here 192.168.56.60 is the access IP of the service and 192.168.56.41, 192.168.56.42 are real server IPs that we are load balancing. IP Virtual Server version 1.2.1 (size=4096) Prot

Re: [Error] While creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Udara Liyanage
Hi, You are getting a CNF exceptions org.apache.cassandra.thrift. InvalidRequestException. This class seems to come from apache-cassandra_1.1.3.wso2v2.jar, apache-cassandra_1.1.3.wso2v5.jar jars. Do you have them in your plugins directory? Btw we seems to getting two version of this jar which ne

[Error] While creating an output adopter using embedded CEP in Stratos.

2015-05-25 Thread Ashan Dhananjaya
Hi all, I'm getting following exception in the back-end and giving an error message saying *"Connection not successful: org/apache/cassandra/thrift/InvalidRequestException"*. It was given when i was deploying the out-put adapter. These are the configurations i have used : false cassandra 916

Workload and Resource Aware, Proactive Autoscaling with Apache Stratos

2015-05-25 Thread Supun Bhathiya
Hi Imesh,Lakmal, Lahiru, Devs, This is intended to formalize the discussion we had on $subject, on behalf of our final year project, " *Workload and Resource Aware, Proactive Auto-scaling for PaaS Sytems* ". Our project is aimed at adding the following features and improvements to Apache Stratos.

Re: LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Imesh Gunaratne
Hi Gayan, Can you please share some sample statistic values? Will us be able to find in-flight request count? Thanks On Mon, May 25, 2015 at 7:19 PM, Gayan Gunarathne wrote: > For the LVS load balancer extension statistics generation , we can use the > Linux Virtual Server administration[1] co

LVS Load balancer supports for Apache Stratos- Statistics generation

2015-05-25 Thread Gayan Gunarathne
For the LVS load balancer extension statistics generation , we can use the Linux Virtual Server administration[1] command. ipvsadm -L -n --stats There we can get the in request weight of the LVS server.We can integrate this to the LVS load balancer extension as well. WDYT? [1] http://linux.die.n

[Discuss] Release Apache Stratos 4.1.0 RC2.

2015-05-25 Thread Lahiru Sandaruwan
Hi All, This thread is for discussion of the second release candidate of Apache Stratos 4.1.0. Please use this thread for discussion of issues uncovered in the RC, questions you may have about the RC, etc. *RC release packs:* *https://dist.apache.org/repos/dist/dev/stratos/4.1.0-rc2/

[Vote] Release Apache Stratos 4.1.0 RC2

2015-05-25 Thread Lahiru Sandaruwan
Hi All, This is the second release candidate of Apache Stratos 4.1.0. Please use the [DISCUSS] thread for anything but votes. This release fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314521&version=12332462 *** Please download, test and vote. T

[GitHub] stratos pull request: list-cartridges-by-filter command added to C...

2015-05-25 Thread dinithis
Github user dinithis commented on a diff in the pull request: https://github.com/apache/stratos/pull/220#discussion_r30970205 --- Diff: components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/commands/ListCartridgesByFilterCommand.java --- @@ -0,0 +1,98 @@ +pack

[GitHub] stratos pull request: list-cartridges-by-filter command added to C...

2015-05-25 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/220#discussion_r30970149 --- Diff: components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/commands/ListCartridgesByFilterCommand.java --- @@ -0,0 +1,98 @@ +package

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

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1232. Resolution: Fixed > Duplicated Classes for Cartridge in Cloud Controller > ---

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

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan reopened STRATOS-1232: > Duplicated Classes for Cartridge in Cloud Controller > -

[jira] [Reopened] (STRATOS-1099) Define proper identifiers/aliases in each sample application

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan reopened STRATOS-1099: > Define proper identifiers/aliases in each sample application > -

[jira] [Resolved] (STRATOS-1159) Add validation to restrict multi-tenant applications to be deployed by super tenant

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1159. Resolution: Fixed > Add validation to restrict multi-tenant applications to be dep

[jira] [Reopened] (STRATOS-1159) Add validation to restrict multi-tenant applications to be deployed by super tenant

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan reopened STRATOS-1159: > Add validation to restrict multi-tenant applications to be deployed by super > tena

[jira] [Resolved] (STRATOS-1099) Define proper identifiers/aliases in each sample application

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1099. Resolution: Fixed > Define proper identifiers/aliases in each sample application >

[jira] [Resolved] (STRATOS-1368) Flaw in existing add and remove service group method

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1368. Resolution: Fixed > Flaw in existing add and remove service group method > ---

[jira] [Resolved] (STRATOS-1364) Introduce a validation to add group API method to check whether the same cartridge is defined more than once.

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1364. Resolution: Fixed > Introduce a validation to add group API method to check whethe

[jira] [Resolved] (STRATOS-1347) Refactoring object converter class

2015-05-25 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1347. Resolution: Fixed > Refactoring object converter class > -