Re: [Dev] BAM2 goes OOM

2012-08-08 Thread Afkham Azeez
The wso2server.sh is generic, contains setting to run the server out of the box on developer machines. Settings have to be changed for production load tests. -- Afkham Azeez Sent from my phone On Aug 8, 2012 10:15 AM, Chamara Ariyarathne chama...@wso2.com wrote: OOM did not occur with 1GB

Re: [Dev] BAM2 goes OOM

2012-08-08 Thread Chamara Ariyarathne
On Wed, Aug 8, 2012 at 11:33 AM, Afkham Azeez az...@wso2.com wrote: The wso2server.sh is generic, contains setting to run the server out of the box on developer machines. Settings have to be changed for production load tests. Understood. -- Afkham Azeez Sent from my phone On Aug 8,

Re: [Dev] Branch build failure

2012-08-08 Thread Nuwan Bandara
Hi, Please take an update of components/Mashup /Nuwan On Wed, Aug 8, 2012 at 11:30 AM, Sanjaya Vithanagama sanja...@wso2.comwrote: [INFO] BUILD FAILURE [INFO] [INFO] Total time: 3.185s [INFO] Finished at: Wed Aug 08

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Deependra Ariyadewa
On Wed, Aug 8, 2012 at 10:57 AM, Chamara Ariyarathne chama...@wso2.comwrote: This got fixed when the directory referring with hadoop.tmp.dir in core-site.xml is cleaned up and then the namenode is formatted. When you format the name node, you lost all data in HDFS. Therefore formatting name

Re: [Dev] Branch build failure

2012-08-08 Thread Sanjaya Vithanagama
Hi Nuwan, Thanks. It's ok now. Regards, SanjayaV On Wed, Aug 8, 2012 at 11:40 AM, Nuwan Bandara nu...@wso2.com wrote: Hi, Please take an update of components/Mashup /Nuwan On Wed, Aug 8, 2012 at 11:30 AM, Sanjaya Vithanagama sanja...@wso2.comwrote: [INFO] BUILD FAILURE [INFO]

Re: [Dev] BAM2 goes OOM

2012-08-08 Thread Afkham Azeez
+1 for *1*GB -- Afkham Azeez Sent from my phone On Aug 8, 2012 11:50 AM, Samisa Abeysinghe sam...@wso2.com wrote: On Wed, Aug 8, 2012 at 11:35 AM, Chamara Ariyarathne chama...@wso2.comwrote: On Wed, Aug 8, 2012 at 11:33 AM, Afkham Azeez az...@wso2.com wrote: The wso2server.sh is

Re: [Dev] BAM2 goes OOM

2012-08-08 Thread Tharindu Mathew
The point here is that in BAM we are packing a lot of stuff that is not intended to work under the same JVM. They are not even supposed to run on the same machine. Hive and Cassandra are the culprits mainly for these memory spikes and CPU spikes. The only reason we are doing this is for the ease

[Dev] Management node/worker node separation - can management nodes become workers or are they just passive nodes?

2012-08-08 Thread Charitha Kankanamge
Hi, @Subject? in a cluster, can management node take part in message processing (active) and become a worker node? Or is it just for one-time configuration/deployment purposes? Thanks! Charitha ___ Dev mailing list Dev@wso2.org

[Dev] Coordination Component Configuration in Carbon Servers

2012-08-08 Thread Anjana Fernando
Hi, I've written a small guide on $subject here [1], note that this functionality should be something that should be tested in all server which uses functionalities like data sources / task scheduling. Also, when the Stratos services are deployed, these steps must be followed in configuring the

Re: [Dev] ReadOnly fields can be changed using WS-Client API in G-Reg

2012-08-08 Thread Senaka Fernando
Hi Sajini, Read-only is just from a UI (end-user) and not an API PoV. However, if the docs do not mention that, we need to. The current config is a bit confusing as it includes both UI and model config in a single file. Thanks, Senaka. On Tue, Aug 7, 2012 at 5:37 PM, Sajini De Silva

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #98 has FAILED. Change made by madhuka, ajithn and nuwan.

