Re: [Dev] Removing scr plug ins

2012-05-18 Thread Dhanushka Ranasinghe
Hi... Issue is dushan committed to theses revisons to the svn with out subscribing to the list, there for its held in the mailing list,There are number of commits mails held in the mailing list mainly due to Committed without subscribing to the list, exceed the size of the mail and customer

[Dev] Load Balancer release pending items

2012-05-18 Thread Sanjeewa Malalgoda
Hi all, We have planned to release new version of load balancer soon. Had offline chat with shanker, sameera regarding that and here are the pending items. Is there any changes in proposed auto scaling model we will change the plan or introduce installable autoscaling feature . 01. Run a full

[Dev] Service listing error.

2012-05-18 Thread Amila Suriarachchi
hi, when I click on the axis2 services list, get this error. [2012-05-18 12:11:51,144] ERROR {org.wso2.carbon.security.config.SecurityConfigAdmin} - Error while reading Security Scenario java.lang.NullPointerException at

Re: [Dev] Service listing error.

2012-05-18 Thread Kasun Gajasinghe
Hi Amila, This error was fixed today. Please take an up in security component. --KasunG On Fri, May 18, 2012 at 12:14 PM, Amila Suriarachchi am...@wso2.com wrote: hi, when I click on the axis2 services list, get this error. [2012-05-18 12:11:51,144] ERROR

[Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Shammi Jayasinghe
Hi , I am getting following NPE [1]when trying to subscribe to a topic. It is due to the null value of CarbonContext.getCurrentContext() coming from the following method in event.core module. I built the complete platform yesterday. Is this a known issue ? Thanks Shammi public static String

Re: [Dev] SSL performance numbers and the new API for Agent Component

2012-05-18 Thread Tharindu Mathew
The numbers are impressive Suho. Great stuff. Had a chat with Srinath and we might get better numbers if we increase the concurrency of the clients gradually. Would be nice to compare if you have time to run that test. On Wed, May 16, 2012 at 2:54 PM, Suhothayan Sriskandarajah

Re: [Dev] SSL performance numbers and the new API for Agent Component

2012-05-18 Thread Srinath Perera
Impressive ;) yes lets try .. 10, 20, 30, 50 clients .. basically as long as throughput keep increasing What does server is doing? Just read the request and ignoring .. or doing some work? --Srinath On Fri, May 18, 2012 at 12:49 PM, Tharindu Mathew thari...@wso2.com wrote: The numbers are

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Isuru Wimalasundera
Hi I am facing a similar kind of situation when restarting the Greg server. After a restart I can not open the service list page because from the ListMetaDataService it returns a NULL registry. When dig deep the reason for returning a NULL registry is identified as the following code segment of

Re: [Dev] SSL performance numbers and the new API for Agent Component

2012-05-18 Thread Suhothayan Sriskandarajah
On Fri, May 18, 2012 at 1:01 PM, Srinath Perera srin...@wso2.com wrote: Impressive ;) yes lets try .. 10, 20, 30, 50 clients .. basically as long as throughput keep increasing +1 we need to do these test for different scenarios What does server is doing? Just read the request and

Re: [Dev] Merging of products services?

2012-05-18 Thread Ramith Jayasinghe
Hi, We are in the process of merging CSG (product and service) and came to realize that Login page of each products might need some change? Specifically, 1. Are going to use login page shipped with Service (or product) pack? 2. If we are to use the login page in service pack then do we need to

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Shammi Jayasinghe
This problem went off once i updated and built the complete platform and kernel Thanks Shammi On Fri, May 18, 2012 at 2:08 PM, Isuru Wimalasundera isu...@wso2.comwrote: Hi I am facing a similar kind of situation when restarting the Greg server. After a restart I can not open the service

Re: [Dev] SSL performance numbers and the new API for Agent Component

2012-05-18 Thread Srinath Perera
what does subscribing server does in the test you ran? is it a NOOP? --Srinath On Fri, May 18, 2012 at 2:09 PM, Suhothayan Sriskandarajah s...@wso2.comwrote: On Fri, May 18, 2012 at 1:01 PM, Srinath Perera srin...@wso2.com wrote: Impressive ;) yes lets try .. 10, 20, 30, 50 clients ..

[Dev] Why Does Carbon publish two JMX endpoints?

2012-05-18 Thread Senaka Fernando
Hi all, $subject? It looks very confusing. Thanks, Senaka. -- *Senaka Fernando* Product Manager - WSO2 Governance Registry; Associate Technical Lead; WSO2 Inc.; http://wso2.com* Member; Apache Software Foundation; http://apache.org E-mail: senaka AT wso2.com **P: +1 408 754 7388; ext: 51736*;

