Re: [Carbon-dev] synapse-config file location in registry

2012-02-19 Thread Evanthika Amarasiri
Hi Eranda,

The artifacts which you create through WSO2 ESB usually gets saved to *
/_system/config/repository/synapse/default* in registry by default.

Regards,
Evanthika


On Sun, Feb 19, 2012 at 8:45 AM, Eranda Sooriyabandara wrote:

> Is $subject location
> /_system/config/dev/repository/deployment/server/synapse-configs? I could
> not find that in that location in WSO2 ESB 4.0.3.
> thanks
> Eranda
>
> *
> *
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Evanthika Amarasiri
Hi Chamara,

I came across the following exception as well. Any idea what this is? Is
this a configuration/setup issue?

2012-02-02 13:47:23,620 [-] [Thread-9]  INFO ServerStartupManager
[2012-02-02 13:47:23,620]  INFO - TimeoutHandler This engine will expire
all callbacks after : 86400 seconds, irrespective of the timeout action,
after the specified or optional timeout
2012-02-02 13:47:23,674 [-] [http-Listener I/O dispatcher-1]  WARN access
Unable to open the print writer
java.io.FileNotFoundException:
/home/evanthika/WSO2/CARBON/ESB/release_packs/4.0.3/LATEST/framework/wso2esb-4.0.3/logs/http_access_2012-02-02.log
(No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:177)
at java.io.FileOutputStream.(FileOutputStream.java:102)
at java.io.FileWriter.(FileWriter.java:61)
at
org.apache.synapse.transport.nhttp.AccessLogger.open(AccessLogger.java:187)
at
org.apache.synapse.transport.nhttp.AccessLogger.initOpen(AccessLogger.java:160)
at
org.apache.synapse.transport.nhttp.AccessLogger.(AccessLogger.java:43)
at
org.apache.synapse.transport.nhttp.AccessHandler.(AccessHandler.java:33)
at
org.apache.synapse.transport.nhttp.LoggingNHttpServerConnection$LoggingNHttpMessageParser.parse(LoggingNHttpServerConnection.java:190)
at
org.apache.synapse.transport.nhttp.LoggingNHttpServerConnection$LoggingNHttpMessageParser.parse(LoggingNHttpServerConnection.java:163)
at
org.apache.http.impl.nio.DefaultNHttpServerConnection.consumeInput(DefaultNHttpServerConnection.java:154)
at
org.apache.synapse.transport.nhttp.LoggingNHttpServerConnection.consumeInput(LoggingNHttpServerConnection.java:99)
at
org.apache.http.impl.nio.DefaultServerIOEventDispatch.inputReady(DefaultServerIOEventDispatch.java:160)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:158)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:340)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:318)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:278)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
at
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:542)
at java.lang.Thread.run(Thread.java:662)

Regards,
Evanthika



On Thu, Feb 2, 2012 at 1:50 PM, Krishantha Samaraweera
wrote:

> I see this issue while gracefully shutting down the server. It might be
> due to another test trying to start its execution while shutting down the
> server. Hence you see 'Access Denied' message.
>
> Thanks,
> Krishantha.
>
>
> On Thu, Feb 2, 2012 at 1:42 PM, Chamara Silva  wrote:
>
>> Look in to the issue.
>>
>> Thanks,
>> Chamara Silva
>>
>>
>>
>>
>> On Thu, Feb 2, 2012 at 1:19 PM, Sandapa Handakumbura wrote:
>>
>>> Hi Chamara,
>>>
>>> I also got the same exception while executing the tests and there was no
>>> other ESB running on my machine.
>>>
>>> Regards,
>>> Sandapa
>>>
>>>
>>> On Thu, Feb 2, 2012 at 12:30 PM, Evanthika Amarasiri >> > wrote:
>>>
>>>> Maybe we should give more information in the README.txt explaining
>>>> about these stuff.
>>>>
>>>> Regards,
>>>> Evanthika
>>>>
>>>>
>>>> On Thu, Feb 2, 2012 at 12:12 PM, Chamara Silva wrote:
>>>>
>>>>> It seems another esb instance already running before you start the
>>>>> framework. Pls note that no need to start esb or axis2 servers manually to
>>>>> run this framework.
>>>>>
>>>>> Thanks,
>>>>> Chamara silva
>>>>>
>>>>>
>>>>> On Thursday, February 2, 2012, Evanthika Amarasiri 
>>>>> wrote:
>>>>> > Hi Chamara,
>>>>> >
>>>>> > When executing the tests, I'm continuously getting the following
>>>>> exception. Any idea why?
>>>>> >
>>>>> > 2012-02-02 10:03:11,856 [-] [SynapseServerForSample7 thread]  INFO
>>>>> SynapseProcessController SynapseProcessController.ServerThread:Shutting
>>>>> down Synapse Server...
>>>>> > 2012-02-02 10:03:12,176 [-] [Thread-96]  INFO ServerStartupManager
>>>>> [2012-02-02 10:03:12,176]  INFO - CarbonAuthenticationUtil 'admin' logged
>>>>> in at [2012-02-02 10:03:12,0176] from IP address localhost
>>>>> > 2012-02-02 10:03:12,183 [

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Evanthika Amarasiri
Maybe we should give more information in the README.txt explaining about
these stuff.

Regards,
Evanthika

On Thu, Feb 2, 2012 at 12:12 PM, Chamara Silva  wrote:

> It seems another esb instance already running before you start the
> framework. Pls note that no need to start esb or axis2 servers manually to
> run this framework.
>
> Thanks,
> Chamara silva
>
>
> On Thursday, February 2, 2012, Evanthika Amarasiri 
> wrote:
> > Hi Chamara,
> >
> > When executing the tests, I'm continuously getting the following
> exception. Any idea why?
> >
> > 2012-02-02 10:03:11,856 [-] [SynapseServerForSample7 thread]  INFO
> SynapseProcessController SynapseProcessController.ServerThread:Shutting
> down Synapse Server...
> > 2012-02-02 10:03:12,176 [-] [Thread-96]  INFO ServerStartupManager
> [2012-02-02 10:03:12,176]  INFO - CarbonAuthenticationUtil 'admin' logged
> in at [2012-02-02 10:03:12,0176] from IP address localhost
> > 2012-02-02 10:03:12,183 [-] [SynapseServerForSample7 thread]  INFO
> ServerShutDownManager Successfully logged :
> JSESSIONID=C6FBEC88F4D992BD2EA27EC1E7B59AAA; Path=/esb/; Secure=null;
> HttpOnly=null
> > 2012-02-02 10:03:12,232 [-] [Thread-96]  INFO ServerStartupManager
> [2012-02-02 10:03:12,232]  WARN - AuthenticationHandler Illegal access
> attempt at [2012-02-02 10:03:12,0232] from IP address 127.0.0.1 : Service
> is ServerAdmin
> > 2012-02-02 10:03:12,251 [-] [Thread-96]  INFO ServerStartupManager
> [2012-02-02 10:03:12,239] ERROR - AxisEngine Access Denied. Please login
> first.
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> org.apache.axis2.AxisFault: Access Denied. Please login first.
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.wso2.carbon.server.admin.module.handler.AuthenticationHandler.authenticate(AuthenticationHandler.java:83)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.wso2.carbon.server.admin.module.handler.AuthenticationHandler.invoke(AuthenticationHandler.java:61)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:199)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
> > 2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:164)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> > 2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> > 2012-02-02 10:03:1

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Evanthika Amarasiri
Hi Chamara,

When executing the tests, I'm continuously getting the following exception.
Any idea why?

2012-02-02 10:03:11,856 [-] [SynapseServerForSample7 thread]  INFO
SynapseProcessController SynapseProcessController.ServerThread:Shutting
down Synapse Server...
2012-02-02 10:03:12,176 [-] [Thread-96]  INFO ServerStartupManager
[2012-02-02 10:03:12,176]  INFO - CarbonAuthenticationUtil 'admin' logged
in at [2012-02-02 10:03:12,0176] from IP address localhost
2012-02-02 10:03:12,183 [-] [SynapseServerForSample7 thread]  INFO
ServerShutDownManager Successfully logged :
JSESSIONID=C6FBEC88F4D992BD2EA27EC1E7B59AAA; Path=/esb/; Secure=null;
HttpOnly=null
2012-02-02 10:03:12,232 [-] [Thread-96]  INFO ServerStartupManager
[2012-02-02 10:03:12,232]  WARN - AuthenticationHandler Illegal access
attempt at [2012-02-02 10:03:12,0232] from IP address 127.0.0.1 : Service
is ServerAdmin
2012-02-02 10:03:12,251 [-] [Thread-96]  INFO ServerStartupManager
[2012-02-02 10:03:12,239] ERROR - AxisEngine Access Denied. Please login
first.
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager
org.apache.axis2.AxisFault: Access Denied. Please login first.
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.wso2.carbon.server.admin.module.handler.AuthenticationHandler.authenticate(AuthenticationHandler.java:83)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.wso2.carbon.server.admin.module.handler.AuthenticationHandler.invoke(AuthenticationHandler.java:61)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.engine.Phase.invoke(Phase.java:313)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:199)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
2012-02-02 10:03:12,252 [-] [Thread-96]  INFO ServerStartupManager at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:164)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
2012-02-02 10:03:12,253 [-] [Thread-96]  INFO ServerStartupManager at
org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetec

Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 6 PM IST

2011-12-09 Thread Evanthika Amarasiri
Hi,

Found a blocker [1] in latest G-Reg packs.

[1] - https://wso2.org/jira/browse/CARBON-11824

Regards,
Evanthika

On Fri, Dec 9, 2011 at 1:53 PM, Senaka Fernando  wrote:

> Hi again,
>
> So here is the summary. We have changes to caching core that was
> introduced after 3.2.2. But, we also have some issues with regard to some
> fixes that were done in 3.2.2 not appearing in 3.2.3. So, can we first of
> all, review the difference below and decide whether 3.2.3 is up-to-date and
> if not fix that? After that's done, we need to include 3.2.3 into the build
> so that products will have it.
>
> Thanks,
> Senaka.
>
>
> On Fri, Dec 9, 2011 at 1:35 PM, Senaka Fernando  wrote:
>
>> Hi Asela,
>>
>> But there are differences in 3.2.2 and 3.2.3. How did that happen? Also,
>> somethings have been added to 3.2.3 which means we need to use 3.2.3 and
>> not 3.2.2.
>>
>> +++
>> $ diff -r 3.2.3 3.2.2
>> diff -r
>> 3.2.3/src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
>> 3.2.2/src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
>> 32a33
>> > private String[] cacheEntryArray;
>> 54a56,59
>> > public IdentityCacheEntry(String[] cacheEntryArray) {
>> > this.cacheEntryArray = cacheEntryArray;
>> > }
>> >
>> 77a83,86
>> >
>> > public String[] getCacheEntryArray() {
>> > return cacheEntryArray;
>> > }
>> diff -r
>> 3.2.3/src/main/java/org/wso2/carbon/caching/infinispan/InfinispanCacheManager.java
>> 3.2.2/src/main/java/org/wso2/carbon/caching/infinispan/InfinispanCacheManager.java
>> 88,98d87
>> <
>> <
>> < String tcpConfigFile =
>> cacheConfiguration.getProperty("configuration.tcp.configFile");
>> < if (tcpConfigFile != null) {
>> < Properties props = new Properties();
>> < props.setProperty("configurationFile",
>> tcpConfigFile.replace("${carbon.home}",
>> < carbonHome));
>> < log.debug("Setting infinispan tcp configuration file");
>> < globalConfiguration.setTransportProperties(props);
>> < }
>> <
>> 171d159
>> < configuration.setUseLockStriping(false);
>> +++
>>
>> Thanks,
>> Senaka.
>>
>>
>> On Fri, Dec 9, 2011 at 12:46 PM, Hasini Gunasinghe wrote:
>>
>>>
>>>
>>> On Fri, Dec 9, 2011 at 12:30 PM, Asela Pathberiya wrote:
>>>


 On Fri, Dec 9, 2011 at 11:57 AM, Senaka Fernando wrote:

> Hi Asela,
>
> I see that 3.2.2 version of
> src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
> have differences over the 3.2.3 version. Can you sort these out and also
> add the 3.2.3 version of caching.core into the mainstream build?
>

 I am sorry. IdentityCacheEntry class has not been changed after Oct 17
 (before the 3.2.2 release). Identity components are still referring to
 the 3.2.2 caching core. May be 3.2.3 caching core has been created before
 3.2.2 release or old revision.

 +1, it is an issue with 3.2.3 version, not with 3.2.2 version.
>>>
>>> Thanks,
>>> Hasini.
>>>
>>> Thanks,
 Asela.


>
> Thanks,
> Senaka.
>
>
> On Fri, Dec 9, 2011 at 11:49 AM, Hasini Gunasinghe wrote:
>
>> Hi,
>>
>> In 3.2.3 branch, there is caching.core 3.2.3 version.
>> I see two issues with that:
>> 1.  It is not included in latest product packs at [1],
>> 2.  Seems like it is not a latest copy of 3.2.2 release.. so some of
>> the commits that has gone to 3.2.2 are not in 3.2.3 component of it.
>>
>> I think this also should be fixed before the code freeze. Would be
>> great if some one who has been working with caching.core 3.2.3 component
>> can please look into it.
>>
>> [1]
>> http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-07_05-46-09/
>>
>> Thanks,
>> Hasini.
>>
>> On Fri, Dec 9, 2011 at 11:00 AM, Sumedha Rubasinghe > > wrote:
>>
>>> G-Reg is having 8 blockers still.  Senaka will reply on the
>>> possibility of completion.
>>> /sumedha
>>>
>>>
>>> On Fri, Dec 9, 2011 at 10:26 AM, Prabath Siriwardena <
>>> prab...@wso2.com> wrote:
>>>
 Hi folks,

 Carbon 3.2.3 branch will be frozen at 6 PM IST today

 --
 Thanks & Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>>

Re: [Carbon-dev] New Set of packs of branch 3.2.3 build now available

2011-12-09 Thread Evanthika Amarasiri
Hi Sanjeewa,

Any idea why two versions of G-Reg (4.1.0 and 4.1.1) packs are available at
that location?

Regards,
Evanthika

On Fri, Dec 9, 2011 at 2:58 PM, Sanjeewa Malalgoda wrote:

> built with revision 117264
> Thanks.
>
>
> On Fri, Dec 9, 2011 at 2:52 PM, Sanjeewa Malalgoda wrote:
>
>> Hi,
>> Please find the new packs on this [1] locations. We were able to fix some
>> issues in builder machine and tests. These packs are build with test
>> enabled. Since branch build is stable enough we can start continues build.
>> There are some test failures please fix them in product level.
>>
>> Thanks.
>>
>> [1]
>> http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-09_01-20-27/
>>
>> --
>> *Sanjeewa Malalgoda*
>> Software Engineer
>> **
>> *WSO2, Inc.*
>> lean.enterprise.middleware.
>>
>> mobile : +94 713068779
>> web: http://wso2.com
>>  blog
>> :http://sanjeewamalalgoda.blogspot.com/
>>
>> [image:
>> http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]
>>
>>
>
>
> --
> *Sanjeewa Malalgoda*
> Software Engineer
> **
> *WSO2, Inc.*
> lean.enterprise.middleware.
>
> mobile : +94 713068779
> web: http://wso2.com
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
>
> [image:
> http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] - Error Printed at G-Reg server startup - CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! -

2011-11-28 Thread Evanthika Amarasiri
Hi,

I see the below ERROR logs, while starting the G-Reg packs downloaded from
[1].

[1] -
http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-28_06-09-59/