2012-08-08 Thread Bamboo
--- WSO2 Carbon BRANCH Platform_4.0.0 #98 failed. --- Code has been updated by madhuka, ajithn, nuwan. No failed tests found, a possible compilation error.

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Charitha Kankanamge
These configuration settings, deployment tips/tricks everything has to be documented somewhere. Specially, in a product like BAM, since there are so many configuration options, we should provide users with a deployment script to setup a BAM cluster. /Charitha On Wed, Aug 8, 2012 at 10:57 AM,

[Dev] Neethi 2.0.4-wso2v4 use incorrect Axiom dependency

2012-08-08 Thread Sagara Gunathunga
At the moment Neethi 2.0.4-wso2v4 use 1.2.11 version for builds but it should use axiom_1.2.11.wso2v2. This will cause duplicate/incorrect dependencies when someone use Neethi 2.0.4-wso2v4 as a Maven dependency, an an example please see AS Axis2Module sample. [INFO]

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Chamara Ariyarathne
On Wed, Aug 8, 2012 at 3:15 PM, Charitha Kankanamge chari...@wso2.comwrote: These configuration settings, deployment tips/tricks everything has to be documented somewhere. Specially, in a product like BAM, since there are so many configuration options, we should provide users with a deployment

[Dev] Manager build error on trunk