[Dev] Jaggery daily build (18/05/12)

2012-05-18 Thread Nuwan Bandara
Hi All, Jaggery daily build (Pre M5) can be found at [1] [1] http://people.wso2.com/~nuwan/jaggery/18-05-12/jaggery-1.0.0-SNAPSHOT_M5.zip -- *Thanks Regards, Jaggery team * http://www.nuwanbando.com/ ___ Dev mailing list Dev@wso2.org

Re: [Dev] SSL performance numbers and the new API for Agent Component

2012-05-18 Thread Suhothayan Sriskandarajah
On Fri, May 18, 2012 at 2:27 PM, Srinath Perera srin...@wso2.com wrote: what does subscribing server does in the test you ran? is it a NOOP? Here I'm using a dummy subscribing server just to count the events Regards Suho --Srinath On Fri, May 18, 2012 at 2:09 PM, Suhothayan

[Dev] Cannot list services in AppServer

2012-05-18 Thread Afkham Azeez
[2012-05-18 14:49:21,290] ERROR {org.wso2.carbon.security.config.SecurityConfigAdmin} - Error while reading Security Scenario java.lang.NullPointerException at org.wso2.carbon.core.persistence.file.AbstractFilePersistenceManager.getFilePathFromResourceId(AbstractFilePersistenceManager.java:113)

[Dev] What is the correct media type of synapse sequence artifacts?

2012-05-18 Thread Charitha Kankanamge
Folks, @subject. Is it *application/vnd+wso2.sequence* or * application/vnd.wso2.sequence*? When adding a sequence to G-reg with *application/vnd+wso2.sequence *media type, it correctly deploys into ESB nodes, but not with the other one. Please clarify. Thanks! Charitha

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Shammi Jayasinghe
On Fri, May 18, 2012 at 2:27 PM, Shammi Jayasinghe sha...@wso2.com wrote: This problem went off once i updated and built the complete platform and kernel Thanks Shammi On Fri, May 18, 2012 at 2:08 PM, Isuru Wimalasundera isu...@wso2.comwrote: Hi I am facing a similar kind of

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Muhammed Shariq
On Fri, May 18, 2012 at 2:58 PM, Shammi Jayasinghe sha...@wso2.com wrote: On Fri, May 18, 2012 at 2:27 PM, Shammi Jayasinghe sha...@wso2.comwrote: This problem went off once i updated and built the complete platform and kernel Thanks Shammi On Fri, May 18, 2012 at 2:08 PM, Isuru

Re: [Dev] Why Does Carbon publish two JMX endpoints?

2012-05-18 Thread Amila Maha Arachchi
Hi senaka, carbon.xml says JMX !--The port RMI registry is exposed-- RMIRegistryPort/RMIRegistryPort !--The port RMI server should be exposed-- RMIServerPort1/RMIServerPort /JMX AFAIK RMIServerPort is necessary when the client is

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Amila Jayasekara
Inorder for this to work we need to make sure all our user interfaces are aware about session persistence. Currently we have JSP pages where we set certain non-serializable objects to session and access them in subsequent pages. So if we are at a page where object is accessed and if we try to

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Amila Suriarachchi
On Fri, May 18, 2012 at 3:10 PM, Amila Jayasekara ami...@wso2.com wrote: Inorder for this to work we need to make sure all our user interfaces are aware about session persistence. Currently we have JSP pages where we set certain non-serializable objects to session and access them in

Re: [Dev] Why Does Carbon publish two JMX endpoints?

2012-05-18 Thread Afkham Azeez
What do you mean 2 JMX endpoints? What is this concept of JMX endpoint? Did you mean JMS? On Fri, May 18, 2012 at 2:36 PM, Senaka Fernando sen...@wso2.com wrote: Hi all, $subject? It looks very confusing. Thanks, Senaka. -- *Senaka Fernando* Product Manager - WSO2 Governance Registry;

Re: [Dev] Cannot list services in AppServer

2012-05-18 Thread Amila Suriarachchi
I also got the error. But now fixed in security component. thanks, Amila. On Fri, May 18, 2012 at 2:50 PM, Afkham Azeez az...@wso2.com wrote: [2012-05-18 14:49:21,290] ERROR {org.wso2.carbon.security.config.SecurityConfigAdmin} - Error while reading Security Scenario

Re: [Dev] Replicated caching issues back in action in C4

