[Dev] Warning in LB when a redirect happens with NHttp transport

2012-08-08 Thread Afkham Azeez
[2012-08-09 12:10:03,247] WARN - ClientHandler Received an unexpected response - of content type : text/html;charset=UTF-8 and status code : 302 with reason : Moved Temporarily For : 10.100.3.189:9443 For Request : Axis2Request [Message ID : urn:uuid:5739429f-4250-4afd-b954-11f2ccad2bd0] [Status C

[Dev] Passthru transport jar name not consistent with other transports - please fix

2012-08-08 Thread Afkham Azeez
org.wso2.carbon.*transport*.http_4.0.0.jar org.wso2.carbon.*transport*.https_4.0.0.jar org.wso2.carbon.*transport*.nhttp_4.0.0.jar org.wso2.carbon.*transports*.passthru_1.0.0.jar -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http:/

[Dev] Passthru transport does not take portOffset into consideration

2012-08-08 Thread Afkham Azeez
Please fix -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * ** email: **az...@wso2.com* * cell: +94 77 3320919 blog: **http://blog.afkham.org* * twitter: **http://tw

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

2012-08-08 Thread Nirmal Fernando
-- Forwarded message -- From: Nirmal Fernando Date: Thu, Aug 9, 2012 at 9:53 AM Subject: Re: [Dev] Any content type filter (.*) is not working To: Hiranya Jayathilaka On Thu, Aug 9, 2012 at 9:46 AM, Hiranya Jayathilaka wrote: > > > On Thu, Aug 9, 2012 at 9:12 AM, Nirmal Fernan

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 wrote: > Hi All, > > In axis2.xml, We've added following configuration under messageBuilders > element. > > class="org.wso2.carbon.relay.BinaryRelayBuilder"/> > > Our expectation is to set "org.wso2.carbon.relay.BinaryRelayB

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 wrote: > Hi All, > > While trying to host a web service in WSO2 ELB (Elastic Load Balancer) (as > discussed in [1]), I've run into a bloc

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

2012-08-08 Thread Nirmal Fernando
Hi All, While trying to host a web service in WSO2 ELB (Elastic Load Balancer) (as discussed in [1]), I've run into a blocking issue. In ELB we set the message builder of any request, belongs to any content type (currently there's a bug in axis2 level [2]) as "org.wso2.carbon.relay.BinaryRelayBui

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, Sub

[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. Our expectation is to set "org.wso2.carbon.relay.BinaryRelayBuilder" as the message builder of a request of any content type. But this seems to be broken in trunk. -- Thanks & regards, Nirmal Software

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Deependra Ariyadewa
On Wed, Aug 8, 2012 at 3:26 PM, Chamara Ariyarathne wrote: > > > On Wed, Aug 8, 2012 at 3:15 PM, Charitha Kankanamge wrote: > >> These configuration settings, deployment tips/tricks everything has to be >> documented somewhere. Specially, in a product like BAM, since there are so >> many configura

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 wrote: > > > On Wed, Aug 8, 2012 at 10:38 PM, Suresh Attanayaka 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.car

[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 Ajith Vitharana
On Wed, Aug 8, 2012 at 10:38 PM, Suresh Attanayaka 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 and should

[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 co

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 wrote: > Hi, > I'm getting following

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] F

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 wrote: > > > On Wed, Aug 8, 2012 at 12:34 PM, Sanjeewa Malalgoda wrote: > >> Hi, >> When i generated a keys for created application i got following error. >> I can see g

[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 co

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. 1 fault On Wed, Aug 8, 2012 at 10:22 PM, Harshana Martin wrote: > Hi All, > > User has reported in the Stackoverflow [1] and I also can reproduce with > this attached CAR file. > > Is this a

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 wrote: > 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 Mal

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] 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 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 loading time for

[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

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

2012-08-08 Thread Senaka Fernando
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 loading time for Service should not just be for services. And, the simple and advan

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] 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 o

[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? or

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 wrote: > Hi > > I am getting the following compilation error while building the > platform/branch/4.0.0. > > [ERROR] COMPILATION ER

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

[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] /home/isuruw/builderTrunk/carbon/platform/branches/4.0.0/components/identity/org.wso2.carbon.identity.

[Dev] Fwd: Axis2Server : Error loading key store

2012-08-08 Thread Tishan Dahanayaka
Forwarding to dev list -- Forwarded message -- From: Tishan Dahanayaka Date: Wed, Aug 8, 2012 at 8:25 PM Subject: Axis2Server : Error loading key store To: Sagara Gunathunga Cc: Nuwan Wimalasekara Hi, I am an intern working under patch automation. For a scenario I am working o

[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. http://wso2.org/

[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 b

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 wrote: > Hi IS Team, > > Is the following error due to this commit. http://wso2.org/svn/browse/ > wso2?view=rev&revision=136722 > > [ERROR

[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=rev&revision=136722 [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:identity:4.0.0-SNAPSHOT (/home/shammi/wso2/development/trunk/platform/components/i

[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 2.0.0.SNAPSHOT)

Re: [Dev] Hadoop prevents starting with a

2012-08-08 Thread Chamara Ariyarathne
On Wed, Aug 8, 2012 at 3:15 PM, Charitha Kankanamge wrote: > 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 se

[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] org.wso2.appserver:wso2apps

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, Cham

[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. h

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 wrote: > H

[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 se

[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 http://wso2.org/cgi-bin/ma

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 o

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

2012-08-08 Thread Bamboo
--- WSO2 Carbon BRANCH > Platform_4.0.0 > #97 failed. --- Code has been updated by ajithn, nuwan. No failed tests found, a possible compilation error. http://wso

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" wrote: > > > On Wed, Aug 8, 2012 at 11:35 AM, Chamara Ariyarathne wrote: > >> >> >> On Wed, Aug 8, 2012 at 11:33 AM, Afkham Azeez wrote: >> >>> The wso2server.sh is generic, & contains setting to run th