2012-08-08 Thread Muhammed Shariq
Hi, I am getting the following error while building Manager on trunk, Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Stratos - Cloud Manager Composite Feature 2.0.0.SNAPSHOT (org.wso2.stratos.manager.feature.group

[Dev] /identity/org.wso2.carbon.identity.provider.openid.admin.ui/pom.xml missing in trunk

2012-08-08 Thread Shammi Jayasinghe
Hi IS Team, Is the following error due to this commit. http://wso2.org/svn/browse/wso2 ?view=revrevision=136722 [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:identity:4.0.0-SNAPSHOT

Re: [Dev] /identity/org.wso2.carbon.identity.provider.openid.admin.ui/pom.xml missing in trunk

2012-08-08 Thread Suresh Attanayaka
Hi, Please take a svn up at org.wso2.carbon.identity.provider.openid.admin.ui and build. Thanks, -Suresh On Wed, Aug 8, 2012 at 5:37 PM, Shammi Jayasinghe sha...@wso2.com wrote: Hi IS Team, Is the following error due to this commit. http://wso2.org/svn/browse/ wso2?view=revrevision=136722

[Dev] [Important] patch-release process with 4.0.0 Branch

2012-08-08 Thread Dileepa Jayakody
Hi All, This is to discuss how to update/change artifacts of the 4.0.0 Branch after the C4 release. The C4 Branch tag was created from revision - 136270. All artifacts (kernel, platform) from this revision number are considered released and deployed to nexus. Any commit after -r136270 will not

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #99 has FAILED. Change made by pradeep.

2012-08-08 Thread Bamboo
--- WSO2 Carbon BRANCH Platform_4.0.0 #99 failed. --- Code has been updated by pradeep. No failed tests found, a possible compilation error.

[Dev] Fwd: Axis2Server : Error loading key store

2012-08-08 Thread Tishan Dahanayaka
Forwarding to dev list -- Forwarded message -- From: Tishan Dahanayaka tis...@wso2.com Date: Wed, Aug 8, 2012 at 8:25 PM Subject: Axis2Server : Error loading key store To: Sagara Gunathunga sag...@wso2.com Cc: Nuwan Wimalasekara nuw...@wso2.com Hi, I am an intern working under

[Dev] Compilation failure : org.wso2.carbon.identity.provider

2012-08-08 Thread Isuru Wimalasundera
Hi I am getting the following compilation error while building the platform/branch/4.0.0. [ERROR] COMPILATION ERROR : [INFO] - [ERROR]

[Dev] Issue with Dynamic Endpoints in ESB 4.0.3

2012-08-08 Thread Harshana Martin
Hi All, User has reported in the Stackoverflow [1] and I also can reproduce with this attached CAR file. Is this a bug? or Am I missing something? [1]. http://stackoverflow.com/questions/11855384/endpoint-timout-setting-is-getting-stripped-off-when-deploying-car-file Thanks and Regards,

Re: [Dev] Compilation failure : org.wso2.carbon.identity.provider

2012-08-08 Thread Suresh Attanayaka
Hi Isuru, Take a svn up at the openid4java dependency and build both the dependency and orbit. Thanks, -Suresh On Wed, Aug 8, 2012 at 8:50 PM, Isuru Wimalasundera isu...@wso2.com wrote: Hi I am getting the following compilation error while building the platform/branch/4.0.0. [ERROR]

[Dev] Build error in the kernel patch release

2012-08-08 Thread Eranda Sooriyabandara
Hi all, When I am trying to build kernel patch release it gave me [2]. Then I look for the 4.0.1 version of org.wso2.carbon.tomcat.ext but I didn't find the version in the nexus [1]. Then I alter the poms (patch attached) to get the 4.0.0 and it worked. My question is that is this patch is fine?

[Dev] Databridge Cassandra stream definition store cannot be used for storing events in to Cassandra

2012-08-08 Thread Suhothayan Sriskandarajah
Hi I found that org.wso2.carbon.databridge.streamdefn.cassandra component is being used to store events to Cassandra which is wrong! its a stream definitons store and only the stream definitons has to be stored in via this component. CEP is also using Cassandra for persistence and it also using

Re: [Dev] Compilation failure at org.wso2.carbon.identity.provider

2012-08-08 Thread Dharshana Warusavitharana
Hi Asela , I updated the module and tried. It didnt resolve the issue. The issue seems like constructor Association is a private method in dependencies/openid4java/0.9.6-wso2v2 module. I comletely removed the module and rebuild. Still the issue seems exists. Thank you, Dharshana. On Wed, Aug

[Dev] API Manager publisher do not allow to generate keys for default application

2012-08-08 Thread Sanjeewa Malalgoda
Hi All, I have setup API manager (publisher, gateway, store, registry, keymgt) in separate instances. When i try generate a key for default application it prevent me saying Error occurred while executing the action generateApplicationKey But if i created new application and try to generate keys i

Re: [Dev] Fix RXT/Governance related issues in a generic manner.

2012-08-08 Thread Subash Chaturanga
On Thu, Aug 9, 2012 at 12:03 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, Please note that Samisa has reported multiple issues in G-Reg related to RXTs and Governance in general. Please fix them in a generic manner and not in a one-off manner. For example, the improvements to the

Re: [Dev] API Manager publisher do not allow to generate keys for default application

2012-08-08 Thread Sanjeewa Malalgoda
Hi, When i generated a keys for created application i got following error. I can see generated keys from UI but it do not persist in to data base. What is the issue here? (same deployment as above) Thanks. -- *Sanjeewa Malalgoda* WSO2 Inc. Mobile : +14084122715 | +94713068779

Re: [Dev] API Manager publisher do not allow to generate keys for default application

2012-08-08 Thread Sanjeewa Malalgoda
On Wed, Aug 8, 2012 at 12:34 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, When i generated a keys for created application i got following error. I can see generated keys from UI but it do not persist in to data base. What is the issue here? (same deployment as above) Thanks. --

Re: [Dev] Issue with Dynamic Endpoints in ESB 4.0.3

2012-08-08 Thread Kasun Indrasiri
I think the deployed config is wrong. This is the correct timeout config. timeout duration1/duration responseActionfault/responseAction /timeout On Wed, Aug 8, 2012 at 10:22 PM, Harshana Martin harsh...@wso2.com wrote: Hi All, User has reported in the

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #100 has FAILED. Change made by 9 authors.

2012-08-08 Thread Bamboo
--- WSO2 Carbon BRANCH Platform_4.0.0 #100 failed. --- This build occurred because it is a dependant of WCB001-KER000-67. No failed tests found, a possible

Re: [Dev] API Manager publisher do not allow to generate keys for default application

2012-08-08 Thread Sanjeewa Malalgoda
This happens because of keymgt server configuration issue. Sorry for noise. On Wed, Aug 8, 2012 at 12:34 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: On Wed, Aug 8, 2012 at 12:34 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, When i generated a keys for created application i got

Re: [Dev] Branch : Clean repo build error on jaggery script engine module

2012-08-08 Thread Sanjeewa Malalgoda
Hi, I'm getting following error when i build branch (4.0.0 component level). Is that related to this issue. I took update and i can see SNAPSHOT part is changed to .wso2v1. But still cannot build it. Thanks. INFO] [ERROR]

Re: [Dev] Branch : Clean repo build error on jaggery script engine module

2012-08-08 Thread Sanjeewa Malalgoda
Solved after building following source[1] manually. i can see many modules commented. Why we do so? Thanks [1] https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/dependencies/e4ximpl/2.0.1.wso2v1 On Wed, Aug 8, 2012 at 4:01 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, I'm

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #101 has FAILED. Change made by tharindu.

2012-08-08 Thread Bamboo
--- WSO2 Carbon BRANCH Platform_4.0.0 #101 failed. --- This build occurred because it is a dependant of WCB001-KER000-68. No failed tests found, a possible

Re: [Dev] Compilation failure : org.wso2.carbon.identity.provider

2012-08-08 Thread Ajith Vitharana
On Wed, Aug 8, 2012 at 10:38 PM, Suresh Attanayaka sur...@wso2.com wrote: Hi Isuru, Take a svn up at the openid4java dependency and build both the dependency and orbit. Hi Suresh , You have committed to org.wso2.carbon.identity.provider/4.0.0 (r136764) after the AM release. That is wrong

[Dev] Carbon Startup delayed

2012-08-08 Thread Charitha Kankanamge
I too observed this in my local setup. See ( https://wso2.org/jira/browse/WSAS-977) We need to profile and check what is going on here. On Thursday, August 2, 2012, Supun Malinga wrote: Hi devs, I observed some delay in AS startup. after printing following lines, [2012-08-02 09:25:19,876]

Re: [Dev] Compilation failure : org.wso2.carbon.identity.provider

2012-08-08 Thread Hasini Gunasinghe
Hi Ajith, On Thu, Aug 9, 2012 at 6:20 AM, Ajith Vitharana aji...@wso2.com wrote: On Wed, Aug 8, 2012 at 10:38 PM, Suresh Attanayaka sur...@wso2.comwrote: Hi Isuru, Take a svn up at the openid4java dependency and build both the dependency and orbit. Hi Suresh , You have committed to

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Deependra Ariyadewa
On Wed, Aug 8, 2012 at 3:26 PM, Chamara Ariyarathne chama...@wso2.comwrote: On Wed, Aug 8, 2012 at 3:15 PM, Charitha Kankanamge chari...@wso2.comwrote: These configuration settings, deployment tips/tricks everything has to be documented somewhere. Specially, in a product like BAM, since

[Dev] Any content type filter (.*) is not working

2012-08-08 Thread Nirmal Fernando
Hi All, In axis2.xml, We've added following configuration under messageBuilders element. messageBuilder contentType=.* class=org.wso2.carbon.relay.BinaryRelayBuilder/ Our expectation is to set org.wso2.carbon.relay.BinaryRelayBuilder as the message builder of a request

Re: [Dev] Fix RXT/Governance related issues in a generic manner.

2012-08-08 Thread Senaka Fernando
Hi Subash, When you access via API, even Services are loading slowly, so its better to have an API-level solution anyway. Apart from that what I meant was if we do something for Services, the same should work for any other Governance artifact. Thanks, Senaka. On Thu, Aug 9, 2012 at 12:45 AM,

Re: [Dev] Hosting a web service in ELB + use of BinaryRelayBuilder in ELB -- blocker

2012-08-08 Thread Hiranya Jayathilaka
If this is an admin service, you can use the relay module and the skip admin service handler. Thanks, Hiranya On Thu, Aug 9, 2012 at 9:30 AM, Nirmal Fernando nir...@wso2.com wrote: Hi All, While trying to host a web service in WSO2 ELB (Elastic Load Balancer) (as discussed in [1]), I've run

Re: [Dev] Any content type filter (.*) is not working

2012-08-08 Thread Hiranya Jayathilaka
On Thu, Aug 9, 2012 at 9:12 AM, Nirmal Fernando nir...@wso2.com wrote: Hi All, In axis2.xml, We've added following configuration under messageBuilders element. messageBuilder contentType=.* class=org.wso2.carbon.relay.BinaryRelayBuilder/ Our expectation is to set

[Dev] Fwd: Any content type filter (.*) is not working

2012-08-08 Thread Nirmal Fernando
-- Forwarded message -- From: Nirmal Fernando nir...@wso2.com Date: Thu, Aug 9, 2012 at 9:53 AM Subject: Re: [Dev] Any content type filter (.*) is not working To: Hiranya Jayathilaka hira...@wso2.com On Thu, Aug 9, 2012 at 9:46 AM, Hiranya Jayathilaka hira...@wso2.comwrote: