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

2015-05-02 Thread Ashan Dhananjaya
Hi Chamila, Yes it is. On Fri, May 1, 2015 at 8:21 PM, Chamila De Alwis wrote: > Hi Ashan, > > I believe what you meant was the message broker related communication in > Stratos? > > > Regards, > Chamila de Alwis > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com > > > > O

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

2015-05-02 Thread Ashan Dhananjaya
Hi Imesh, Finally i was able to start stratos.sh using the pack you gave.I changed my java version 1.7.0_02 to 1.7.0_79 which you mentioned on the last mail.But still i could n't build it by my self and i'm working with your pack. Thank You! Best Regards, Ashan On Sat, May 2, 2015 at 12:59 AM, As

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

2015-05-01 Thread Imesh Gunaratne
Hi Ashan, Will it be possible for you to start a Ubuntu 12.04 server VM with VirtualBox and try the following steps: - Download Oracle JDK 1.7.0_79 (this is the version I'm using at the moment) tar.gz and extract it. - SCP Stratos distribution to the VM - export JAVA_HOME= - Execute /bin/stratos.s

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

2015-05-01 Thread Chamila De Alwis
Hi Ashan, I believe what you meant was the message broker related communication in Stratos? Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Fri, May 1, 2015 at 3:14 PM, Rajkumar Rajaratnam wrote: > > > On Thu, Apr 30, 2015 at 6:02 PM, Ashan

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

2015-05-01 Thread Rajkumar Rajaratnam
If you have already built without integration tests, build the integration tests alone and paste the complete log here, so that we can help you building the product. Thanks. On Fri, May 1, 2015 at 3:03 PM, Ashan Dhananjaya wrote: > Hi all, > > Again i try to build only the integration test alon

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

2015-05-01 Thread Rajkumar Rajaratnam
On Thu, Apr 30, 2015 at 6:02 PM, Ashan Dhananjaya wrote: > Hi All, > Followings are the notes for the discussion with mentor today. > > 1. Mastering Git/GitHub. > 2. Research on stratos MB. > I didn't quite get this note. What is Stratos MB? Thanks. > 3. Dashboard Improvements. > > These are

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

2015-05-01 Thread Ashan Dhananjaya
Hi all, Again i try to build only the integration test alone where did i failed before.And i could able to change the java the java home from jvm/java-7-oracle/jre/bin to jvm/java-7-oracle/bin/java.Still i'm getting the same errors. Adding some log info which i feel will be important to look into

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

2015-04-30 Thread Ashan Dhananjaya
Hi All, Followings are the notes for the discussion with mentor today. 1. Mastering Git/GitHub. 2. Research on stratos MB. 3. Dashboard Improvements. These are the targets for the next week milestone. Thank You! Best Regards, Ashan On Thu, Apr 30, 2015 at 10:06 AM, Imesh Gunaratne wrote: > As

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: [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,

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

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: [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: [Gsoc][proposal] Showing health statistics in GUI

2015-04-28 Thread Ashan Dhananjaya
Hi Lahiru, Im using java version "1.7.0_76" and Apache Maven 3.0.4. On Tue, Apr 28, 2015 at 10:45 PM, Lahiru Sandaruwan wrote: > I was able to build the latest code with tests. Are you using Oracle Java > 7, Maven 3.x.x? > Those are the recommended options. > > Thanks. > > On Tue, Apr 28, 20

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

2015-04-28 Thread Lahiru Sandaruwan
I was able to build the latest code with tests. Are you using Oracle Java 7, Maven 3.x.x? Those are the recommended options. Thanks. On Tue, Apr 28, 2015 at 10:26 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Ashan, > > Can you check if you are using the latest pull? > > Regards

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

2015-04-28 Thread Vishanth Balasubramaniam
Hi Ashan, Can you check if you are using the latest pull? Regards, Vishanth On Tue, Apr 28, 2015 at 10:08 PM, Ashan Dhananjaya wrote: > Hi All, > > First i really appreciate for selecting me to do this project and i will > do my best to make an excellent solution for it. > I started to build S

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

2015-04-28 Thread Ashan Dhananjaya
Hi All, First i really appreciate for selecting me to do this project and i will do my best to make an excellent solution for it. I started to build Stratos with Mock IaaS. And i faced this exception when i build the source by using this "mvn clean install" command. Tests run: 4, Failures: 1, Err

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

2015-04-15 Thread Ashan Dhananjaya
Hi Chamila, Noted! On Mon, Apr 13, 2015 at 12:41 AM, Chamila De Alwis wrote: > Hi Ashan, > > Please update the project proposal at Melange by fixing the image links > and the formatting. > > > Regards, > Chamila de Alwis > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com

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

2015-04-12 Thread Chamila De Alwis
Hi Ashan, Please update the project proposal at Melange by fixing the image links and the formatting. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Fri, Mar 27, 2015 at 9:51 AM, Ashan Dhananjaya wrote: > Hi Imesh, > > I have started the r

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

2015-03-26 Thread Ashan Dhananjaya
Hi Imesh, I have started the requirement gathering for the information system. And i will update you with its structure soon. I started the literature research on the existing dashboards which you mentioned. My target is to come up with a proper structure for the API and to visualize the statistic

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

2015-03-26 Thread Imesh Gunaratne
Hi Ashan, Now the UI sketches look much better. The initial focus of this project should be to get the data into the system and structure them properly. Thereafter we could spend time on designing the UI. I would like to see a much attractive JS based web UI for this. We could refer existing moni

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

2015-03-26 Thread Chamila De Alwis
Found it. I didn't see the last email. On Mar 26, 2015 11:17 PM, "Chamila De Alwis" wrote: > Hi Ashan, > > Can you share the submitted proposal as a Google doc too? The GSoC entry > doesn't seem to show images correctly. > On Mar 26, 2015 2:02 PM, "Ashan Dhananjaya" > wrote: > >> Hi All, >> >> I

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

2015-03-26 Thread Chamila De Alwis
Hi Ashan, Can you share the submitted proposal as a Google doc too? The GSoC entry doesn't seem to show images correctly. On Mar 26, 2015 2:02 PM, "Ashan Dhananjaya" wrote: > Hi All, > > I have done the changes you pointed/comment.Attaching the updated doc [1]. > > [1] > https://docs.google.com/

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

2015-03-26 Thread Ashan Dhananjaya
Hi All, I have done the changes you pointed/comment.Attaching the updated doc [1]. [1] https://docs.google.com/document/d/1o734-8biszbFxpK5ASWgQE-PvUkFRaSJAK3GsOtIAv4/edit?usp=sharing Thank You! Best Regards, Ashan Dhananjaya On Thu, Mar 26, 2015 at 12:00 PM, Chamila De Alwis wrote: > Hi Asha

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

2015-03-25 Thread Chamila De Alwis
Hi Ashan, I've also added a few suggestions to the proposal. Please go through them and resubmit the updated one. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Thu, Mar 26, 2015 at 6:37 AM, Dakshika Jayathilaka wrote: > Hi Ashan, > > Than

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

2015-03-25 Thread Dakshika Jayathilaka
Hi Ashan, Thank you for submitting your first draft. I did few suggestions on your doc. IMO we need to have configurable widget based dashboard. Can you do some research on configurable widget options that we can implement using any js lib. Thank you, Regards, *Dakshika Jayathilaka* PMC Member

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

2015-03-25 Thread Ashan Dhananjaya
Hi All, I have done some literature research and studies, finally come up with my very first draft of the project proposal for the fallowing $subject :) . Reviews and comments will be highly appreciated hence this is my first GSoC proposal.The link [1] enables to point/comment on the doc. [1] htt

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

2015-03-20 Thread Lahiru Sandaruwan
Great. You two can co-mentor. Thanks. On Fri, Mar 20, 2015 at 4:20 PM, Dakshika Jayathilaka wrote: > Hi Lahiru, > > Since this is related to UI, i can work as a co-mentor too.. > > Regards, > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > >

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

2015-03-20 Thread Dakshika Jayathilaka
Hi Lahiru, Since this is related to UI, i can work as a co-mentor too.. Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Thu, Mar 19, 2015 at 8:43 PM, Lahiru Sandaruwan wrote: > > > On Thu, Mar 19, 2015 at 6:51 PM, Vishanth Balasubramaniam

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

2015-03-19 Thread Lahiru Sandaruwan
On Thu, Mar 19, 2015 at 6:51 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Lahiru, > > The deliverable components are both REST API and UI, right? If so, it is > better we add the REST API module also in the components section [1], > otherwise it could be misunderstood. > +1 > >

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

2015-03-19 Thread Vishanth Balasubramaniam
Hi Lahiru, The deliverable components are both REST API and UI, right? If so, it is better we add the REST API module also in the components section [1], otherwise it could be misunderstood. Btw this is a really interesting idea/feature! It will be nice to use some data driven documents like Cha

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

2015-03-18 Thread Lahiru Sandaruwan
Great. Thanks Chamila. On Thu, Mar 19, 2015 at 8:22 AM, Chamila De Alwis wrote: > Hi Lahiru, > > I can take over the mentorship role over this project. > On Mar 19, 2015 7:19 AM, "Lahiru Sandaruwan" wrote: > >> Hi guys, >> >> Is there anyone who like take the mentorship on this project? I woul

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

2015-03-18 Thread Chamila De Alwis
Hi Lahiru, I can take over the mentorship role over this project. On Mar 19, 2015 7:19 AM, "Lahiru Sandaruwan" wrote: > Hi guys, > > Is there anyone who like take the mentorship on this project? I would not > have cycles to mentor two projects this time. > > Thanks. > > On Wed, Mar 11, 2015 at 9

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

2015-03-18 Thread Lahiru Sandaruwan
Hi guys, Is there anyone who like take the mentorship on this project? I would not have cycles to mentor two projects this time. Thanks. On Wed, Mar 11, 2015 at 9:47 AM, Chamila De Alwis wrote: > +1 > > IMO the main focus can be to come up with a visualization compatible data > format from the

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

2015-03-12 Thread Imesh Gunaratne
+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 $subject sometime back. For example, we can > show the memory consumption and load average for each member node and LB > stats in e

[Gsoc][proposal] Showing health statistics in GUI

2015-03-12 Thread Lahiru Sandaruwan
Hi all, I remember we had an idea on $subject sometime back. For example, we can show the memory consumption and load average for each member node and LB stats in each cluster. So we might need to expose those details though rest API, which we can easily get by subscribing the health stat topic.

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

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