2012-05-18 Thread Dimuthu Leelarathne
Hi Charitha. Fixed this on the revision r127653. thanks, dimuthu On Tue, May 15, 2012 at 9:57 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Charitha, I will look into this. Just to add, this error has a clear reason, unlike the 3.2.X branch. thanks, dimuthu On Tue, May 15, 2012

[Dev] [Bamboo-Build] WSO2 Carbon platform #223 has FAILED. Change made by 11 authors.

2012-05-18 Thread Bamboo
--- WSO2 Carbon platform #223 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-249. No failed tests found, a

[Dev] All sorts of errors during AppServer integration tests but build passes!

2012-05-18 Thread Afkham Azeez
[2012-05-18 17:16:02,053] INFO {org.wso2.appserver.integration.tests.HelloWorldSampleTestCase} - Configuring Reliable Messaging on the client [2012-05-18 17:16:02,057] INFO {org.wso2.appserver.integration.tests.HelloWorldSampleTestCase} - Testing the presence of engaged modules [2012-05-18

[Dev] GS integration tests commented out??

2012-05-18 Thread Afkham Azeez
$subject? Why? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/** email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919 blog: **http://blog.afkham.org* http://blog.afkham.org*

[Dev] [Bamboo-Build] WSO2 Carbon platform #224 was SUCCESSFUL (with 2084 tests). Change made by 13 authors.

2012-05-18 Thread Bamboo
--- WSO2 Carbon platform #224 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-250. 2084 tests in total.

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Senaka Fernando
Hi AmilaJ, When someone logs in, there are certain objects that are created within the authentication framework. Can we ensure that these are regenerated? We might be able to eliminate most issues in this way. Also, the UI framework overrides the session object IIRC (I might be mistaken, but

Re: [Dev] What is the correct media type of synapse sequence artifacts?

2012-05-18 Thread Senaka Fernando
Hi Charitha, We follow the IANA standards and the original MIME types are derived from APR. The proper way is to start with *application/vnd.wso2* and is clearly explained in [1, 2]. Also, there are some standard MIME types that have been defined for the entire platform (see mime.types). ESB has

[Dev] bam vs bam2 gs vs gs2 in trunk

2012-05-18 Thread Afkham Azeez
What are the correct products? Can we get rid of bam gs? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/** email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919 blog:

Re: [Dev] Build error at axis2-webapp with a clean repo

2012-05-18 Thread Denis Weerasiri
Hi, Probably you are using JDK7. At the moment we still don't build carbon with JDK-7. Please use JDK-6 for the moment. On Fri, May 18, 2012 at 9:37 AM, Rajith Siriwardena raj...@wso2.com wrote: $subject, please see the error [1]. When we specifically added 2.1-alpha-1 as the version of

[Dev] GS2 build failure - refers to mgt-transports.xml

2012-05-18 Thread Afkham Azeez
[INFO] WSO2 GS - Integration Tests New ... SKIPPED [INFO] WSO2 GS - Integration Tests New ... SKIPPED [INFO] [INFO] BUILD FAILURE [INFO]

Re: [Dev] G-Reg test failures

2012-05-18 Thread Subash Chaturanga
On Fri, May 18, 2012 at 10:21 PM, Afkham Azeez az...@wso2.com wrote: Results : Failed tests: testAddSchema(org.wso2.carbon.registry.governance.api.test.SchemaTestCase): expected:2 but was:3 addSchema(org.wso2.carbon.registry.ws.client.test.general.Registry693TestCase): Invalid number of

Re: [Dev] All sorts of errors during AppServer integration tests but build passes!

2012-05-18 Thread Kasun Gajasinghe
The JIRA issue to track the second issue reported - https://wso2.org/jira/browse/CARBON-13160 On Fri, May 18, 2012 at 5:18 PM, Afkham Azeez az...@wso2.com wrote: [2012-05-18 17:16:02,053] INFO {org.wso2.appserver.integration.tests.HelloWorldSampleTestCase} - Configuring Reliable Messaging

Re: [Dev] bam vs bam2 gs vs gs2 in trunk

2012-05-18 Thread Kasun Weranga
Hi Azeez, On Fri, May 18, 2012 at 10:09 PM, Afkham Azeez az...@wso2.com wrote: bam was a local copy I had on my machine. Only bam2 exists in svn. However, it looks like bam2 doesn't contain any integration tests. Still we don't have any integration test, because we are doing a significant

Re: [Dev] BAM2 does not contain any integration tests?

2012-05-18 Thread Kasun Weranga
Sorry I didn't see this. Reply with the reason in this mail bam vs bam2 gs vs gs2 in trunk. On Fri, May 18, 2012 at 10:01 PM, Afkham Azeez az...@wso2.com wrote: $subject? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation;

Re: [Dev] Method org.testng.internal.ConfigurationMethod.startServer() didn't finish within the time-out - Windows environment

2012-05-18 Thread Achala Aponso
Hi, Had a look into this issue recently and the reason was a port conflict. This is fixed now. Thanks, Achala On Fri, Mar 30, 2012 at 6:37 PM, Dilshan Edirisuriya dils...@wso2.comwrote: Hi, Checked that. Server starts without any issue and also all the required bundles are started as well.

Re: [Dev] GS integration tests commented out??

2012-05-18 Thread Achala Aponso
Hi, There were some issues (which was discussed - Method org.testng.internal.ConfigurationMethod.startServer() didn't finish within the time-out - ) and due to that , these were commented. Recently I fixed that issue. I will uncomment the integration tests now. Thanks, Achala On Fri, May 18,

Re: [Dev] bam vs bam2 gs vs gs2 in trunk

2012-05-18 Thread Nuwan Bandara
GS is the product that is going to be released with C4, even though we started working on new GS (GS2) couldn't carry out due to other priorities. We will resuming work on GS2 once Jaggery is frozen. Regards, /Nuwan On Fri, May 18, 2012 at 11:03 PM, Kasun Weranga kas...@wso2.com wrote: Hi

Re: [Dev] [User] Problem with API in ESB

2012-05-18 Thread Jorge Infante Osorio
Hi all. Any idea on this? Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI. De: user-boun...@wso2.org [mailto:user-boun...@wso2.org] En nombre de Jorge Infante Osorio Enviado el: miércoles, 16 de mayo de 2012 2:28 Para: u...@wso2.org Asunto: [User] Problem with API in

Re: [Dev] Deployment Synchronizer config via UI doesn't work if Axis2 Clustering is not enabled?

2012-05-18 Thread Afkham Azeez
On Fri, May 18, 2012 at 11:22 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi folks, Isn't the $subject the case now? Is there a way to overcome this? If $subject is the case, I think there should at least be a message in the UI saying that the depsync doesn't work if Axis2 clustering is not

Re: [Dev] Deployment Synchronizer config via UI doesn't work if Axis2 Clustering is not enabled?

2012-05-18 Thread Supun Kamburugamuva
What is depsync? Thanks, Supun.. On Sat, May 19, 2012 at 12:33 AM, Afkham Azeez az...@wso2.com wrote: On Fri, May 18, 2012 at 11:22 PM, Kasun Gajasinghe kas...@wso2.comwrote: Hi folks, Isn't the $subject the case now? Is there a way to overcome this? If $subject is the case, I think

Re: [Dev] Deployment Synchronizer config via UI doesn't work if Axis2 Clustering is not enabled?

2012-05-18 Thread Afkham Azeez
Ha ha... you have gone out of sync after leaving :P Check the dictionary. dep·sync [dip-*sink*] http://dictionary.reference.com/help/luna/Spell_pron_key.html Show IPA noun 1. Deployment Synchronizer. 2. The Carbon component that does deployment synchronization across a monolithic cluster.

Re: [Dev] Deployment Synchronizer config via UI doesn't work if Axis2 Clustering is not enabled?

2012-05-18 Thread Afkham Azeez
Ha ha... you have gone out of sync after leaving :P Check the diction dep·sync [dip-*sink*] http://dictionary.reference.com/help/luna/Spell_pron_key.html Show IPA noun 1. Deployment Synchronizer. 2. The Carbon component that does deployment synchronization across a monolithic cluster.

Re: [Dev] Deployment Synchronizer config via UI doesn't work if Axis2 Clustering is not enabled?

2012-05-18 Thread Supun Kamburugamuva
On Sat, May 19, 2012 at 1:05 AM, Afkham Azeez az...@wso2.com wrote: Ha ha... you have gone out of sync after leaving :P Check the dictionary. I guess I've missed the dash :) that is why I couldn't find this in any of the dictionaries :P dep·sync [dip-*sink*]

Re: [Dev] G-Reg test failures

2012-05-18 Thread Senaka Fernando
Hi Azeez, The failures are random, and these have been failing once a while. Why we left these is because these failures are not easily reproducible locally, and we wanted to get debug output from Bamboo to help us fix these issues. We have added required debug logs to capture these. So, as these