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 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 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 --
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
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
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
[
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
[
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
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
[
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
> --
[
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
[
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
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
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
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
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 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 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 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 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 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 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 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 --
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
[
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
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 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 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 --
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
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 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 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
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
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 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
35 matches
Mail list logo