[GitHub] stratos pull request: Fixed typo in class name jira STRATOS-682

2014-06-23 Thread dakshika
Github user dakshika commented on the pull request: https://github.com/apache/stratos/pull/1#issuecomment-46933528 Np, take ur time.. :) --- 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 f

[GitHub] stratos pull request: Fixed typo in class name jira STRATOS-682

2014-06-23 Thread snowch
Github user snowch commented on the pull request: https://github.com/apache/stratos/pull/1#issuecomment-46933414 Apologies for the delay Dakshika - I'm having to re-setup my laptop :( --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[jira] [Commented] (STRATOS-682) typo in class name

2014-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041705#comment-14041705 ] ASF GitHub Bot commented on STRATOS-682: Github user dakshika commented on the pu

[jira] [Commented] (STRATOS-682) typo in class name

2014-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041703#comment-14041703 ] ASF GitHub Bot commented on STRATOS-682: Github user snowch commented on the pull

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Dinesh Bandara
Yes I have setup startos 4.0.0 on single node. It worked fine with out an issue. This error occurred when you are trying to access databases with incorrect password. Please check whether that you can access the database using the password *'root'.* As Chris mentioned try to connect to MySQL from co

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread chris snow
Have you tried connecting to mysql from the command line, e.g. mysql -h 10.9.20.116 -u root userstore On Mon, Jun 23, 2014 at 11:39 PM, Maria Beckham wrote: > I think so. I have provided the info as follows in the setup.conf as per > installation guide. > > xport userstore_db_hostname="10.9.20.1

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
I have put it as localhost. But, still same issue. Has anybody tried installing strator-4.0.0 on one node? From: Isuru Perera To: Maria Beckham Cc: dev Sent: Monday, June 23, 2014 4:00 PM Subject: Re: Error during stratos setup apache-stratos-4.0.0 wait

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Isuru Perera
wait. It's "access denied" error. So, I guess it shouldn't be a problem with connection. On Mon, Jun 23, 2014 at 3:58 PM, Isuru Perera wrote: > That's fine. Did you check which IP address is MySQL is bound to? AFAIR, > it's binding to localhost. When you use IP, I think it's unable to connect.

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Isuru Perera
That's fine. Did you check which IP address is MySQL is bound to? AFAIR, it's binding to localhost. When you use IP, I think it's unable to connect. Is it possible for you to use localhost and see? On Mon, Jun 23, 2014 at 3:51 PM, Maria Beckham wrote: > I mean installing entire stratos product

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
I mean installing entire stratos product including mysql except for cartridge agent which will be on another machine From: Maria Beckham To: Isuru Perera ; dev Sent: Monday, June 23, 2014 3:49 PM Subject: Re: Error during stratos setup apache-stratos-4.0.0

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
I am installing everything on one machine and its ip is 10.9.20.116 as mentioned below in db_hostname From: Isuru Perera To: dev ; Maria Beckham Sent: Monday, June 23, 2014 3:44 PM Subject: Re: Error during stratos setup apache-stratos-4.0.0 Do you have t

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Isuru Perera
Do you have the database in a different node? You might also want to check whether root user can access remotely. On Mon, Jun 23, 2014 at 3:39 PM, Maria Beckham wrote: > I think so. I have provided the info as follows in the setup.conf as per > installation guide. > > xport userstore_db_hostnam

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
I think so. I have provided the info as follows in the setup.conf as per installation guide. xport userstore_db_hostname="10.9.20.116" export userstore_db_schema="userstore" export userstore_db_port="3306" export userstore_db_user="root" export userstore_db_pass="root" __

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Isuru Perera
The setup is failing when trying to create required databases. Have you configured MySQL credentials correctly? On Mon, Jun 23, 2014 at 3:06 PM, Maria Beckham wrote: > Also, another error now. > > Creating userstore database > /opt/stratos-installer/resources /opt/stratos-installer > /opt/stra

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
Also, another error now. Creating userstore database /opt/stratos-installer/resources /opt/stratos-installer /opt/stratos-installer ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Workaround or resolution pls? From: chris s

Re: Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread chris snow
Hi Maria, It looks like it is falling over just after this line: [1] If you change the script for your Iaas from: ./ec2.sh $stratos_extract_path to bash -x ./ec2.sh $stratos_extract_path Then run the script again, this will give you some debug output which will hopefully identify the sed statem

Error during stratos setup apache-stratos-4.0.0

2014-06-23 Thread Maria Beckham
Hi All, I am getting the below error when running  sudo ./setup.sh -p "default" -s Configuring the Cloud Controller In repository/conf/cloud-controller.xml /opt/stratos/apache-stratos-default /opt/stratos-installer sed: -e expression #1, char 32: unknown option to `s' Please provide resolution

Re: Order on cartridge deployment JSON

2014-06-23 Thread Akila Ravihansa Perera
Hi Dakshika, Yes, this is a result of json validation that was added sometime back. Please read the email thread with the subject "Validating Inputs to REST API" on Stratos dev list for more information. Relevant JIRA can be found in [1]. IMO, there shouldn't be a order for json elements. But cur

stop stratos, kill cartridge instance, start stratos -> cartridge still active?

2014-06-23 Thread Michiel Blokzijl (mblokzij)
Hi all, Basically, I was stopping and starting Stratos and looking at how it handled dying cartridges, and found that Stratos only detected cartridge deaths while it was running.. The problem In steady state, I have some cartridges managed by Stratos, ./stratos.sh list-subscribed-cartridges |

[jira] [Created] (STRATOS-683) Create init.d scripts for Stratos

2014-06-23 Thread chris snow (JIRA)
chris snow created STRATOS-683: -- Summary: Create init.d scripts for Stratos Key: STRATOS-683 URL: https://issues.apache.org/jira/browse/STRATOS-683 Project: Stratos Issue Type: Sub-task

Beginner level tasks

2014-06-23 Thread chris snow
Hi Devs, Does anyone have any beginner level tasks they would like me to add to the mentor page [1] ? Even single line fixes would be great for newbies to get some experience with contributing. I'm happy to do the mentoring if you have some beginner level tasks. Many thanks, Chris --- [1] htt

Re: [GitHub] stratos pull request: Fixed typo in class name jira STRATOS-682

2014-06-23 Thread chris snow
Thanks Dakshika! I will take a look when I'm back at my machine later today. On 23 Jun 2014 06:07, "dakshika" wrote: > Github user dakshika commented on the pull request: > > https://github.com/apache/stratos/pull/1#issuecomment-46795562 > > Hi, My bad.. I just commit it. have a look. Tha