[jira] [Created] (STRATOS-1156) Handling metadata imports & exports in Cartridges

2015-01-28 Thread Gayan Gunarathne (JIRA)
Gayan Gunarathne created STRATOS-1156: - Summary: Handling metadata imports & exports in Cartridges Key: STRATOS-1156 URL: https://issues.apache.org/jira/browse/STRATOS-1156 Project: Stratos

[GitHub] stratos pull request: Added method to remove Application SignUps ....

2015-01-28 Thread Vishanth
GitHub user Vishanth opened a pull request: https://github.com/apache/stratos/pull/194 Added method to remove Application SignUps ... Added method to remove Application SignUps and used it when undeploying the application You can merge this pull request into a Git repository by ru

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23747677 --- Diff: products/stratos/conf/data-bridge/thrift-client-config.xml --- @@ -0,0 +1,23 @@ + + + + +test User --- End diff --

ApacheCon NA CFP

2015-01-28 Thread Lakmal Warusawithana
Hi, ApacheCon NA Call for papers [1] will close on 1st Feb. Please try to submit some sessions. I have submitted [2] and hoping to demonstrators 4.1.0 release. thanks [1] http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp [2]Deploy in Scale With Docker, CoreOS, Kubernet

Re: accessUrls on Application runtime return with incorrect format

2015-01-28 Thread Udara Liyanage
Hi, Yes it is better to use java.net.URL as a common practices in all possible places. On Thu, Jan 29, 2015 at 9:36 AM, Imesh Gunaratne wrote: > We need to use java.net.URL [1] when constructing URLs, I will fix this. > > [1] http://docs.oracle.com/javase/7/docs/api/java/net/URL.html > > Thanks

Re: accessUrls on Application runtime return with incorrect format

2015-01-28 Thread Imesh Gunaratne
We need to use java.net.URL [1] when constructing URLs, I will fix this. [1] http://docs.oracle.com/javase/7/docs/api/java/net/URL.html Thanks On Thu, Jan 29, 2015 at 12:25 AM, shiro wrote: > This is due to the following code segment in > org.apache.stratos.cloud.controller.services.impl.Cloud

[jira] [Updated] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel updated STRATOS-1155: -- Attachment: wso2carbon_without_debug_turned_on.log > 4.1 alpha : Exception thrown when spawnin

[jira] [Updated] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel updated STRATOS-1155: -- Description: 4.1 alpha : Exception thrown when spawning an instance I am running into the fol

4.1.0-alpha : Exception thrown when spawning an instance, see also jira STRATOS-1155

2015-01-28 Thread Martin Eppel (meppel)
I am running into the following exception using the 4.1 alpha tagged stratos code in a rather basic scenario. I opened a jira (https://issues.apache.org/jira/browse/STRATOS-1155) Btw, the instance gets started but fails to properly initialize (I suspect because of the exception) but never gets

[jira] [Updated] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel updated STRATOS-1155: -- Attachment: wso2carbon-debug.log > 4.1 alpha : Exception thrown when spawning an instance > --

[jira] [Updated] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel updated STRATOS-1155: -- Description: 4.1 alpha : Exception thrown when spawning an instance I am running into the fol

[jira] [Updated] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eppel updated STRATOS-1155: -- Attachment: cisco-sample-vm.json cisco_sample_single_subscription_app.json

[jira] [Created] (STRATOS-1155) 4.1 alpha : Exception thrown when spawning an instance

2015-01-28 Thread Martin Eppel (JIRA)
Martin Eppel created STRATOS-1155: - Summary: 4.1 alpha : Exception thrown when spawning an instance Key: STRATOS-1155 URL: https://issues.apache.org/jira/browse/STRATOS-1155 Project: Stratos

Re: accessUrls on Application runtime return with incorrect format

2015-01-28 Thread shiro
This is due to the following code segment in org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl.createApplicationClusters(String, ApplicationClusterContext[]) for (PortMapping portMap : portMappings) { if (portMap.isKubernetesServicePortMap

accessUrls on Application runtime return with incorrect format

2015-01-28 Thread Dakshika Jayathilaka
Hi All, I have notice $subject on application runtime return. "accessUrls":["http\\://mylb.isuruh.lk:8280"] it should return as "accessUrls":["http://mylb.isuruh.lk:8280";] Thank you, Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911

[jira] [Created] (STRATOS-1154) Add access urls on topology view

2015-01-28 Thread Dakshika Jayathilaka (JIRA)
Dakshika Jayathilaka created STRATOS-1154: - Summary: Add access urls on topology view Key: STRATOS-1154 URL: https://issues.apache.org/jira/browse/STRATOS-1154 Project: Stratos Issue

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread supunr
Github user supunr commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23700279 --- Diff: components/org.apache.stratos.common/src/test/java/org/apache/stratos/common/test/publisher/ThriftClientConfigParserTest.java --- @@ -0,0 +1,50 @@

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23697818 --- Diff: components/org.apache.stratos.common/src/test/java/org/apache/stratos/common/test/publisher/ThriftClientConfigParserTest.java --- @@ -0,0 +1,50 @@

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23697651 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/ThriftClientConfigParser.java --- @@ -0,0 +1,117 @

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23697533 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/ThriftClientConfig.java --- @@ -0,0 +1,88 @@ +

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23697450 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/ThriftClientConfig.java --- @@ -0,0 +1,88 @@ +

[GitHub] stratos pull request: Fixed merge conflicts on BasicPayloadData

2015-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/193 --- 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: Added new files to parse thrift-client-confi...

2015-01-28 Thread supunr
Github user supunr commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23686360 --- Diff: products/stratos/conf/data-bridge/thrift-client-config.xml --- @@ -0,0 +1,23 @@ + + + + +test User --- End diff --

[jira] [Created] (STRATOS-1153) Issue in artifact updated event

2015-01-28 Thread Gayan Gunarathne (JIRA)
Gayan Gunarathne created STRATOS-1153: - Summary: Issue in artifact updated event Key: STRATOS-1153 URL: https://issues.apache.org/jira/browse/STRATOS-1153 Project: Stratos Issue Type: Bug

[jira] [Resolved] (STRATOS-1153) Issue in artifact updated event

2015-01-28 Thread Gayan Gunarathne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gayan Gunarathne resolved STRATOS-1153. --- Resolution: Fixed Fixed with 65078b813d6a914977866b0c2677e58b9ca591b2 > Issue in ar

Re: Could not start mock instance

2015-01-28 Thread Gayan Gunarathne
Fixed this issue with 65078b813d6a914977866b0c2677e58b9ca591b2. Problem was "findClusterId" method of "ArtifactDistributionCoordinator" returns only the clusters in the application level.It didn't return the clusters in the group level.Added the logic to that method for find cluster in the group l

[GitHub] stratos pull request: Fixed merge conflicts on BasicPayloadData

2015-01-28 Thread chamilad
GitHub user chamilad opened a pull request: https://github.com/apache/stratos/pull/193 Fixed merge conflicts on BasicPayloadData This PR includes a commit that caused a merge conflict on PR #181 and therefore was dropped. You can merge this pull request into a Git repository by ru

[GitHub] stratos pull request: Added new files to parse thrift-client-confi...

2015-01-28 Thread chamilad
Github user chamilad commented on a diff in the pull request: https://github.com/apache/stratos/pull/192#discussion_r23680853 --- Diff: products/stratos/conf/data-bridge/thrift-client-config.xml --- @@ -0,0 +1,23 @@ + + + + +test User --- End diff --

Re: Could not start mock instance

2015-01-28 Thread Sajith Kariyawasam
In the latest build I didn't get this exception, but now getting below.. Looking into it.. [2015-01-28 15:55:34,303] INFO {org.apache.stratos.manager.messaging.receiver.StratosManagerInstanceStatusEventReceiver} - Instance started event received: [application-id] app_boo [cartridge-type] tomcat2

Re: [GitHub] stratos pull request: Sample Applications - Changing the sh script...

2015-01-28 Thread Gayan Gunarathne
Thanks Vishanth! I have merged your PR now. On Wed, Jan 28, 2015 at 3:58 PM, asfgit wrote: > Github user asfgit closed the pull request at: > > https://github.com/apache/stratos/pull/191 > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on

[GitHub] stratos pull request: Sample Applications - Changing the sh script...

2015-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/191 --- 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: Added new files to parse thrift-client-confi...

2015-01-28 Thread supunr
GitHub user supunr opened a pull request: https://github.com/apache/stratos/pull/192 Added new files to parse thrift-client-config.xml Created 3 new classes to parse thrift-client-config.xml values and changed the hard coded fields in WSO2CEPStatisticsPublisher class. You can merg

Could not start mock instance

2015-01-28 Thread Sajith Kariyawasam
Hi all, I'm getting an exception , [2015-01-28 12:43:55,821] INFO {org.apache.stratos.messaging.message.processor.topology.MemberCreatedMessageProcessor} - Member created: [service-name] tomcat2 [cluster-id] group6tom.tomcat2.domain [member-id] group6tom.tomcat2.domainaa6b6fe0-9e5a-4318-95d6-ca

Changed the /bin/sh to /bin/bash in sample applications

2015-01-28 Thread Vishanth Balasubramaniam
Hi devs, I have now changed all the '/bin/sh' to '/bin/bash' in all the scripts in sample applications, to resolve the issue faced in Ubuntu OS with pushd and popd commands. Thank you, Vishanth -- *Vishanth Balasubramaniam* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware

[GitHub] stratos pull request: Sample Applications - Changing the sh script...

2015-01-28 Thread Vishanth
GitHub user Vishanth opened a pull request: https://github.com/apache/stratos/pull/191 Sample Applications - Changing the sh scripts to bash Changing the 'sh' scripts to 'bash' in all the scripts in the sample application You can merge this pull request into a Git repository by run