[2011-11-29 10:00:35,017]  INFO
{org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
[2011-11-29 10:00:35,095]  INFO
{org.wso2.carbon.core.init.CarbonServerManager} -  Completed super-tenant
Axis2 ConfigurationContext creation in 0.617 sec
[2011-11-29 10:00:35,351] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
CoreContainer was not shutdown prior to finalize(), indicates a bug --
POSSIBLE RESOURCE LEAK!!!
[2011-11-29 10:00:35,392]  INFO
{org.wso2.carbon.core.init.JMXServerManager} -  JMX Service URL  :
service:jmx:rmi://localhost:1/jndi/rmi://localhost:/jmxrmi
[2011-11-29 10:00:35,426]  INFO
{org.apache.axis2.deployment.ModuleDeployer} -  Deploying module:
addressing-1.6.1-wso2v1 -
file:/home/evanthika/WSO2/CARBON/GREG/4.1.1/28-11-2011/wso2greg-4.1.1/repository/deployment/client/modules/addressing-1.6.1-wso2v1.mar
[2011-11-29 10:00:35,430]  INFO
{org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
[2011-11-29 10:00:36,246]  INFO
{org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
service: DiscoveryProxy {super-tenant}
[2011-11-29 10:00:36,489]  INFO
{org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
org.wso2.carbon.discovery.proxy -
[2011-11-29 10:00:39,430]  INFO
{org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
org.wso2.carbon.registry.ws.api -
[2011-11-29 10:00:39,894]  INFO
{org.wso2.carbon.core.init.CarbonServerManager} -  Repository   :
/home/evanthika/WSO2/CARBON/GREG/4.1.1/28-11-2011/wso2greg-4.1.1/repository/deployment/server/
[2011-11-29 10:00:40,029]  INFO
{org.wso2.carbon.core.internal.permission.update.PermissionUpdater} -
Permission cache updated for tenant 0
[2011-11-29 10:00:40,029]  INFO
{org.wso2.carbon.core.init.CarbonServerManager} -
ConfigurationContextService registered in 134ms
[2011-11-29 10:00:40,034]  INFO
{org.wso2.carbon.core.transports.http.HttpsTransportListener} -  HTTPS
port   : 9443
[2011-11-29 10:00:40,034]  INFO
{org.wso2.carbon.core.transports.http.HttpTransportListener} -  HTTP
port: 9763
[2011-11-29 10:00:40,130] ERROR {org.apach

Re: [Carbon-dev] - Error Printed at G-Reg server startup - CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! -

2011-11-28 Thread Evanthika Amarasiri
Associated JIRA [1]

[1] - https://wso2.org/jira/browse/CARBON-11666

Regards,
Evanthika

On Tue, Nov 29, 2011 at 10:07 AM, Evanthika Amarasiri wrote:

> Hi,
>
> I see the below ERROR logs, while starting the G-Reg packs downloaded from
> [1].
>
> [1] -
> http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-28_06-09-59/
>
>
> [2011-11-29 10:00:35,017]  INFO
> {org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
> [2011-11-29 10:00:35,095]  INFO
> {org.wso2.carbon.core.init.CarbonServerManager} -  Completed super-tenant
> Axis2 ConfigurationContext creation in 0.617 sec
> [2011-11-29 10:00:35,351] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,352] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,353] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,354] ERROR {org.apache.solr.core.CoreContainer} -
> CoreContainer was not shutdown prior to finalize(), indicates a bug --
> POSSIBLE RESOURCE LEAK!!!
> [2011-11-29 10:00:35,392]  INFO
> {org.wso2.carbon.core.init.JMXServerManager} -  JMX Service URL  :
> service:jmx:rmi://localhost:1/jndi/rmi://localhost:/jmxrmi
> [2011-11-29 10:00:35,426]  INFO
> {org.apache.axis2.deployment.ModuleDeployer} -  Deploying module:
> addressing-1.6.1-wso2v1 -
> file:/home/evanthika/WSO2/CARBON/GREG/4.1.1/28-11-2011/wso2greg-4.1.1/repository/deployment/client/modules/addressing-1.6.1-wso2v1.mar
> [2011-11-29 10:00:35,430]  INFO
> {org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
> [2011-11-29 10:00:36,246]  INFO
> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
> service: DiscoveryProxy {super-tenant}
> [2011-11-29 10:00:36,489]  INFO
> {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
> org.wso2.carbon.discovery.proxy -
> [2011-11-29 10:00:39,430]  INFO
> {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
> org.wso2.carbon.registry.ws.api -
> [2011-11-29 10:00:39,894]  INFO
> {org.wso2.carbon.core.init.CarbonServerManager} -  Repository   :
> /home/evanthika/WSO2/CARBON/GREG/4.1.1/28-11-2011/wso2greg-4.1.1/

Re: [Carbon-dev] [G-Reg] Can I upload a bunch of resources with a zip file

2011-11-06 Thread Evanthika Amarasiri
Hi Samisa,

This is not possible at the moment. I wanted to upload a collection of
policies at once and was not able to do so. I have reported this issue at
[1] for policies.

[1] - https://wso2.org/jira/browse/CARBON-10293

Regards,
Evanthika


On Fri, Nov 4, 2011 at 8:26 AM, Samisa Abeysinghe  wrote:

> I wish I could upload a bunch of resources as a zip. I know it is there
> for service upload, but I meant for general resource upload.
>
> I do not see such an option now.
>
> And I wish, the files in the zip become resources and folders collections.
>
> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Service Attributes not Updating

2011-10-27 Thread Evanthika Amarasiri
Pardon me for sending the email without the JIRA URL.

[1] - https://wso2.org/jira/browse/CARBON-10742

Regards,
Evanthika

On Fri, Oct 28, 2011 at 9:15 AM, Evanthika Amarasiri wrote:

> Hi Senaka,
>
> We faced a similar issue in G-Reg 4.0.0 as reported in [1] but this was
> fixed in the release. I verified the same scenario with G-Reg 4.1.0 and
> noticed that all the other attributes get persisted except for the
> 'Description' of a service. I will reopen the JIRA to record this issue.
>
> Nevertheless, Dave has mentioned that he has updated the resource using
> RemoteRegistry and GovernanceAPI. I did not verify this scenario using APIs
> yet. Let me try that as well and get back to you.
>
> Regards,
>  Evanthika
>
>
> On Thu, Oct 27, 2011 at 9:05 PM, Senaka Fernando  wrote:
>
>> Hi Evanthika,
>>
>> Did we verify any related issues while testing the 4.1.0 packs? If not,
>> can you try out the same scenario when you find some time. If Dave needs to
>> provide more information, please do ask him.
>>
>> Thanks,
>> Senaka.
>>
>>
>> On Thu, Oct 27, 2011 at 8:59 PM, David Carver wrote:
>>
>>> I seem to be running into a problem with the WSO2 Governance Registry on
>>> updating attributes for a Service.  I think this is a known problem but
>>> wanted to get verification that this is fixed in the upcoming 4.1 release.
>>>
>>> There appear to be random times that the service attributes don't get
>>> updated.  In my case, an Service was created, unlocked, and the user that
>>> created the asset is the one that is updating it.  If I change the
>>> description of a custom asset like turmeric_description, save the asset, and
>>> do a find on it to retrieve the updated asset.  I'm getting the an asset
>>> that appears to never have been updated.
>>>
>>> I'm using the RemoteRegistry and the GovernanceAPI to make the changes.
>>>
>>> Dave
>>>
>>> __**_
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/**mailman/listinfo/carbon-dev<http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev>
>>>
>>
>>
>>
>> --
>> *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*; *M: +94 77 322 1818
>> Linked-In: http://linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Service Attributes not Updating

2011-10-27 Thread Evanthika Amarasiri
Hi Senaka,

We faced a similar issue in G-Reg 4.0.0 as reported in [1] but this was
fixed in the release. I verified the same scenario with G-Reg 4.1.0 and
noticed that all the other attributes get persisted except for the
'Description' of a service. I will reopen the JIRA to record this issue.

Nevertheless, Dave has mentioned that he has updated the resource using
RemoteRegistry and GovernanceAPI. I did not verify this scenario using APIs
yet. Let me try that as well and get back to you.

Regards,
Evanthika

On Thu, Oct 27, 2011 at 9:05 PM, Senaka Fernando  wrote:

> Hi Evanthika,
>
> Did we verify any related issues while testing the 4.1.0 packs? If not, can
> you try out the same scenario when you find some time. If Dave needs to
> provide more information, please do ask him.
>
> Thanks,
> Senaka.
>
>
> On Thu, Oct 27, 2011 at 8:59 PM, David Carver  wrote:
>
>> I seem to be running into a problem with the WSO2 Governance Registry on
>> updating attributes for a Service.  I think this is a known problem but
>> wanted to get verification that this is fixed in the upcoming 4.1 release.
>>
>> There appear to be random times that the service attributes don't get
>> updated.  In my case, an Service was created, unlocked, and the user that
>> created the asset is the one that is updating it.  If I change the
>> description of a custom asset like turmeric_description, save the asset, and
>> do a find on it to retrieve the updated asset.  I'm getting the an asset
>> that appears to never have been updated.
>>
>> I'm using the RemoteRegistry and the GovernanceAPI to make the changes.
>>
>> Dave
>>
>> __**_
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/**mailman/listinfo/carbon-dev
>>
>
>
>
> --
> *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*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] juddiDatabase WARN

2011-06-26 Thread Evanthika Amarasiri
Hi Jorge,

We have come across this issue before and have reported it at [1].
Nevertheless, I have closed the issue somewhere in the middle of the release
cycle, after verifying. Nevertheless, I just tried the same on the released
G-Reg version and noticed the WARN message while restarting the server.
Hence, I have reopened the issue. Thank you for noticing this. This will be
fixed in a future release.

[1] - https://wso2.org/jira/browse/CARBON-10245

Regards,
Evanthika

On Sat, Jun 25, 2011 at 9:44 AM, Jorge Infante Osorio wrote:

> Hi folks.
> Using a fresh installation of GReg 4.0.0, in the second restart I see this
> WARN. It doesn’t appear in the log files.
>
> [2011-06-24 23:30:26,725]  INFO
> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
> Registry Mode: READ-WRITE
> 3969  juddiDatabase  WARN   [Start Level Event Dispatcher]
> openjpa.jdbc.Schema - Existing column "BRIEF" on table
> "PUBLIC.J3_SUBSCRIPTION" is incompatible with the same column in the given
> schema definition. Existing column:
> Full Name: J3_SUBSCRIPTION.BRIEF
> Type: unknown(16)
> Size: 1
> Default: null
> Not Null: false
> Given column:
> Full Name: j3_subscription.brief
> Type: bit
> Size: 0
> Default: null
> Not Null: false
>
> 3969  juddiDatabase  WARN   [Start Level Event Dispatcher]
> openjpa.jdbc.Schema - Existing column "DELETED" on table "PUBLIC.J3_TMODEL"
> is incompatible with the same column in the given schema definition.
> Existing column:
> Full Name: J3_TMODEL.DELETED
> Type: unknown(16)
> Size: 1
> Default: null
> Not Null: false
> Given column:
> Full Name: j3_tmodel.deleted
> Type: bit
> Size: 0
> Default: null
> Not Null: false
>
> [2011-06-24 23:30:39,007]  INFO
> {org.wso2.carbon.core.init.CarbonServerManager} -  Starting Carbon
> initialization...
> [2011-06-24 23:30:39,132]  INFO
> {org.wso2.carbon.core.init.CarbonServerManager} -  Creating super-tenant
> Axis2 ConfigurationContext
>
> Saludos,
> Ing. Jorge Infante Osorio.
> J´Dpto Soluciones SOA.
> CDAE.
> Fac. 5.
> UCI.
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Exception seen when executing performance tests on Windows

2011-06-08 Thread Evanthika Amarasiri
Hi,

I see the following exception when executing G-Reg performance tests on
Windows. Is this simply because the connection has been lost with mySQL DB?
Note that I have connected the user store DB to mySQL.

***
The last packet successfully received from the server was 984 milliseconds
ago.  The last packet sent successfully to the server was 984 milliseconds
ago.
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link
failure

The last packet successfully received from the server was 984 milliseconds
ago.  The last packet sent successfully to the server was 984 milliseconds
ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at
com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
at
com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2214)
at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:781)
at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46)
at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at
com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
at
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284)
at
org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)

at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)

at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1121)

at
org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106)

at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)

at
org.wso2.carbon.user.core.hybrid.HybridRoleManager.getDBConnection(HybridRoleManager.java:389)

at
org.wso2.carbon.user.core.hybrid.HybridRoleManager.getHybridRoleListOfUser(HybridRoleManager.java:218)

at
org.wso2.carbon.user.core.ldap.LDAPUserStoreManager.getRoleListOfUser(LDAPUserStoreManager.java:516)

at
org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager.isUserAuthorized(JDBCAuthorizationManager.java:132)

at
org.wso2.carbon.registry.core.jdbc.realm.RegistryAuthorizationManager.isUserAuthorized(RegistryAuthorizationManager.java:169)

at
org.wso2.carbon.registry.core.utils.AuthorizationUtils.authorize(AuthorizationUtils.java:51)

at
org.wso2.carbon.registry.app.RegistryResolver.resolve(RegistryResolver.java:505)

at
org.wso2.carbon.registry.app.RegistryResolver.resolve(RegistryResolver.java:62)

at
org.apache.abdera.protocol.server.impl.AbstractProvider.resolveTarget(AbstractProvider.java:99)

at
org.apache.abdera.protocol.server.context.AbstractRequestContext.initTarget(AbstractRequestContext.java:72)

at
org.apache.abdera.protocol.server.servlet.ServletRequestContext.(ServletRequestContext.java:62)

at
org.apache.abdera.protocol.server.servlet.AbderaServlet.service(AbderaServlet.java:86)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)

at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)

at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)

at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)

at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)

at
org.apache.catalina.core.StandardHostValve.invoke(StandardH

Re: [Carbon-dev] New set of packs are available for Smoke Tests

2011-04-28 Thread Evanthika Amarasiri
Hi G-Reg team,

Could you kindly let us know whether smoke tests have been executed against
the latest G-reg pack [1] and whether it's ready for testing?

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/2011-04-29_06-54-27/

Regards,
Evanthika

On Thu, Apr 28, 2011 at 6:49 PM, Kasun Indrasiri  wrote:

> ESB smoke tests and integration test are successful . ESB[1] is ready for
> QA.
>
> [1] wso2esb-4.0.0-SNAPSHOT.zip 28-Apr-2011 
> 17:59
>
>
> On Thu, Apr 28, 2011 at 6:41 PM, Waruna Ranasinghe wrote:
>
>> QA folks,
>>
>> BPS is ready to QA.
>>
>> Thanks,
>> Waruna
>>
>> On Thu, Apr 28, 2011 at 2:03 PM, Denis Weerasiri  wrote:
>>
>>> Hi RMs,
>>> $subject at http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .
>>> Only cep is not there.
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>
>>
>> --
>> -
>> Waruna Ranasinghe
>> Senior Software Engineer, WSO2
>>
>> Mobile: +94 724 318285
>> BLOG: http://warunapw.blogspot.com
>>
>> www.wso2.com - "Lean . Enterprise . Middleware"
>>
>
>
>
> --
> Kasun Indrasiri
> Senior Software Engineer
>
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 536 4128
> Blog : http://kasunpanorama.blogspot.com/
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] G-Reg pack is unusable yet again

2011-04-05 Thread Evanthika Amarasiri
Hi All,

The following blockers [1], [2] were found with the packs downloaded from
[3]. These are basic functionalities and I'm not sure how such basic issues
could slip from you all. This pack is unusable and I'm sure there may be
hundreds of other issues as well. Please be good enough to build the next
pack after doing a smoke test to see whether at least the basic
functionalities are working.

[1] - https://wso2.org/jira/browse/CARBON-9309
[2] - https://wso2.org/jira/browse/CARBON-9310
[3] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/


Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Null LdapSession warning

2011-04-03 Thread Evanthika Amarasiri
Hi all,

I am still seeing this issue on the latest G-Reg pack downloaded from [1].
This may not be harmful for the functionality but it sure slows down the
server. For instance, when I do a metadata search, it takes a conciderable
amount of time to return the search results since the 'Null LdapSession
warning' is being printed continuously. Appreciate if somebody could look
into this issue.

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/2011-04-04_03-59-05/

Regards,
Evanthika

On Fri, Mar 25, 2011 at 9:37 PM, Amila Jayasekara  wrote:

> On Fri, Mar 25, 2011 at 4:47 AM, Afkham Azeez  wrote:
> > Amila,
> The OOM issue is something different. This issue originally reported by
> Ishani is related to the ESB hanging on startup, after it is restarted.
>
> I believe this server hanging is also related to the memory issue.
> Cos, while testing yesterday i did experience that server dies without
> giving any messages to the console. i.e. server does not through a
> "PermGen exception" rather it hangs when "Graceful Shutdown is
> invoked". Then if i try to do any operations in management console,
> server dies. Above test is also carried out without installing LDAP
> features. But i didnt try this scenario with ESB. I will do more
> testing with ESB and will confirm whether server hanging is due to a
> different cause.
>
> Thanks
> AmilaJ
>
> > The following logs are printed and then the server hangs.
> > osgi> [2011-03-25 17:08:28,736]  INFO
> > {org.wso2.carbon.core.init.CarbonServerManager} -  Gracefully restarting
> > WSO2 ESB...
> > [2011-03-25 17:08:28,738]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  Starting to switch to maintenance mode...
> > [2011-03-25 17:08:28,739]  INFO
> > {org.apache.synapse.transport.nhttp.HttpCoreNIOListener} -  HTTPS
> Listener
> > Shutdown
> > [2011-03-25 17:08:28,742]  INFO
> > {org.apache.synapse.transport.nhttp.HttpCoreNIOListener} -  HTTP Listener
> > Shutdown
> > [2011-03-25 17:08:28,742]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  Stopped all transport listeners
> > [2011-03-25 17:08:28,743]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  Waiting for deployment completion...
> > [2011-03-25 17:08:28,744]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  All deployment tasks have been completed.
> > [2011-03-25 17:08:28,744]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  Waiting for request service completion...
> > [2011-03-25 17:08:28,746]  INFO {org.wso2.carbon.core.ServerManagement} -
> >  All requests have been served.
> > [2011-03-25 17:08:28,747]  INFO
> > {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for 5 sec(s)
> > before initiating restart
> > [2011-03-25 17:08:33,894]  INFO
> {org.apache.synapse.task.SynapseTaskManager}
> > -  Shutting down the task manager
> > [2011-03-25 17:08:33,897]  INFO
> {org.apache.synapse.Axis2SynapseController}
> > -  Undeploying the Synapse service...
> > [2011-03-25 17:08:33,900]  INFO
> {org.apache.synapse.Axis2SynapseController}
> > -  Undeploying Proxy services...
> > [2011-03-25 17:08:33,900]  INFO
> {org.apache.synapse.Axis2SynapseController}
> > -  Undeploying EventSources...
> > [2011-03-25 17:08:33,971]  INFO
> > {org.apache.directory.server.ldap.LdapServer} -  Unbind of an LDAP
> service
> > (10389) is complete.
> > [2011-03-25 17:08:33,971]  INFO
> > {org.apache.directory.server.ldap.LdapServer} -  Sending notice of
> > disconnect to existing clients sessions.
> > [2011-03-25 17:08:33,971]  INFO
> > {org.apache.directory.server.ldap.LdapServer} -  Ldap service stopped.
> > [2011-03-25 17:08:34,027]  INFO
> > {org.apache.directory.server.core.DefaultDirectoryService} -  Waiting for
> > SynchWorkerThread to die.
> > [2011-03-25 17:08:34,027]  INFO
> > {org.wso2.carbon.apacheds.impl.ApacheLDAPServer} -  LDAP server stopped.
> >
> >
> > On Fri, Mar 25, 2011 at 11:28 AM, Amila Jayasekara 
> wrote:
> >>
> >> Hi All,
> >> I was able to reproduce this issue with carbon core server. I am
> >> getting "java.lang.OutOfMemoryError: PermGen space" as mentioned in
> >> https://wso2.org/jira/browse/CARBON-9145. In carbon core server if we
> >> invoke "Graceful Restart" several times we can reproduce this issue
> >> (In my machine i was able to reproduce the issue by invoking 3 times).
> >> In-order to narrow down the issue i un-installed LDAP specific
> >> (apacheds and org.wso2.carbon.ldap) features and connected user
> >> manager to a h2 database. Still i was able to reproduce above error
> >> after 3 attempts. Therefore i doubt, whether this issue has an impact
> >> from LDAP server.
> >> When monitoring memory usage in each restart, i observed that memory
> >> usage increases about 1-2% for each attempt. (I did the same setof
> >> actions in each attempt). I am not quite sure what could be the root
> >> cause for the memory increase. We need to further investigate this
> >> issue.
> >>
> >> Thanks
> >> AmilaJ
> >>
> >> On Thu, Mar 24, 2011 at 8:59 PM, Kasun Indrasiri 
> wrote:
> >>

[Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-29 Thread Evanthika Amarasiri
Hi,

Came across the following blockers in the G-Reg pack built on 29/03/2011.
Please be kind enough to fix these issues and provide us a stable build.

[1] - https://wso2.org/jira/browse/CARBON-9202
[2] - https://wso2.org/jira/browse/CARBON-9204
[3] - https://wso2.org/jira/browse/CARBON-9203

Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build error -- Orbit - Qpid

2011-03-28 Thread Evanthika Amarasiri
Hi,

Came across the following build error when building the QPid module of
Orbit. Any idea of how to resolve this?


[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.qpid:qpid-client:jar:0.11-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-client -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-client -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.apache.qpid.wso2:qpid:bundle:0.11.wso2v1
  2) org.apache.qpid:qpid-client:jar:0.11-wso2v1

2) org.apache.qpid:qpid-broker:jar:0.11-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-broker -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-broker -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.apache.qpid.wso2:qpid:bundle:0.11.wso2v1
  2) org.apache.qpid:qpid-broker:jar:0.11-wso2v1

3) org.apache.qpid:qpid-common:jar:0.11-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-common -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-common -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.apache.qpid.wso2:qpid:bundle:0.11.wso2v1
  2) org.apache.qpid:qpid-common:jar:0.11-wso2v1

4) org.apache.qpid:qpid-management-common:jar:0.11-wso2v1

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-management-common -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-management-common -Dversion=0.11-wso2v1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.apache.qpid.wso2:qpid:bundle:0.11.wso2v1
  2) org.apache.qpid:qpid-management-common:jar:0.11-wso2v1

--
4 required artifacts are missing.

for artifact:
  org.apache.qpid.wso2:qpid:bundle:0.11.wso2v1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)



[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 18 seconds
[INFO] Finished at: Mon Mar 28 12:16:03 IST 2011
[INFO] Final Memory: 18M/618M
[INFO]



Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Evanthika Amarasiri
Hi,

Even this pack [1] has issues. Even through the name says G-reg (
wso2greg-4.0.0-SNAPSHOT.zip),
once started, you will see that it's actually a Carbon pack and not G-Reg.

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/upload/

Regards,
Evanthika

On Mon, Mar 28, 2011 at 10:42 AM, Denis Weerasiri  wrote:

>
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
> Most of the packs are available locally in the builder machine. But builder
> script didn't host them. (The builder script should deploy the available
> packs even some products got failed.). I tired to figure out the problem
> with the script. But it seems ok to me.
>
> copy_carbon_products() {
> cd $CARBON_SRC_HOME/products
> find . -name "wso2*.zip" | xargs ls -l
>  find . -name "wso2*.zip" > zips
>
> export DATE_TIME=`date '+%Y-%m-%d_%H-%M-%S'`
>
> echo $DATE_TIME
> mkdir "$CARBON_BIN_HOME/$DATE_TIME"
>  while read x; do  cp $x "$CARBON_BIN_HOME/$DATE_TIME"; done < zips
>
> # cd $CARBON_SRC_HOME/core/distribution/$CARBON_VERSION
> # cp target/*.zip "$CARBON_BIN_HOME/$DATE_TIME"
>
> $SCRIPT_HOME/md5sum_integrity.sh "$CARBON_BIN_HOME/$DATE_TIME"
>
> rm  "$CARBON_BIN_HOME/latest"
> ln -s "$CARBON_BIN_HOME/$DATE_TIME" "$CARBON_BIN_HOME/latest"
> }
>
>
>
>> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Evanthika Amarasiri
There is a G-Reg pack at [1]. Was this built locally and uploaded? Am I to
download that pack and start testing?

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/upload/

Regards,
Evanthika

On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest available
> in local builder. We are not supposed to test using local packs provided by
> devs. RMs, please make sure to host latest builds in local builder
> (10.100.1.43)
>
> Regards
> Charitha
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Testing

2011-03-07 Thread Evanthika Amarasiri
Hi,

G-Reg pack is starting without errors now. We can continue testing with this
pack.

Regards,
Evanthika

On Tue, Mar 8, 2011 at 8:43 AM, Pavithra Madurangi wrote:

> Hi all,
>
> There's a startup error in IS. Please find the reported jira at [1]. IS
> team, please have a look.
>
> [1] https://wso2.org/jira/browse/CARBON-8881
>
> Regards,
> Pavithra
>
>
> On Mon, Mar 7, 2011 at 11:53 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Mon, Mar 7, 2011 at 2:35 PM, Evanthika Amarasiri 
>> wrote:
>>
>>> Hi Samisa,
>>>
>>> We still see startup errors in the packs available at [1]. We have
>>> already reported this issue on [2].
>>>
>>> [1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest
>>
>> Hi,
>> New packs are available at [1]
>>
>>>
>>> [2] - See [Carbon-dev] 27th Feb ESB snapshot build fails due to DB error
>>>
>>> Regards,
>>> Evanthika
>>>
>>>
>>> On Mon, Mar 7, 2011 at 2:10 PM, Samisa Abeysinghe wrote:
>>>
>>>> Have we started testing nightly packs?
>>>>
>>>> Thanks,
>>>> Samisa...
>>>>
>>>> Samisa Abeysinghe
>>>> VP Engineering
>>>> WSO2 Inc.
>>>> http://wso2.com
>>>> http://wso2.org
>>>>
>>>>
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>> *
>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>> *
>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Testing

2011-03-07 Thread Evanthika Amarasiri
Hi Samisa,

We still see startup errors in the packs available at [1]. We have already
reported this issue on [2].

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest
[2] - See [Carbon-dev] 27th Feb ESB snapshot build fails due to DB error

Regards,
Evanthika


On Mon, Mar 7, 2011 at 2:10 PM, Samisa Abeysinghe  wrote:

> Have we started testing nightly packs?
>
> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [QA Test Framework] Focus on functional coverage across more features instead of covering all possible scenarios related to a particular use case

2011-02-21 Thread Evanthika Amarasiri
Hi Chamara,

This [1] contains the test cases that I use for G-Reg testing. I suppose you
can derive test cases based on this document as well. Please note that this
document was created recently and I am in the process of adding new test
cases.

[1] -
https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvhVRxNoCg0KdGRVSHl3Nl9hVDQ0UXh5WVhPSG44Y0E&hl=en

Regards,
Evanthika

On Mon, Feb 21, 2011 at 1:47 PM, Thilini Ishaka  wrote:

>
> +1
>
> On Mon, Feb 21, 2011 at 10:31 AM, Charitha Kankanamge 
> wrote:
>
>> I had an offline chat with Samisa last friday regarding the current test
>> coverage. We understood that it is essential to have a horizontal coverage
>> across features instead of spending time on automating all possible
>> scenarios related to a particular functionality. We can fill the gaps later
>> on after we completing all features. Therefore, please focus on covering all
>> features first.
>>
>> Regards
>> Charitha
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thilini Ishaka
> email: thil...@wso2.com
> mobile: +94 718408171
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Invitation: ESB Test Review - Transports @ Tue Feb 1 2:30pm - 3:30pm (ish...@wso2.com)

2011-02-02 Thread Evanthika Amarasiri
Added the mentioned scenarios to the list. Thanks a lot Rajika.

Regards,
Evanthika

On Wed, Feb 2, 2011 at 2:20 PM, Rajika Kumarasiri  wrote:

> Following are few additions that comes into my mind, not sure if you have
> enough capacity to cover them.
>
> On Wed, Feb 2, 2011 at 1:48 PM, Ishani Ratnayake  wrote:
>
>>
>> Following are the Meeting Notes for ESB test review on Transports. We
>> should specially thank the ESB Team for being a part to identify gaps in
>> Testing. Follwoing were noted as gaps during the test review.
>>
>> - HTTP/Local/Relay Transports to be heavily tested
>> - For JMS transport test to be carry with Qpid, Apache ActiveMQ and one
>> other concentrating on
>>
>
> Most of the users are on Weblogic, MQSeries and SonicMQ. May be we need to
> cover them as well.
>
>
>> - Message Sizes and not the volume/Reliability
>> - Object Message Support
>> - Failure Cases (When the broker is down etc.)
>> - JMS Transactions
>>
>
> Make sure that the JMS provider implements XA aware connection factories.
>
>
>> - Smoke Test on Weblogic
>> - VFS to be tested varying the size of the file
>>
>
> size + various file types, XML, CSV etc..
>
> Rajika
>
>
>> - Mail Transport focusing on;
>> - Error Handling
>> - Formatting/Content of the Mail
>> - Mails with headers
>>
> - FIX Transport using;
>> - Failure Cases (Formatting errors, mismatched sequence
>> numbers)
>> - Exposure to MBeans
>> - Message Store with JDBC
>> - FIX over SSL
>> - HTTP Transport with;
>> - IBM JDK
>> - Handling with different error conditions
>> - WSDL Processes
>> - HTTP 1.0
>> - Methods
>> (GET/POST/HEAD/PUT/DELETE/TRACE/OPTIONS/CONNECT?)
>> - JMX Matrices
>>
>> Thanks,
>> Ishani
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Need Carbon 3.0.1 packs for testing

2010-10-28 Thread Evanthika Amarasiri
Hi,

Since the private cloud is down, we usually download Carbon packs from [1]
for testing but it had not been uploaded since the 25th of October.
Therefore, could we please have new packs since most of the features are not
working.

[1] - http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/


Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Warning message prompted asking whether to replace files, when extracting the latest WSO2 ESB packs

2010-10-25 Thread Evanthika Amarasiri
Hi,

When extracting the latest WSO2 ESB packs we get the following.

***
replace
wso2esb-4.0.0-SNAPSHOT/repository/conf/synapse-configs/default/synapse.xml?
[y]es, [n]o, [A]ll, [N]one, [r]ename:
***

I suppose this should be fixed.

Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Unable to add mediators to the Sequence tree on the latest WSO2 ESB build (Downloaded on 25th October)

2010-10-25 Thread Evanthika Amarasiri
Hi,

I tried adding mediators to the Sequence tree and the error message 'Error
in loading the mediator design view' was prompted with the following NPE
thrown on the Carbon console. This was working fine on the build which we
download on the 19th of October.

**
[2010-10-25 15:34:36,244] ERROR - [bridgeservlet] Servlet.service() for
servlet bridgeservlet threw exception
java.lang.NullPointerException
at
org.wso2.carbon.ui.JspServlet$ServletContextAdaptor.getResourcePaths(JspServlet.java:196)
at
org.wso2.carbon.sequences.ui.util.SequenceEditorHelper.isIconAvailable(SequenceEditorHelper.java:202)
at
org.wso2.carbon.sequences.ui.util.SequenceEditorHelper.getMediatorHTML(SequenceEditorHelper.java:219)
at
org.apache.jsp.sequences.design_005fsequence_002dajaxprocessor_jsp._jspService(design_005fsequence_002dajaxprocessor_jsp.java:198)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:119)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:152)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:251)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:619)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Deployment of 'Custom mediators' fails in the latest WSO2 ESB nightly builds

2010-10-25 Thread Evanthika Amarasiri
Hi,

When trying to deploy custom mediators in the latest packs
(wso2esb-4.0.0-SNAPSHOT) I came across the following exception. Tried by
uploading the mediator through the Management Console UI ('Home > Manage >
ESB Artifacts > Add') and also by dropping the .xar file to *
repository/deployment/server/mediators*.

The particular mediator worked fine for the 3.0.1 packs. Does this mean we
cannot use the old .xar files in the latest releases?


[2010-10-25 13:43:55,020]  INFO - ExtensionDeployer Loading the
apache.synapse.config.xml.MediatorSerializer implementation:
org.wso2.test.TestMediatorSerializer
[2010-10-25 13:43:55,020] DEBUG - ExtensionDeployer Restoring the context
class loader to the original
Exception in thread "Timer-2" java.lang.VerifyError: class
org.wso2.test.TestMediatorSerializer overrides final method
serializeMediator.(Lorg/apache/axiom/om/OMElement;Lorg/apache/synapse/Mediator;)Lorg/apache/axiom/om/OMElement;
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at
org.apache.axis2.deployment.DeploymentClassLoader.findClass(DeploymentClassLoader.java:78)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at
org.apache.axis2.deployment.DeploymentClassLoader.loadClass(DeploymentClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at
org.apache.synapse.deployers.ExtensionDeployer.getProviders(ExtensionDeployer.java:153)
at
org.apache.synapse.deployers.ExtensionDeployer.deploy(ExtensionDeployer.java:119)
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:815)
at
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
at
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:391)
at
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
at
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:385)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:68)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:79)
at
org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:93)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)


Regards,
Evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.1 RC1 Build

2010-09-07 Thread Evanthika Amarasiri
Hi,

The 'Release Note' of the OT download page of ESB is directed to the
release note of 3.0.0
'http://wso2.org/project/esb/java/3.0.0/docs/release-notes.html'.
Could someone correct that please.

Regards,
Evanthika


On Tue, Sep 7, 2010 at 9:51 PM, Rajika Kumarasiri  wrote:
>
>
> On Tue, Sep 7, 2010 at 4:54 PM, Asela Pathberiya  wrote:
>>
>>
>> On Tue, Sep 7, 2010 at 3:06 PM, Rajika Kumarasiri  wrote:
>>>
>>>
>>> On Tue, Sep 7, 2010 at 2:44 PM, Samisa Abeysinghe 
>>> wrote:
>>>>
>>>> As discussed, lets not re-pack the binary just for the date, given the
>>>> effort in verifying the packs again.
>>>> Lets re-packs the docs pack for ESB.
>>>
>>> Issues are fixed. Asela, please build a ESB doc pack.
>>
>> Done. I updated the ESB doc pack.
>
> Thanks Asela.
>
> Rajika
>
>>
>> Thanks,
>> Asela.
>>>
>>> Rajika
>>>>
>>>>
>>>> On Tue, Sep 7, 2010 at 2:28 PM, Evanthika Amarasiri 
>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> The date given at the title bar of the release note of the binary pack
>>>>> needs to be changed [1]. Also there are some documentation issues that 
>>>>> need
>>>>> to be fixed [2]. Therefore could you please provide another ESB pack?
>>>>>
>>>>> [1] - https://wso2.org/jira/browse/CARBON-7688
>>>>> [2] - https://wso2.org/jira/browse/CARBON-7733
>>>>>
>>>>> Regards,
>>>>> Evanthika
>>>>>
>>>>> On Mon, Sep 6, 2010 at 12:38 PM, Asela Pathberiya 
>>>>> wrote:
>>>>>>
>>>>>>
>>>>>> On Mon, Sep 6, 2010 at 10:20 AM, Samisa Abeysinghe 
>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Sep 6, 2010 at 10:15 AM, Asela Pathberiya 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Sep 6, 2010 at 8:18 AM, Chathuri Wimalasena
>>>>>>>>  wrote:
>>>>>>>>>
>>>>>>>>> We need BPS packs for CStudio as well.
>>>>>>>>
>>>>>>>> Please find BPS build from same location.
>>>>>>>
>>>>>>> DS and GS?
>>>>>>
>>>>>>
>>>>>> Please find DS and GS builds from same location.
>>>>>>
>>>>>> Thanks,
>>>>>> Asela.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Asela.
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>> Chathuri
>>>>>>>>>
>>>>>>>>> On Mon, Sep 6, 2010 at 8:04 AM, Samisa Abeysinghe 
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Can we also have DS and GS packs?
>>>>>>>>>> What other packs do we need for CStudio?
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 5, 2010 at 10:17 PM, Asela Pathberiya 
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi All,
>>>>>>>>>>> Please find the 3.0.1 RC1 build of ESB,WSAS,GREG and IS here [1]
>>>>>>>>>>>
>>>>>>>>>>> [1]http://builder.wso2.org/~carbon/releases/carbon/3.0.1/RC1
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Asela
>>>>>>>>>>> ___
>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Samisa...
>>>>>>>>>>
>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>> VP Engineering
>>>>>>>>>> WSO2 Inc.
>>>>>>>>>> http://wso2.com
>>>>>>>>>> ht

Re: [Carbon-dev] Carbon 3.0.1 RC1 Build

2010-09-07 Thread Evanthika Amarasiri
Hi,

Verified the ESB Docs pack. The reported issues are fixed. Both the
packs can be signed now.

Regards,
Evanthika

On Tue, Sep 7, 2010 at 4:54 PM, Asela Pathberiya  wrote:
>
>
> On Tue, Sep 7, 2010 at 3:06 PM, Rajika Kumarasiri  wrote:
>>
>>
>> On Tue, Sep 7, 2010 at 2:44 PM, Samisa Abeysinghe  wrote:
>>>
>>> As discussed, lets not re-pack the binary just for the date, given the
>>> effort in verifying the packs again.
>>> Lets re-packs the docs pack for ESB.
>>
>> Issues are fixed. Asela, please build a ESB doc pack.
>
> Done. I updated the ESB doc pack.
>
> Thanks,
> Asela.
>>
>> Rajika
>>>
>>>
>>> On Tue, Sep 7, 2010 at 2:28 PM, Evanthika Amarasiri 
>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> The date given at the title bar of the release note of the binary pack
>>>> needs to be changed [1]. Also there are some documentation issues that need
>>>> to be fixed [2]. Therefore could you please provide another ESB pack?
>>>>
>>>> [1] - https://wso2.org/jira/browse/CARBON-7688
>>>> [2] - https://wso2.org/jira/browse/CARBON-7733
>>>>
>>>> Regards,
>>>> Evanthika
>>>>
>>>> On Mon, Sep 6, 2010 at 12:38 PM, Asela Pathberiya 
>>>> wrote:
>>>>>
>>>>>
>>>>> On Mon, Sep 6, 2010 at 10:20 AM, Samisa Abeysinghe 
>>>>> wrote:
>>>>>>
>>>>>>
>>>>>> On Mon, Sep 6, 2010 at 10:15 AM, Asela Pathberiya 
>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Sep 6, 2010 at 8:18 AM, Chathuri Wimalasena
>>>>>>>  wrote:
>>>>>>>>
>>>>>>>> We need BPS packs for CStudio as well.
>>>>>>>
>>>>>>> Please find BPS build from same location.
>>>>>>
>>>>>> DS and GS?
>>>>>
>>>>>
>>>>> Please find DS and GS builds from same location.
>>>>>
>>>>> Thanks,
>>>>> Asela.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Asela.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Chathuri
>>>>>>>>
>>>>>>>> On Mon, Sep 6, 2010 at 8:04 AM, Samisa Abeysinghe 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Can we also have DS and GS packs?
>>>>>>>>> What other packs do we need for CStudio?
>>>>>>>>>
>>>>>>>>> On Sun, Sep 5, 2010 at 10:17 PM, Asela Pathberiya 
>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Hi All,
>>>>>>>>>> Please find the 3.0.1 RC1 build of ESB,WSAS,GREG and IS here [1]
>>>>>>>>>>
>>>>>>>>>> [1]http://builder.wso2.org/~carbon/releases/carbon/3.0.1/RC1
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Asela
>>>>>>>>>> ___
>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Samisa...
>>>>>>>>>
>>>>>>>>> Samisa Abeysinghe
>>>>>>>>> VP Engineering
>>>>>>>>> WSO2 Inc.
>>>>>>>>> http://wso2.com
>>>>>>>>> http://wso2.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ___
>>>>>>>>> Carbon-dev mailing list
>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ___
>>>>>>>> Carbon-dev mailing list
>>>>>>>> Carbon-dev@wso2.org
>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ___
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev@wso2.org
>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>> Thanks,
>>>>>> Samisa...
>>>>>>
>>>>>> Samisa Abeysinghe
>>>>>> VP Engineering
>>>>>> WSO2 Inc.
>>>>>> http://wso2.com
>>>>>> http://wso2.org
>>>>>>
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev@wso2.org
>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>> Thanks,
>>> Samisa...
>>>
>>> Samisa Abeysinghe
>>> VP Engineering
>>> WSO2 Inc.
>>> http://wso2.com
>>> http://wso2.org
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.1 RC1 Build

2010-09-07 Thread Evanthika Amarasiri
Hi,

The date given at the title bar of the release note of the binary pack needs
to be changed [1]. Also there are some documentation issues that need to be
fixed [2]. Therefore could you please provide another ESB pack?

[1] - https://wso2.org/jira/browse/CARBON-7688
[2] - https://wso2.org/jira/browse/CARBON-7733

Regards,
Evanthika

On Mon, Sep 6, 2010 at 12:38 PM, Asela Pathberiya  wrote:

>
>
> On Mon, Sep 6, 2010 at 10:20 AM, Samisa Abeysinghe wrote:
>
>>
>>
>> On Mon, Sep 6, 2010 at 10:15 AM, Asela Pathberiya  wrote:
>>
>>>
>>>
>>> On Mon, Sep 6, 2010 at 8:18 AM, Chathuri Wimalasena 
>>> wrote:
>>>
 We need BPS packs for CStudio as well.

>>>
>>> Please find BPS build from same location.
>>>
>>
>> DS and GS?
>>
>
> Please find DS and GS builds from same location.
>
> Thanks,
> Asela.
>
>>
>>> Thanks,
>>> Asela.
>>>

 Regards,
 Chathuri


 On Mon, Sep 6, 2010 at 8:04 AM, Samisa Abeysinghe wrote:

> Can we also have DS and GS packs?
>
> What other packs do we need for CStudio?
>
> On Sun, Sep 5, 2010 at 10:17 PM, Asela Pathberiya wrote:
>
>> Hi All,
>>
>> Please find the 3.0.1 RC1 build of ESB,WSAS,GREG and IS here [1]
>>
>> [1]http://builder.wso2.org/~carbon/releases/carbon/3.0.1/RC1
>>
>> Thanks,
>> Asela
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>> Thanks,
>> Samisa...
>>
>> Samisa Abeysinghe
>> VP Engineering
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>>
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB Test automation status

2010-08-30 Thread Evanthika Amarasiri
Hi,

We used the framework to smoke test the Alpha3 build and were able to find a
few issues of samples through this. The framework works well on Windows as
well.

Regards,
Evanthika

On Tue, Aug 31, 2010 at 11:22 AM, Chamara Silva  wrote:

> ESB test automation framework covered following test areas right now.
>
> 1. ESB Samples
> 2. Functional test - please find the automated test cases from [
>
> https://wso2.org/wiki/display/esbjava/WSO2+ESB-3.X+High+level+test+scenarios
> ]
>
> thanks,
> Chamara
> --
> Suminda Chamara Silva
> Senior Software Engineer - QA
> WSO2 Inc.
> Mobile: +94 718 302858
> blog: http://chamaras.blogspot.com
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Latests nightly build packs available

2010-08-19 Thread Evanthika Amarasiri
Hi,

When extracting the WSO2 ESB pack I got the following warning message.

*
replace wso2esb-3.0.0-SNAPSHOT/release-notes.html? [y]es, [n]o, [A]ll,
[N]one, [r]ename:
*
This needs to be fixed.

Thanks,
Evanthika

On Fri, Aug 20, 2010 at 7:13 AM, Samisa Abeysinghe  wrote:

> http://builder.wso2.org/~carbon/releases/carbon/3.1.0/2010-08-19_23-21-33/
>
> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.1 Alpha1 build

2010-08-10 Thread Evanthika Amarasiri
Hi,

The Axis2 security issue [1] which was fixed and provided with along with
the service pack, doesn't seem to be fixed in this release. Shouldn't this
fix be included in the latest packs ?

[1] - https://issues.apache.org/jira/browse/AXIS2-4450

Thanks,
Evanthika

On Tue, Aug 10, 2010 at 12:09 PM, Kasun Indrasiri  wrote:

> Hi Evanthika,
>
> We are working on this.
>
> -Kasun
>
> On Tue, Aug 10, 2010 at 11:32 AM, Evanthika Amarasiri 
> wrote:
>
>> Hi,
>>
>> We have come across a blocking issue in the latest WSO2 ESB build. [1]
>>
>> [1] - https://wso2.org/jira/browse/CARBON-7642
>>
>> Thanks,
>> Evanthika
>>
>>
>> On Mon, Aug 9, 2010 at 7:39 PM, Lahiru Gunathilake wrote:
>>
>>> Will copy it to the same location. It contains only the modified features
>>> only.
>>>
>>>
>>> Lahiru
>>>
>>>
>>> On Mon, Aug 9, 2010 at 7:28 PM, Charitha Kankanamge 
>>> wrote:
>>>
>>>> Hi Lahiru,
>>>> What is the P2-repo?
>>>>
>>>> Regards
>>>> Charitha
>>>>
>>>> Charitha Kankanamge
>>>> Senior Technical Lead, Manager QA
>>>> WSO2 Inc.
>>>> http://wso2.org
>>>> email: chari...@wso2.com
>>>> cell: +94 718 359 265
>>>> blog: http://charithaka.blogspot.com
>>>>
>>>> wso2.com Lean Enterprise Middleware
>>>>
>>>> Disclaimer: This communication may contain privileged or other
>>>> confidential information and is intended exclusively for the addressee/s. 
>>>> If
>>>> you are not the intended recipient/s, or believe that you may have received
>>>> this communication in error, please reply to the sender indicating that 
>>>> fact
>>>> and delete the copy you received and in addition, you should not print,
>>>> copy, retransmit, disseminate, or otherwise use the information contained 
>>>> in
>>>> this communication. Internet communications cannot be guaranteed to be
>>>> timely, secure, error or virus-free. The sender does not accept liability
>>>> for any errors or omissions.
>>>>
>>>>
>>>> On Mon, Aug 9, 2010 at 6:50 PM, Lahiru Gunathilake wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> Please find the 3.0.1 alpha build of ESB,WSAS,GREG and IS here[1].
>>>>>
>>>>> Please verify all the bug fixes done to this release is there in these
>>>>> builds, build system is bit tricky since we are just changing some of the
>>>>> bundles only and we are taking rest of the stuff from our repo, so first 
>>>>> we
>>>>> need to make sure all the changes are there in the products.
>>>>>
>>>>> [1]http://builder.wso2.org/~carbon/releases/carbon/3.0.1/Alpha1/<http://builder.wso2.org/%7Ecarbon/releases/carbon/3.0.1/Alpha1/>
>>>>>
>>>>> Thanks
>>>>> Lahiru
>>>>>
>>>>> --
>>>>> Lahiru Gunathilake
>>>>> Senior Software Engineer - WSO2 Inc. www.wso2.com
>>>>>
>>>>> Email:lah...@wso2.com  Blog: www.lahiru.org
>>>>> Mobile: +94716381143
>>>>>
>>>>> Lean . Enterprise . Middleware
>>>>>
>>>>>
>>>>> ___
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Lahiru Gunathilake
>>> Senior Software Engineer - WSO2 Inc. www.wso2.com
>>>
>>> Email:lah...@wso2.com  Blog: www.lahiru.org
>>> Mobile: +94716381143
>>>
>>> Lean . Enterprise . Middleware
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Senior Software Engineer
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 536 4128
> Blog : http://kasunpanorama.blogspot.com/
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.1 Alpha1 build

2010-08-09 Thread Evanthika Amarasiri
Hi,

We have come across a blocking issue in the latest WSO2 ESB build. [1]

[1] - https://wso2.org/jira/browse/CARBON-7642

Thanks,
Evanthika

On Mon, Aug 9, 2010 at 7:39 PM, Lahiru Gunathilake  wrote:

> Will copy it to the same location. It contains only the modified features
> only.
>
>
> Lahiru
>
>
> On Mon, Aug 9, 2010 at 7:28 PM, Charitha Kankanamge wrote:
>
>> Hi Lahiru,
>> What is the P2-repo?
>>
>> Regards
>> Charitha
>>
>> Charitha Kankanamge
>> Senior Technical Lead, Manager QA
>> WSO2 Inc.
>> http://wso2.org
>> email: chari...@wso2.com
>> cell: +94 718 359 265
>> blog: http://charithaka.blogspot.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s. If
>> you are not the intended recipient/s, or believe that you may have received
>> this communication in error, please reply to the sender indicating that fact
>> and delete the copy you received and in addition, you should not print,
>> copy, retransmit, disseminate, or otherwise use the information contained in
>> this communication. Internet communications cannot be guaranteed to be
>> timely, secure, error or virus-free. The sender does not accept liability
>> for any errors or omissions.
>>
>>
>> On Mon, Aug 9, 2010 at 6:50 PM, Lahiru Gunathilake wrote:
>>
>>> Hi all,
>>>
>>> Please find the 3.0.1 alpha build of ESB,WSAS,GREG and IS here[1].
>>>
>>> Please verify all the bug fixes done to this release is there in these
>>> builds, build system is bit tricky since we are just changing some of the
>>> bundles only and we are taking rest of the stuff from our repo, so first we
>>> need to make sure all the changes are there in the products.
>>>
>>> [1]http://builder.wso2.org/~carbon/releases/carbon/3.0.1/Alpha1/
>>>
>>> Thanks
>>> Lahiru
>>>
>>> --
>>> Lahiru Gunathilake
>>> Senior Software Engineer - WSO2 Inc. www.wso2.com
>>>
>>> Email:lah...@wso2.com  Blog: www.lahiru.org
>>> Mobile: +94716381143
>>>
>>> Lean . Enterprise . Middleware
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Lahiru Gunathilake
> Senior Software Engineer - WSO2 Inc. www.wso2.com
>
> Email:lah...@wso2.com  Blog: www.lahiru.org
> Mobile: +94716381143
>
> Lean . Enterprise . Middleware
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Experiencing long delays while updating ESB configurations

2010-06-04 Thread Evanthika Amarasiri
Hi Supun,

Could you provide some more information about your cluster configuration?
E.g.:- No of active nodes in the cluster, etc.

Thanks,
Evanthika

On Thu, Jun 3, 2010 at 11:35 PM, Supun Kamburugamuva  wrote:

> Red Hat Enterprise Linux Server release 5.4 (Tikanga)
> 2.6.18-128.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux
>
> java version "1.6.0_20"
> Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
>
> Thanks,
> Supun..
>
> On Thu, Jun 3, 2010 at 11:22 PM, Charitha Kankanamge 
> wrote:
> > Hi,
> >
> > What is the OS and JDK version? We will try to reproduce however please
> try
> > to capture the logs and provide us with the exact steps (specially the
> > details about cluster setup) when you encounter the issue again.
> Evanthika
> > has already tried to reproduce an error you guys have faced with, but she
> > could not.
> >
> > Regards
> > Charitha
> >
> >
> >
> > On Thu, Jun 3, 2010 at 11:11 PM, Supun Kamburugamuva 
> wrote:
> >>
> >> This happens when we go to the source view and update the
> >> configurations. It seems random. Most of the time update happens
> >> correctly. But sometimes it takes a lot of time.
> >>
> >> We are in a cluster. We have mounted the ESB configuration registry
> >> and ESB governance registry to a mySql database.
> >>
> >> Thanks,
> >> Supun..
> >>
> >> On Thu, Jun 3, 2010 at 11:02 PM, Samisa Abeysinghe 
> >> wrote:
> >> > What elements did you try to update? How?
> >> > How can this be reproduced?
> >> > Samisa...
> >> >
> >> > On Thu, Jun 3, 2010 at 10:46 PM, Supun Kamburugamuva 
> >> > wrote:
> >> >>
> >> >> When we try to update the ESB 3.0.0 configuration some times it takes
> >> >> a very long time. Also sometimes there are errors printing on the
> >> >> console saying invalid XML configurations without no apparent reason.
> >> >> When this happens ESB becomes unstable. I think these are issues that
> >> >> we need to figure out and fix.
> >> >>
> >> >> I'll create Jira's for these.
> >> >>
> >> >> Thanks,
> >> >> Supun..
> >> >>
> >> >> ___
> >> >> Carbon-dev mailing list
> >> >> Carbon-dev@wso2.org
> >> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >> >
> >> > Samisa Abeysinghe
> >> > VP Engineering
> >> > WSO2 Inc.
> >> > http://wso2.com
> >> > http://wso2.org
> >> >
> >> > ___
> >> > Carbon-dev mailing list
> >> > Carbon-dev@wso2.org
> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >> >
> >> >
> >>
> >> ___
> >> Carbon-dev mailing list
> >> Carbon-dev@wso2.org
> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
> >
> > ___
> > Carbon-dev mailing list
> > Carbon-dev@wso2.org
> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
> >
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Experiencing long delays while updating ESB configurations

2010-06-03 Thread Evanthika Amarasiri
Hi Supun,

I am in the process of setting up the environment which you have specified
in your previous e-mail. We will see whether we can reproduce the issue at
our end.

Thanks,
Evanthika

On Thu, Jun 3, 2010 at 11:37 PM, Supun Kamburugamuva  wrote:

> One other detail. We have configured ESB JMS transport with Apache QPid 0.6
>
> Thanks,
> Supun..
>
> On Thu, Jun 3, 2010 at 11:35 PM, Supun Kamburugamuva 
> wrote:
> > Red Hat Enterprise Linux Server release 5.4 (Tikanga)
> > 2.6.18-128.el5 #1 SMP x86_64 x86_64 x86_64 GNU/Linux
> >
> > java version "1.6.0_20"
> > Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
> > Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
> >
> > Thanks,
> > Supun..
> >
> > On Thu, Jun 3, 2010 at 11:22 PM, Charitha Kankanamge 
> wrote:
> >> Hi,
> >>
> >> What is the OS and JDK version? We will try to reproduce however please
> try
> >> to capture the logs and provide us with the exact steps (specially the
> >> details about cluster setup) when you encounter the issue again.
> Evanthika
> >> has already tried to reproduce an error you guys have faced with, but
> she
> >> could not.
> >>
> >> Regards
> >> Charitha
> >>
> >>
> >>
> >> On Thu, Jun 3, 2010 at 11:11 PM, Supun Kamburugamuva 
> wrote:
> >>>
> >>> This happens when we go to the source view and update the
> >>> configurations. It seems random. Most of the time update happens
> >>> correctly. But sometimes it takes a lot of time.
> >>>
> >>> We are in a cluster. We have mounted the ESB configuration registry
> >>> and ESB governance registry to a mySql database.
> >>>
> >>> Thanks,
> >>> Supun..
> >>>
> >>> On Thu, Jun 3, 2010 at 11:02 PM, Samisa Abeysinghe 
> >>> wrote:
> >>> > What elements did you try to update? How?
> >>> > How can this be reproduced?
> >>> > Samisa...
> >>> >
> >>> > On Thu, Jun 3, 2010 at 10:46 PM, Supun Kamburugamuva  >
> >>> > wrote:
> >>> >>
> >>> >> When we try to update the ESB 3.0.0 configuration some times it
> takes
> >>> >> a very long time. Also sometimes there are errors printing on the
> >>> >> console saying invalid XML configurations without no apparent
> reason.
> >>> >> When this happens ESB becomes unstable. I think these are issues
> that
> >>> >> we need to figure out and fix.
> >>> >>
> >>> >> I'll create Jira's for these.
> >>> >>
> >>> >> Thanks,
> >>> >> Supun..
> >>> >>
> >>> >> ___
> >>> >> Carbon-dev mailing list
> >>> >> Carbon-dev@wso2.org
> >>> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>> >
> >>> > Samisa Abeysinghe
> >>> > VP Engineering
> >>> > WSO2 Inc.
> >>> > http://wso2.com
> >>> > http://wso2.org
> >>> >
> >>> > ___
> >>> > Carbon-dev mailing list
> >>> > Carbon-dev@wso2.org
> >>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>> >
> >>> >
> >>>
> >>> ___
> >>> Carbon-dev mailing list
> >>> Carbon-dev@wso2.org
> >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>
> >>
> >> ___
> >> Carbon-dev mailing list
> >> Carbon-dev@wso2.org
> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>
> >>
> >
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] NPE when starting BPS as a UNIX daemon in the background

2010-05-03 Thread Evanthika Amarasiri
Hi,

This was reported sometime back and it's still in Open state [1]. This
works in some machines but for me all three options (-start, -restart
and -console) failed.

[1] - https://wso2.org/jira/browse/CARBON-7255

Thanks,
Evanthika

On Tue, May 4, 2010 at 10:13 AM, Charitha Kankanamge  wrote:
>
> On Tue, May 4, 2010 at 8:21 AM, Samisa Abeysinghe  wrote:
>>
>> Do we have the daemon mode on our checklist?
>
> Yes
>>
>> Samisa...
>>
>> On Tue, May 4, 2010 at 8:17 AM, Afkham Azeez  wrote:
>>>
>>> That needs to be added to the wrapper.conf file. The problem should exist
>>> in other products as well.
>>> Azeez
>>>
>>> On Mon, May 3, 2010 at 6:04 PM, Waruna Ranasinghe 
>>> wrote:

 Hi devs,
 I started the server using following command
 wso2server.sh start
 The stack-trace is given below
 [2010-05-03 17:09:00,362] ERROR -  Error occurred during initialization
 of BPEL Server {org.wso2.carbon.bpel.BPELDeployer}
 java.lang.NullPointerException
         at java.io.File.(File.java:222)
         at
 org.wso2.carbon.bpel.ode.integration.BPELServerManager.initBPELServer(BPELServerManager.java:111)
         at org.wso2.carbon.bpel.BPELDeployer.init(BPELDeployer.java:155)
         at
 org.apache.axis2.deployment.DeploymentEngine.addDeployer(DeploymentEngine.java:1405)
         at
 org.wso2.carbon.utils.deployment.service.processors.DeployerServiceProcessor.processConfigurationService(DeployerServiceProcessor.java:39)
         at
 org.wso2.carbon.utils.deployment.service.listeners.Axis2ConfigServiceListener.processRegisteredAxis2ConfigServices(Axis2ConfigServiceListener.java:91)
         at
 org.wso2.carbon.utils.deployment.service.listeners.Axis2ConfigServiceListener.serviceChanged(Axis2ConfigServiceListener.java:54)

 The code snippet is given below
 public void initBPELServer(AxisConfiguration axisConfig) throws
 Exception {
         this.axisConfig = axisConfig;
        String carbonConfDir =
 System.getProperty(ServerConstants.CARBON_CONFIG_DIR_PATH);
         this.configDir = new File(carbonConfDir); //line no: 111

 It seems that ServerConstants.CARBON_CONFIG_DIR_PATH property is not
 available when starting as a UNIX daemon. This works fine, if I start the
 server using wso2server.sh command.

 Thanks
 Waruna

 --

 -
 Waruna Ranasinghe
 Software Engineer, WSO2

 Mobile: +94 724 318285
 BLOG: http://warunapw.blogspot.com

 www.wso2.com - "Lean . Enterprise . Middleware"

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

>>>
>>>
>>>
>>> --
>>> Afkham Azeez
>>> Software Architect & Product Manager, WSO2 WSAS; WSO2, Inc.;
>>> http://wso2.com, Lean . Enterprise . Middleware
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> email: az...@wso2.com cell: +94 77 3320919
>>> blog: http://blog.afkham.org
>>> twitter: http://twitter.com/afkham_azeez
>>> linked-in: http://lk.linkedin.com/in/afkhamazeez
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] NPE while shutting down the ESB (latest build out of the 3.0.0 branch)

2010-03-31 Thread Evanthika Amarasiri
Hi Ruwan,

This issue was there in pre-beta4 as well [1].

[1] https://wso2.org/jira/browse/CARBON-6847

Thanks,
Evanthika

On Thu, Apr 1, 2010 at 9:02 AM, Ruwan Linton  wrote:
> Folks,
>
> I encountered the following exception while shutting down the ESB.
>
> Does any one have any clue on this?
>
> Thanks,
> Ruwan
>
> [2010-04-01 09:00:24,470] ERROR - [bridgeservlet] Servlet.service() for
> servlet bridgeservlet threw exception
> java.lang.NullPointerException
>    at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:53)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>    at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:147)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>    at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>    at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>    at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
>    at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>    at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>    at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>    at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>    at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
>    at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
>    at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>    at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>    at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>    at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
>    at java.lang.Thread.run(Thread.java:619)
>
>
> --
> Ruwan Linton
> Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
> WSO2 Inc.; http://wso2.org
> phone: +1 408 754 7388 ext 51789
> email: ru...@wso2.com; cell: +94 77 341 3097
> blog: http://blog.ruwan.org
>
> Lean . Enterprise . Middleware
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 07

2010-03-16 Thread Evanthika Amarasiri
The same java.lang.ClassCastException which Charitha reported exists
in ESB as well

Thanks,
Evanthika

On Tue, Mar 16, 2010 at 6:46 PM, Krishantha Samaraweera
 wrote:
> I see the following error in G-REG startup console.
>
> [2010-03-16 19:14:25,191] ERROR -  Error building service from bundle :
> Symbolic Name: org.wso2.carbon.registry.handler,Bundle Version:
> 3.0.0.SNAPSHOT, ID: 147
> java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
>     at
> org.wso2.carbon.registry.handler.services.HandlerManagementService.(HandlerManagementService.java:37)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:247)
>     at
> org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.(DefaultSchemaGenerator.java:140)
>     at
> org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:504)
>     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:386)
>     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)
>     at
> org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:207)
>     at
> org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:97)
>     at
> org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:83)
>     at
> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:360)
>     at
> org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:208)
>     at
> org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:100)
>     at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:916)
>     at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
>     at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.commons.logging.LogFactory
>     at
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:489)
>     at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:405)
>     at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:393)
>     at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>     ... 16 more
>
> Thanks,
> Krishantha.
>
>
> On Tue, Mar 16, 2010 at 5:08 PM, Samisa Abeysinghe  wrote:
>>
>> http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta07/
>> I did not call it beta1, as there is one more major branching change to
>> take place.
>> Also, machup server is broken.
>> Please run some smoke tests and let me know if anything is broken ASAP.
>> Samisa...
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.0.0 - Iridium - Pre-Beta build 04

2010-03-08 Thread Evanthika Amarasiri
Some of the fixes/features that has been done are not in this build.
E.g.:- New editor for Manage Synapse Configuration

Thanks,
Evanthika

On Mon, Mar 8, 2010 at 5:06 PM, Krishantha Samaraweera
 wrote:
>
>
> On Mon, Mar 8, 2010 at 2:56 PM, Samisa Abeysinghe  wrote:
>>
>> Packs are here:
>> http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta04/
>> Note that some packs are not available in here, due to build failures.
>> Will be available in 05 build.
>
> I see the same G-Reg startup error again. please refer to [1]
>
> Thanks,
> Krishantha.
>
> [1] http://pastebin.com/ieq6KASn
>
>>
>> Samisa...
>>
>> On Mon, Mar 8, 2010 at 5:18 AM, Samisa Abeysinghe  wrote:
>>>
>>> Packs are here:
>>> http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta03/
>>> Samisa...
>>>
>>> On Fri, Mar 5, 2010 at 6:02 AM, Samisa Abeysinghe 
>>> wrote:

 Packs available:
 http://builder.wso2.org/~carbon/releases/carbon/3.0.0/2PreBeta02/
 Samisa...
>>>
>>
>>
>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 2.0.3 RC3 packs for testing

2010-01-28 Thread Evanthika Amarasiri
Hi,

The ESB packs can be released now.

Thanks,
Evanthika

On Thu, Jan 28, 2010 at 10:34 AM, Lahiru Gunathilake wrote:

> Hi Charitha Link is wrong, I have sent the link like this [3]
>
> [3]http://builder.wso2.org/~carbon/releases/carbon/2.0.3/RC3/p2-repo/
>
>
> Please refer that as the p2-repo location.
>
> Lahiru
>
>
> On Thu, Jan 28, 2010 at 10:21 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> I'm getting the following error when trying to add P2 artifact repo.
>> Anyone else got this error?
>>
>> osgi> provaddartifactrepo
>> http://builder.wso2.org/~carbon/releases/core/RC3
>> java.lang.UnsupportedOperationException: Repository not modifiable:
>> http://builder.wso2.org/~carbon/releases/core/RC3
>> at
>> org.eclipse.equinox.internal.provisional.spi.p2.repository.AbstractRepository.assertModifiable(AbstractRepository.java:54)
>> at
>> org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:885)
>> at
>> org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:881)
>> at
>> org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.(SimpleArtifactRepository.java:302)
>> at
>> org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.create(SimpleArtifactRepositoryFactory.java:123)
>> at
>> org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryCreate(ArtifactRepositoryManager.java:55)
>> at
>> org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.doCreateRepository(AbstractRepositoryManager.java:272)
>> at
>> org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.createRepository(ArtifactRepositoryManager.java:48)
>> at
>> org.eclipse.equinox.internal.p2.console.ProvisioningHelper.addArtifactRepository(ProvisioningHelper.java:86)
>> at
>> org.eclipse.equinox.internal.p2.console.ProvCommandProvider._provaddartifactrepo(ProvCommandProvider.java:104)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:155)
>> at
>> org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:303)
>> at
>> org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:288)
>> at
>> org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:224)
>> at java.lang.Thread.run(Thread.java:619)
>>
>>
>>
>>
>> Charitha Kankanamge
>> WSO2 Inc.
>> http://wso2.org
>> email: chari...@wso2.com
>> cell: +94 718 359 265
>> blog: http://charithaka.blogspot.com
>>
>>
>> On Wed, Jan 27, 2010 at 8:10 AM, Samisa Abeysinghe wrote:
>>
>>>
>>>
>>> On Wed, Jan 27, 2010 at 8:07 AM, Lahiru Gunathilake wrote:
>>>


 On Tue, Jan 26, 2010 at 11:14 AM, Samisa Abeysinghe wrote:

> So what are the products being re-packed.

 I can see fixes in bps samples and some of the commits to the Data
 Services Distribution ...I can build those two products only, so that we 
 can
 consider other packs as final packs of the 2.0.3 release .. or I can build
 all the products from the scratch and give RC4 all together.

>>>
>>> Please build only DS and BPS
>>>

 BTW ESB build is having release date as 22nd which is manually setting,
 anyone fixed that issue.. ?

>>>
>>> This is fine, we can live with this.
>>>
>>>  Samisa...
>>>
>>>

 Lahiru

>
> Samisa...
>
>
> On Tue, Jan 26, 2010 at 8:32 AM, Lahiru Gunathilake 
> wrote:
>
>> Will repack the products which are having fixes. Please update once
>> you fix these issues.
>>
>> Lahiru
>>
>>
>> On Tue, Jan 26, 2010 at 2:49 AM, Samisa Abeysinghe 
>> wrote:
>>
>>> It is time to repack only those products that are broken. Lahiru,
>>> please note.
>>>
>>> Samisa...
>>>
>>>
>>> On Mon, Jan 25, 2010 at 10:40 PM, Milinda Pathirage <
>>> mili...@wso2.com> wrote:
>>>
 I found out that this issue is caused by wrong configuration
 information on sample BPEL package use with WSO2 BPS. I'll fix the 
 sample
 ASAP. Building BPS product is enough for this change.

 Thanks
 Milinda


 On Mon, Jan 25, 2010 at 9:04 PM, Milinda Pathirage 

Re: [Carbon-dev] Carbon 2.0.3 RC3 packs for testing

2010-01-24 Thread Evanthika Amarasiri
Java Docs in the Docs pack of ESB is directed to Apache Synapse
1.3.0.wso2v1 API
[http://wso2.org/project/esb/java/2.1.0/docs/apidocs/index.html].
Shouldn't this be changed to 'Apache Synapse 1.3.0.wso2v4 API'?

Thanks,
Evanthika

On Mon, Jan 25, 2010 at 11:12 AM, Evanthika Amarasiri
 wrote:
> Hi,
>
> The date in release-notes.html of ESB is given as 22nd January. Please
> update this as well.
>
> Thanks,
> Evanthika
>
> On Mon, Jan 25, 2010 at 11:03 AM, Yumani Ranaweera  wrote:
>> Hi,
>>
>> The date in the release notes for GS and MS appears as 24th Jan. Shouldn't
>> this be 25th Jan?
>>
>> Thanks,
>> Yumani
>>
>>
>>
>>
>> On Mon, Jan 25, 2010 at 10:54 AM, Samisa Abeysinghe  wrote:
>>>
>>> Unless a blocker is hit, can we consider these as final packs.
>>> Samisa...
>>>
>>> On Mon, Jan 25, 2010 at 10:07 AM, Lahiru Gunathilake 
>>> wrote:
>>>>
>>>> [2]http://builder.wso2.org/~carbon/releases/carbon/2.0.3/RC3/p2-repo/
>>>>
>>>> Lahiru
>>>>
>>>> On Mon, Jan 25, 2010 at 10:05 AM, Lahiru Gunathilake 
>>>> wrote:
>>>>>
>>>>> Hi all,
>>>>> Please find the RC3 build packs here[1] and qa-p2-repo[2].
>>>>> [1]http://builder.wso2.org/~carbon/releases
>>>>> [2]http://builder.wso2.org/~carbon/releases/core/RC3
>>>>>
>>>>> Regards
>>>>> Lahiru
>>>>>
>>>>> --
>>>>> Lahiru Gunathilake
>>>>> Software Engineer - WSO2 Inc.
>>>>
>>>>
>>>>
>>>> --
>>>> Lahiru Gunathilake
>>>> Software Engineer - WSO2 Inc.
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>
>>>
>>>
>>> --
>>> Samisa Abeysinghe
>>> Director, Engineering - WSO2 Inc.
>>>
>>> http://www.wso2.com/ - "lean . enterprise . middleware"
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Yumani Ranaweera
>> WSO2, Inc. - http://wso2.org
>> Email : yum...@wso2.com
>> Cell    : +94 077 7795242
>> Blog   : http://yumani.blogspot.com/
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 2.0.3 RC3 packs for testing

2010-01-24 Thread Evanthika Amarasiri
Hi,

The date in release-notes.html of ESB is given as 22nd January. Please
update this as well.

Thanks,
Evanthika

On Mon, Jan 25, 2010 at 11:03 AM, Yumani Ranaweera  wrote:
> Hi,
>
> The date in the release notes for GS and MS appears as 24th Jan. Shouldn't
> this be 25th Jan?
>
> Thanks,
> Yumani
>
>
>
>
> On Mon, Jan 25, 2010 at 10:54 AM, Samisa Abeysinghe  wrote:
>>
>> Unless a blocker is hit, can we consider these as final packs.
>> Samisa...
>>
>> On Mon, Jan 25, 2010 at 10:07 AM, Lahiru Gunathilake 
>> wrote:
>>>
>>> [2]http://builder.wso2.org/~carbon/releases/carbon/2.0.3/RC3/p2-repo/
>>>
>>> Lahiru
>>>
>>> On Mon, Jan 25, 2010 at 10:05 AM, Lahiru Gunathilake 
>>> wrote:

 Hi all,
 Please find the RC3 build packs here[1] and qa-p2-repo[2].
 [1]http://builder.wso2.org/~carbon/releases
 [2]http://builder.wso2.org/~carbon/releases/core/RC3

 Regards
 Lahiru

 --
 Lahiru Gunathilake
 Software Engineer - WSO2 Inc.
>>>
>>>
>>>
>>> --
>>> Lahiru Gunathilake
>>> Software Engineer - WSO2 Inc.
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://www.wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> Yumani Ranaweera
> WSO2, Inc. - http://wso2.org
> Email : yum...@wso2.com
> Cell    : +94 077 7795242
> Blog   : http://yumani.blogspot.com/
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 2.0.3 RC2 packs for Testing

2010-01-24 Thread Evanthika Amarasiri
Hi,

Reduced the priority of the issue.

Thanks,
Evanthika

On Mon, Jan 25, 2010 at 9:25 AM, Hiranya Jayathilaka  wrote:
>
>
> On Mon, Jan 25, 2010 at 12:10 AM, Heshan Suriyaarachchi 
> wrote:
>>
>> Hi Hiranya,
>>   I commented on the jira. This is not a regression issue
>> that was introduced by my patch[2]. It was already there even without the
>> patch. IMV it's better to give the fix for this issue[1] in the next release
>> because it would require some time to come up with a proper fix. Therefore
>> shall I go ahead and reduce the priority level of [1]? WDYT?
>
> +1
> At this point it is important to get the 2.0.3 released asap. So let's have
> this as a known issue for the moment.
> Thanks,
> Hiranya
>
>>
>> [1] - https://wso2.org/jira/browse/CARBON-5958
>> [2] - https://wso2.org/jira/browse/ESBJAVA-614
>>
>> On Sun, Jan 24, 2010 at 10:56 PM, Hiranya Jayathilaka 
>> wrote:
>>>
>>> Hi Heshan,
>>>
>>> On Sun, Jan 24, 2010 at 7:11 PM, Heshan Suriyaarachchi 
>>> wrote:
>>>>
>>>> Hi,
>>>>     I checked this[1] issue in already released ESB distributions and it
>>>> is there in wso2esb2.1.0, wso2esb2.1.1 and wso2esb2.1.2. Therefore this bug
>>>> was not introduced by the fix for [2], but it was there already.
>>>
>>> Please do comment on the JIRA itself explaining the situation. Also if
>>> this is not a regression caused by your recent patch, and if fixing it will
>>> take a lot of time, please consider reducing the priority of the issue and
>>> scheduling it to be fixed for the next release. May be we can include this
>>> in our docs as a known issue?
>>> Thanks,
>>> Hiranya
>>>>
>>>> [1] - https://wso2.org/jira/browse/CARBON-5958
>>>> [2] - https://wso2.org/jira/browse/ESBJAVA-614
>>>>
>>>> On Sun, Jan 24, 2010 at 12:31 PM, Heshan Suriyaarachchi
>>>>  wrote:
>>>>>
>>>>> Hi,
>>>>>  This blocker has come after the patch for [1] have been applied.
>>>>>
>>>>> [1] - https://wso2.org/jira/browse/ESBJAVA-614
>>>>>
>>>>> On Sun, Jan 24, 2010 at 12:16 PM, Evanthika Amarasiri
>>>>>  wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> We came across a blocking issue  [1] in the ESB pack and this needs to
>>>>>> be fixed for the release.
>>>>>>
>>>>>> [1] - https://wso2.org/jira/browse/CARBON-5958
>>>>>>
>>>>>> Thanks,
>>>>>> Evanthika
>>>>>>
>>>>>> On Sat, Jan 23, 2010 at 12:18 AM, Lahiru Gunathilake 
>>>>>> wrote:
>>>>>> > I will start the build, so make sure nobody commit to 2.0.3 branch.
>>>>>> > Lahiru
>>>>>> >
>>>>>> > On Fri, Jan 22, 2010 at 7:33 PM, Dimuthu Gamage 
>>>>>> > wrote:
>>>>>> >>
>>>>>> >> Hi Lahiru,
>>>>>> >>
>>>>>> >> Fixed the remote registry related blocker and the relevant
>>>>>> >> information on release note. You can go ahead with the build.
>>>>>> >>
>>>>>> >> Thanks
>>>>>> >> Dimuthu
>>>>>> >>
>>>>>> >> On Fri, Jan 22, 2010 at 7:00 PM, Dumindu Pallewela
>>>>>> >> 
>>>>>> >> wrote:
>>>>>> >> >
>>>>>> >> > On Fri, Jan 22, 2010 at 6:24 PM, Lahiru Gunathilake
>>>>>> >> > 
>>>>>> >> > wrote:
>>>>>> >> >>
>>>>>> >> >>
>>>>>> >> >> On Fri, Jan 22, 2010 at 5:31 PM, Krishantha Samaraweera
>>>>>> >> >>  wrote:
>>>>>> >> >>>
>>>>>> >> >>> Hi all,
>>>>>> >> >>>
>>>>>> >> >>> I got another issue with BAM + Oracle. Please see [1]
>>>>>> >> >>>
>>>>>> >> >>> Thanks,
>>>>>> >> >>> Krishantha.
>>>>>> >> >>>
>>>>>> >> >>> [1] https://wso2.org/jira/browse/BAM-19 - Act

Re: [Carbon-dev] Carbon 2.0.3 RC2 packs for Testing

2010-01-23 Thread Evanthika Amarasiri
Hi,

We came across a blocking issue  [1] in the ESB pack and this needs to
be fixed for the release.

[1] - https://wso2.org/jira/browse/CARBON-5958

Thanks,
Evanthika

On Sat, Jan 23, 2010 at 12:18 AM, Lahiru Gunathilake  wrote:
> I will start the build, so make sure nobody commit to 2.0.3 branch.
> Lahiru
>
> On Fri, Jan 22, 2010 at 7:33 PM, Dimuthu Gamage  wrote:
>>
>> Hi Lahiru,
>>
>> Fixed the remote registry related blocker and the relevant
>> information on release note. You can go ahead with the build.
>>
>> Thanks
>> Dimuthu
>>
>> On Fri, Jan 22, 2010 at 7:00 PM, Dumindu Pallewela 
>> wrote:
>> >
>> > On Fri, Jan 22, 2010 at 6:24 PM, Lahiru Gunathilake 
>> > wrote:
>> >>
>> >>
>> >> On Fri, Jan 22, 2010 at 5:31 PM, Krishantha Samaraweera
>> >>  wrote:
>> >>>
>> >>> Hi all,
>> >>>
>> >>> I got another issue with BAM + Oracle. Please see [1]
>> >>>
>> >>> Thanks,
>> >>> Krishantha.
>> >>>
>> >>> [1] https://wso2.org/jira/browse/BAM-19 - Activity stats not available
>> >>> with oracle. - ORA-00979: not a GROUP BY expression
>> >>
>> >> So I will hold the build, Dumindu please reply once you fix the issue.
>> >
>> > Lahiru,
>> >
>> > please go ahead with the build.
>> >
>> >  We'll have to fix this post-2.0.3 as it involves quite some work. Since
>> > activity id support is anyway experimental, we can have this as a known
>> > issue.
>> >
>> > Thanks,
>> > Dumindu.
>> >
>> > --
>> > Dumindu Pallewela
>> > WSO2 | "The Open Source SOA Company" | http://wso2.com
>> >
>> > ___
>> > Carbon-dev mailing list
>> > Carbon-dev@wso2.org
>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>> >
>> >
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
> --
> Lahiru Gunathilake
> Software Engineer - WSO2 Inc.
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 2.0.3 RC2 packs for Testing

2010-01-22 Thread Evanthika Amarasiri
Hi,

The 'Training' section should be removed from the README.txt of ESB
packs. Also the Support section should be updated with the new
content.

Thanks,
Evanthika



On Fri, Jan 22, 2010 at 2:15 PM, Ruwani Munasingha  wrote:
> In ESB doc, under content, in catalogs section, version need to be changed
> to 2.1.3
>
>
>
>
> On Fri, Jan 22, 2010 at 10:31 AM, Samisa Abeysinghe  wrote:
>>
>> Please note that the code remains frozen now, except for fixing blockers
>> and docs.
>> We are expecting to build final packs in about another 6 hours time.
>> Samisa...
>>
>> On Fri, Jan 22, 2010 at 9:21 AM, Lahiru Gunathilake 
>> wrote:
>>>
>>> Hi all,
>>> Please find the carbon 2.0.3 RC2 release packs in here [1] and qa-p2-repo
>>> at [2].
>>> [1]http://builder.wso2.org/~carbon/releases
>>> [2]http://builder.wso2.org/~carbon/releases/carbon/2.0.3/RC2/p2-repo/
>>> Regards
>>> Lahiru
>>>
>>> --
>>> Lahiru Gunathilake
>>> Software Engineer - WSO2 Inc.
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://www.wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Mediation stats - fault counts

2009-10-20 Thread Evanthika Amarasiri
Hi Samisa,

I think there is an issue with the fault count. When the service is deployed
on WSAS and when a SOAP fault is thrown from the service, the fault count is
not increased.

As you said when a single request is being sent, the total count gets
increased by 2. This as per Indika is the expected behavior. He once told me
that since the message is being sent from the Proxy Service/sequence twice
(in/out) the count is being displayed like this.

Thanks,
Evanthika

On Wed, Oct 21, 2009 at 10:51 AM, Samisa Abeysinghe  wrote:

>
>
> On Wed, Oct 21, 2009 at 10:45 AM, Samisa Abeysinghe wrote:
>
>> Evanthika,I notice that there seem to be an error in the counts sent
>> by the Synapse layer. It counts more than what I actually invoke from the
>> client.
>> Could you please verify this.
>>
>
> My testing using BAM publisher confirms that there is an error in the
> counts sent by Synapse. The clear logic does not seem to work in
> a consistent manner. However, since I am testing via BAM publisher, there is
> a chance that the actual bug is in my code. Can you please test this with
> other means and confirm that the counts are correct?
>
> Thanks,
> Samisa...
>
>
>>
>> Samisa...
>>
>> On Wed, Oct 21, 2009 at 10:12 AM, Evanthika Amarasiri > > wrote:
>>
>>> We have tested this Ruwan,
>>>
>>> For me, for sequences, endpoints and Proxy services, the Fault count is
>>> getting increased. In this scenario the fault it occurring since the service
>>> is down.
>>>
>>> Thanks,
>>> Evanthika
>>>
>>>
>>> On Wed, Oct 21, 2009 at 8:40 AM, Samisa Abeysinghe wrote:
>>>
>>>>
>>>>
>>>> On Wed, Oct 21, 2009 at 12:29 AM, Ruwan Linton  wrote:
>>>>
>>>>> Samisa Abeysinghe wrote:
>>>>> > It looks to me that faults counts from ESB stas are always zero. Even
>>>>> > through an endpoint or a proxy sends me a SOAP fault, it does not
>>>>> seem
>>>>> > that the fault stat gets updated properly. Have we tested this
>>>>> > scenario??? I just want to make sure that I am not mistaken here.
>>>>> I guess we have tested this, Evanthika?? Is this fault coming from the
>>>>> actual service, or generated by the ESB??
>>>>>
>>>>
>>>> Actual service hosted with WSAS. Is that not a fault with respect to
>>>> ESB?
>>>>
>>>> Samisa...
>>>>
>>>>
>>>>>
>>>>> Thanks,
>>>>> Ruwan
>>>>> >
>>>>> > Thanks,
>>>>> > Samisa...
>>>>> >
>>>>> > --
>>>>> > Samisa Abeysinghe
>>>>> > Director, Engineering - WSO2 Inc.
>>>>> >
>>>>> > http://www.wso2.com/ - "The Open Source SOA Company"
>>>>> >
>>>>> 
>>>>> >
>>>>> > ___
>>>>> > Carbon-dev mailing list
>>>>> > Carbon-dev@wso2.org
>>>>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>> >
>>>>>
>>>>>
>>>>> --
>>>>> Ruwan Linton
>>>>> Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
>>>>> WSO2 <http://wso2.org/esbWSO2> Inc.; http://wso2.org
>>>>> email: ru...@wso2.com; cell: +94 77 341 3097
>>>>> blog: http://blog.ruwan.org
>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Samisa Abeysinghe
>>>> Director, Engineering - WSO2 Inc.
>>>>
>>>> http://www.wso2.com/ - "The Open Source SOA Company"
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Samisa Abeysinghe
>> Director, Engineering - WSO2 Inc.
>>
>> http://www.wso2.com/ - "The Open Source SOA Company"
>>
>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering - WSO2 Inc.
>
> http://www.wso2.com/ - "The Open Source SOA Company"
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Mediation stats - fault counts

2009-10-20 Thread Evanthika Amarasiri
Hi Samisa,

I have deployed a service on WSAS and am trying out your scenario right now.

Thanks,
Evanthika

On Wed, Oct 21, 2009 at 10:45 AM, Samisa Abeysinghe  wrote:

> Evanthika,I notice that there seem to be an error in the counts sent
> by the Synapse layer. It counts more than what I actually invoke from the
> client.
> Could you please verify this.
>
> Samisa...
>
> On Wed, Oct 21, 2009 at 10:12 AM, Evanthika Amarasiri 
> wrote:
>
>> We have tested this Ruwan,
>>
>> For me, for sequences, endpoints and Proxy services, the Fault count is
>> getting increased. In this scenario the fault it occurring since the service
>> is down.
>>
>> Thanks,
>> Evanthika
>>
>>
>> On Wed, Oct 21, 2009 at 8:40 AM, Samisa Abeysinghe wrote:
>>
>>>
>>>
>>> On Wed, Oct 21, 2009 at 12:29 AM, Ruwan Linton  wrote:
>>>
>>>> Samisa Abeysinghe wrote:
>>>> > It looks to me that faults counts from ESB stas are always zero. Even
>>>> > through an endpoint or a proxy sends me a SOAP fault, it does not seem
>>>> > that the fault stat gets updated properly. Have we tested this
>>>> > scenario??? I just want to make sure that I am not mistaken here.
>>>> I guess we have tested this, Evanthika?? Is this fault coming from the
>>>> actual service, or generated by the ESB??
>>>>
>>>
>>> Actual service hosted with WSAS. Is that not a fault with respect to
>>> ESB?
>>>
>>> Samisa...
>>>
>>>
>>>>
>>>> Thanks,
>>>> Ruwan
>>>> >
>>>> > Thanks,
>>>> > Samisa...
>>>> >
>>>> > --
>>>> > Samisa Abeysinghe
>>>> > Director, Engineering - WSO2 Inc.
>>>> >
>>>> > http://www.wso2.com/ - "The Open Source SOA Company"
>>>> >
>>>> 
>>>> >
>>>> > ___
>>>> > Carbon-dev mailing list
>>>> > Carbon-dev@wso2.org
>>>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>> >
>>>>
>>>>
>>>> --
>>>> Ruwan Linton
>>>> Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
>>>> WSO2 <http://wso2.org/esbWSO2> Inc.; http://wso2.org
>>>> email: ru...@wso2.com; cell: +94 77 341 3097
>>>> blog: http://blog.ruwan.org
>>>>
>>>>
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>
>>>
>>>
>>> --
>>> Samisa Abeysinghe
>>> Director, Engineering - WSO2 Inc.
>>>
>>> http://www.wso2.com/ - "The Open Source SOA Company"
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering - WSO2 Inc.
>
> http://www.wso2.com/ - "The Open Source SOA Company"
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [jira] Created: (CARBON-5081) ESB - NullPointerException thrown when sending events to subscribers

2009-08-27 Thread Evanthika Amarasiri (JIRA)
ESB - NullPointerException thrown when sending events to subscribers


 Key: CARBON-5081
 URL: https://wso2.org/jira/browse/CARBON-5081
 Project: WSO2 Carbon
  Issue Type: Bug
  Components: Eventing
 Environment: Windows XP, JDL1.5.0_14, FF3
Reporter: Evanthika Amarasiri
Assignee: Hiranya Jayathilaka
Priority: High


When sending events to subscribers a NullPointerException is thrown

[2009-08-27 17:11:06,515] DEBUG - LogMediator Start : Log mediator
[2009-08-27 17:11:06,515]  INFO - LogMediator To: 
http://localhost:8281/services/EventingProxy, WSAction: urn:event, SOAPAction: 
urn:event, ReplyTo: http://www.w3.org/2005/08/addressing/none, MessageID: urn:u
uid:8D0DCACDC381A886961251373266409, Direction: request, Envelope: http://schemas.xmlsoap.org/soap/envelope/";>http://www.w3.org/2005/08/addressing";>http://apache.org/aip";>synapse/event/testhttp://localhost:8281/services/EventingProxyhttp://w
ww.w3.org/2005/08/addressing/noneurn:uuid:8D0DCACDC381A886961251373266409urn:eventhttp://services.samples";>

10.10
1000
GOOG


[2009-08-27 17:11:06,515] DEBUG - LogMediator End : Log mediator
[2009-08-27 17:11:06,515] DEBUG - EventPublisherMediator Mediation for Event 
Publisher started
[2009-08-27 17:11:06,515] DEBUG - SequenceMediator End : Sequence 

[2009-08-27 17:11:06,515] DEBUG - StatisticsRecord Start to reportForComponent 
statistics for : PublicEventSource
Exception in thread "SynapseWorker-1" java.lang.NullPointerException
at 
org.apache.synapse.eventing.filters.TopicBasedEventFilter.match(TopicBasedEventFilter.java:68)
at 
org.apache.synapse.eventing.managers.DefaultInMemorySubscriptionManager.getMatchingSubscriptions(DefaultInMemorySubscriptionManager.java:119)
at 
org.apache.synapse.eventing.SynapseEventSource$EventDispatcher.run(SynapseEventSource.java:197)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [jira] Updated: (CARBON-5080) ESB - Dead page displayed when saving a sequence with a Ruby script mediator when the required jars are not available in the classpath

2009-08-27 Thread Evanthika Amarasiri (JIRA)

 [ 
https://wso2.org/jira/browse/CARBON-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evanthika Amarasiri updated CARBON-5080:


Severity: Critical  (was: Blocker)
Priority: High  (was: Highest)

> ESB - Dead page displayed when saving a sequence with a Ruby script mediator 
> when the required jars are not available in the classpath
> --
>
> Key: CARBON-5080
> URL: https://wso2.org/jira/browse/CARBON-5080
> Project: WSO2 Carbon
>  Issue Type: Bug
>  Components: Mediators
> Environment: Windows XP, JDK1.5.0_14, FF3
>Reporter: Evanthika Amarasiri
>Assignee: Hiranya Jayathilaka
>Priority: High
>
> Steps to reproduce
> 1. Create a sequence with a Script mediator which has a Ruby script
> 2. Save the sequence. Make sure you do not have the jruby.jar in the class 
> path
> 3. When saving the sequence a dead page is displayed
>  Begin backtrace for Nested Throwables
> javax.servlet.ServletException: org.jruby.internal.runtime.GlobalVariables
>   at 
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858)
>   at 
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
>   at 
> org.apache.jsp.sequences.save_005fsequence_jsp._jspService(save_005fsequence_jsp.java:218)
>   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>   at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
>   at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>   at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:117)
>   at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:64)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>   at 
> org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
>   at 
> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
>   at 
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
>   at 
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>   at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:134)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>   at 
> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
>   at 
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
>   at 
> com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
>   at 
> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:606)
>   at 
> org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.include(RequestDispatcherAdaptor.java:37)
>   at 
> org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.include(ContextPathServletAdaptor.java:265)
>   at 
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
>   at 
> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:614)
>   at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:98)
>   at 
> org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
>   at 
> org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
>   at 
> org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
>   at 
> org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
>   at 
> org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
>   at 
> org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
>   at 
> org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
>   at 
> org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
>   at 
> org.apache.jsp.admin.layo

[Carbon-dev] [jira] Created: (CARBON-5080) ESB - Dead page displayed when saving a sequence with a Ruby script mediator when the required jars are not available in the classpath

2009-08-27 Thread Evanthika Amarasiri (JIRA)
ESB - Dead page displayed when saving a sequence with a Ruby script mediator 
when the required jars are not available in the classpath
--

 Key: CARBON-5080
 URL: https://wso2.org/jira/browse/CARBON-5080
 Project: WSO2 Carbon
  Issue Type: Bug
  Components: Mediators
 Environment: Windows XP, JDK1.5.0_14, FF3
Reporter: Evanthika Amarasiri
Assignee: Hiranya Jayathilaka
Priority: Highest


Steps to reproduce

1. Create a sequence with a Script mediator which has a Ruby script
2. Save the sequence. Make sure you do not have the jruby.jar in the class path
3. When saving the sequence a dead page is displayed


 Begin backtrace for Nested Throwables
javax.servlet.ServletException: org.jruby.internal.runtime.GlobalVariables
at 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858)
at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
at 
org.apache.jsp.sequences.save_005fsequence_jsp._jspService(save_005fsequence_jsp.java:218)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:117)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:64)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at 
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
at 
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:134)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at 
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at 
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:606)
at 
org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.include(RequestDispatcherAdaptor.java:37)
at 
org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.include(ContextPathServletAdaptor.java:265)
at 
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
at 
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:614)
at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:98)
at 
org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
at 
org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
at 
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
at 
org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
at 
org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
at 
org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
at 
org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
at 
org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
at 
org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_insertAttribute_7(template_jsp.java:395)
at 
org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:146)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856

[Carbon-dev] [jira] Updated: (CARBON-5078) ESB - Xquery mediator properties specified as expressions lost after updating the mediator if no values are provided for the field 'Value / Expression'

2009-08-26 Thread Evanthika Amarasiri (JIRA)

 [ 
https://wso2.org/jira/browse/CARBON-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evanthika Amarasiri updated CARBON-5078:


 Summary: ESB - Xquery mediator properties specified as expressions lost 
after updating the mediator if no values are provided for the field 'Value / 
Expression'  (was: ESB - Xquery mediator properties specified as expressions 
lost after updating the mediator)
Severity: Critical  (was: Blocker)

> ESB - Xquery mediator properties specified as expressions lost after updating 
> the mediator if no values are provided for the field 'Value / Expression'
> ---
>
> Key: CARBON-5078
> URL: https://wso2.org/jira/browse/CARBON-5078
> Project: WSO2 Carbon
>  Issue Type: Bug
>  Components: Mediators UI
> Environment: Windows XP, JDK1.5.0_14, FF3
>Reporter: Evanthika Amarasiri
>Assignee: Supun Kamburugamuva
>Priority: Highest
>
> Steps to reproduce
> 1. Create a sequence with an Xquery mediator
> 2. Specify properties as expressions
> 3. Update the mediator
> 4. The property type has changed to 'Value' and the values specified for the 
> expression are lost

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [jira] Created: (CARBON-5078) ESB - Xquery mediator properties specified as expressions lost after updating the mediator

2009-08-26 Thread Evanthika Amarasiri (JIRA)
ESB - Xquery mediator properties specified as expressions lost after updating 
the mediator
--

 Key: CARBON-5078
 URL: https://wso2.org/jira/browse/CARBON-5078
 Project: WSO2 Carbon
  Issue Type: Bug
  Components: Mediators UI
 Environment: Windows XP, JDK1.5.0_14, FF3
Reporter: Evanthika Amarasiri
Assignee: Supun Kamburugamuva
Priority: Highest


Steps to reproduce

1. Create a sequence with an Xquery mediator
2. Specify properties as expressions
3. Update the mediator
4. The property type has changed to 'Value' and the values specified for the 
expression are lost

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [jira] Created: (CARBON-5077) ESB - SynapseTaskException throw when rescheduling tasks

2009-08-26 Thread Evanthika Amarasiri (JIRA)
ESB - SynapseTaskException throw when rescheduling tasks


 Key: CARBON-5077
 URL: https://wso2.org/jira/browse/CARBON-5077
 Project: WSO2 Carbon
  Issue Type: Bug
  Components: Scheduled Tasks
 Environment: Windows XP, JDK1.5.0_14, FF3
Reporter: Evanthika Amarasiri
Assignee: indika kumara
Priority: Highest


Steps to reproduce

1. Create a Task and save
2. Edit the Task and click on 'Schedule' to reschedule the task.
3. A dead page is displayed and the following exception is thrown on the Carbon 
console

Message ID : urn:uuid:D1ED679EE70D9CB4C18228613018475508904625]
[8/27/09 11:13:44:556 LKT] 0083 SystemOut O [2009-08-27 11:13:44,556] 
DEBUG - SynapseCallbackReceiver Callback added. Total callbacks waiting for : 2
[8/27/09 11:13:44:743 LKT] 002f SRTServletRes W   WARNING: Cannot set 
status. Response already committed.
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskDescriptionFactory Creating SimpleQuartz Task
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskDescriptionRepository Removing a TaskDescription with name : 
CheckPrice
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskDescriptionRepository Removed TaskDescription : [Task Description [ 
Name : CheckPrice ][ClassName : 
org.apache.synapse.startup.tasks.MessageInjector ] ]
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - SimpleQuartzFactory Creating SimpleQuartz Task
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskDescriptionFactory Creating SimpleQuartz Task
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskDescriptionRepository Storing a TaskDescription : [Task Description 
[ Name : CheckPrice ][ClassName : 
org.apache.synapse.startup.tasks.MessageInjector ] ]
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - SimpleQuartz Synapse server name : localhost
[8/27/09 11:13:44:962 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
DEBUG - TaskScheduler scheduling job : JobDetail 
'synapse.simple.quartz.CheckPrice':  jobClass: 
'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false 
isVolatile: false isDurable: false requestsRecovers: false with trigger Trigger 
'synapse.simple.quartz.CheckPrice-trigger--4345899824879450636':  triggerClass: 
'org.quartz.SimpleTrigger isVolatile: true calendar: 'null' misfireInstruction: 
0 nextFireTime: null
[8/27/09 11:13:44:977 LKT] 0043 SystemOut O [2009-08-27 11:13:44,962] 
FATAL - SimpleQuartz Error starting up Scheduler : Error scheduling job : 
JobDetail 'synapse.simple.quartz.CheckPrice':  jobClass: 
'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false 
isVolatile: false isDurable: false requestsRecovers: false with trigger Trigger 
'synapse.simple.quartz.CheckPrice-trigger--4345899824879450636':  triggerClass: 
'org.quartz.SimpleTrigger isVolatile: true calendar: 'null' misfireInstruction: 
0 nextFireTime: Thu Aug 27 11:13:44 LKT 2009
org.apache.synapse.task.SynapseTaskException: Error scheduling job : JobDetail 
'synapse.simple.quartz.CheckPrice':  jobClass: 
'org.apache.synapse.startup.quartz.SimpleQuartzJob isStateful: false 
isVolatile: false isDurable: false requestsRecovers: false with trigger Trigger 
'synapse.simple.quartz.CheckPrice-trigger--4345899824879450636':  triggerClass: 
'org.quartz.SimpleTrigger isVolatile: true calendar: 'null' misfireInstruction: 
0 nextFireTime: Thu Aug 27 11:13:44 LKT 2009
at 
org.apache.synapse.task.TaskScheduler.scheduleTask(TaskScheduler.java:208)
at 
org.apache.synapse.startup.quartz.SimpleQuartz.init(SimpleQuartz.java:147)
at 
org.wso2.carbon.startup.StartupManager.addStartup(StartupManager.java:76)
at 
org.wso2.carbon.startup.StartupAdminService.addTaskDescription(StartupAdminService.java:55)
at 
org.wso2.carbon.startup.StartupAdminService.editTaskDescription(StartupAdminService.java:70)
at 
org.wso2.carbon.task.TaskManagementServiceHandler.editTaskDescription(TaskManagementServiceHandler.java:78)
at 
org.wso2.carbon.task.TaskManager.editTaskDescription(TaskManager.java:120)
at 
org.wso2.carbon.task.CarbonTaskManagementService.editTaskDescription(CarbonTaskManagementService.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect