Re: [Dev] WSO2 Committers += Asanthi Kulasinghe

2016-01-13 Thread Nayomi Dayarathne
Congratulations..:)
Nayomi Dayarathne
Software Engineer-QA
Mobile : +94 (0) 775246619
nay...@wso2.com


On Wed, Jan 13, 2016 at 2:42 PM, Nadeesha Meegoda <nadees...@wso2.com> wrote:
> Congratulations!
>
> On Wed, Jan 13, 2016 at 1:49 PM, Jason De Silva <jas...@wso2.com> wrote:
>>
>> Congrats Kaushi!!!
>>
>> On Wed, Jan 13, 2016 at 1:47 PM, Chalitha Waldeniyage <chali...@wso2.com>
>> wrote:
>>>
>>> Congratulations !!! Kaushi
>>>
>>> On Wed, Jan 13, 2016 at 1:43 PM, Chankami Maddumage <chank...@wso2.com>
>>> wrote:
>>>>
>>>> Congrats Kawshy :)
>>>>
>>>> On Wed, Jan 13, 2016 at 1:31 PM, Yasassri Ratnayake <yasas...@wso2.com>
>>>> wrote:
>>>>>
>>>>> Congrats Asanthi!! :)
>>>>>
>>>>> On Wed, Jan 13, 2016 at 12:25 PM, Dilini Gunatilake <dili...@wso2.com>
>>>>> wrote:
>>>>>>
>>>>>> Congrats Kaushi!!!
>>>>>>
>>>>>> On Wed, Jan 13, 2016 at 12:20 PM, Aparna Karunarathna
>>>>>> <apa...@wso2.com> wrote:
>>>>>>>
>>>>>>> Hi All,
>>>>>>>
>>>>>>> It's my pleasure to announce Asanthi Kulasinghe as a WSO2 Committer.
>>>>>>> Asanthi is an active member of QA team and has given a great 
>>>>>>> contribution to
>>>>>>> API Manager, App Manager,  ESB product releases and API Manager, ESB 
>>>>>>> service
>>>>>>> packs.
>>>>>>>
>>>>>>> Congratulations Asanthi and keep up the good work...!
>>>>>>>
>>>>>>> --
>>>>>>> Regards,
>>>>>>> Aparna Karunarathna.
>>>>>>> Associate Technical Lead - QA
>>>>>>> WSO2 Inc.
>>>>>>> Mobile: 0714002533
>>>>>>>
>>>>>>> ___
>>>>>>> Dev mailing list
>>>>>>> Dev@wso2.org
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Dilini Gunatilake
>>>>>> Software Engineer - QA Team
>>>>>> Mobile : +94 (0) 771 162518
>>>>>> dili...@wso2.com
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Yasassri Ratnayake
>>>>> Software Engineer - QA
>>>>> WSO2 Inc ; http://wso2.com
>>>>> lean.enterprise.middleware
>>>>> Mobile : +94715933168
>>>>> Blogs : http://yasassriratnayake.blogspot.com
>>>>> http://wso2logs.blogspot.com
>>>>>
>>>>> ___
>>>>> Dev mailing list
>>>>> Dev@wso2.org
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards ,
>>>>
>>>> Chankami Maddumage
>>>> Software Engineer - QA Team
>>>> WSO2 Inc; http://www.wso2.com/.
>>>> Mobile: +94 (0) 770 030 469
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>
>>>
>>>
>>> --
>>> Chalitha Maheshwari
>>> Software Engineer-QA,
>>> WSO2 Inc.
>>>
>>> E-mail: chali...@wso2.com
>>> Mobile: +94710 411 112
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>>
>>
>> --
>> Jason De Silva
>> Software Engineer - QA
>> Mobile: +94 (0) 772 097 678
>> Email: jas...@wso2.com
>> WSO2 Inc. www.wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
>
> --
> Nadeesha Meegoda
> Software Engineer - QA
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> email : nadees...@wso2.com
> mobile: +94783639540
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DSS] dss 3.5.0 Error when sending thousands of requests using request box.

2015-12-06 Thread Nayomi Dayarathne
Hi Iqbal,

According to my understanding you can overcome this by setting up a higher
limit on number of open-cursors in the oracle database (can use command ->
ALTER SYSTEM SET OPEN_CURSORS=1337 SID='*' SCOPE=BOTH;). If that does not
solve the problem, then the cause might be with the code that it does not
close the open cursors properly.Then it should be fixed with the code in
DSS.In order to get more information about fixing this, refer [1] and [2].

[1].
http://stackoverflow.com/questions/12192592/java-sql-sqlexception-ora-01000-maximum-open-cursors-exceeded.
[2].
https://docs.oracle.com/cd/E40329_01/admin.1112/e27149/cursor.htm#OMADM5352.

Regards,

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Sun, Dec 6, 2015 at 12:43 AM, Irham Iqbal <iq...@wso2.com> wrote:

> Hi,
>
> I am using request box to send multiple requests as a single request to
> dss. In that there are some request same type of requests[1] .In my
> scenario I need to send thousands of above those in one request. When I am
> sending thousands of those in a single request I am getting an
> exception[2]. It says maximum open cursors exceeded. any idea on this ?
>
> Thanks,
> Iqbal
>
> [1] 
>
>   Iqbal
>
>  
>
>  
>
>  John
>
>  
>
>  
>
>  Robart
>
>   
>
> [2] TID: [-1234] [] [2015-12-05 18:59:22,741] ERROR
> {org.wso2.carbon.dataservices.core.description.query.SQLQuery} -
> ORA-01000: maximum open cursors exceeded_ (Sanitized)
> {org.wso2.carbon.dataservices.core.description.query.SQLQuery}
>
> java.sql.SQLException: ORA-01000: maximum open cursors exceeded
>
>
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
>
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
>
> at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
>
> at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
>
> at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
>
> at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
>
> at
> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
>
> at
> oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1046)
>
> at
> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336)
>
> at
> oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3613)
>
> at
> oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3694)
>
> at
> oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1354)
>
> at
> org.wso2.carbon.dataservices.core.description.query.SQLQuery.processPreNormalQuery(SQLQuery.java:753)
>
> at
> org.wso2.carbon.dataservices.core.description.query.SQLQuery.runPreQuery(SQLQuery.java:2132)
>
> at
> org.wso2.carbon.dataservices.core.description.query.Query.execute(Query.java:285)
>
> at
> org.wso2.carbon.dataservices.core.engine.CallQuery.executeElement(CallQuery.java:286)
>
> at
> org.wso2.carbon.dataservices.core.engine.OutputElement.execute(OutputElement.java:89)
>
> at
> org.wso2.carbon.dataservices.core.description.operation.Operation.execute(Operation.java:61)
>
> at
> org.wso2.carbon.dataservices.core.engine.DataService.invoke(DataService.java:583)
>
> at
> org.wso2.carbon.dataservices.core.engine.DSOMDataSource.execute(DSOMDataSource.java:96)
>
> at
> org.wso2.carbon.dataservices.core.engine.DSOMDataSource.serialize(DSOMDataSource.java:107)
>
> at
> org.wso2.carbon.dataservices.core.engine.DSOMDataSource.executeInOnly(DSOMDataSource.java:80)
>
> at
> org.wso2.carbon.dataservices.core.dispatch.SingleDataServiceRequest.processSingleRequest(SingleDataServiceRequest.java:116)
>
> at
> org.wso2.carbon.dataservices.core.dispatch.SingleDataServiceRequest.processRequest(SingleDataServiceRequest.java:67)
>
> at
> org.wso2.carbon.dataservices.core.dispatch.DataServiceRequest.dispatch(DataServiceRequest.java:344)
>
> at
> org.wso2.carbon.dataservices.core.boxcarring.RequestBox.execute(RequestBox.java:66)
>
> at
> org.wso2.carbon.dataservices.core.dispatch.RequestBoxRequest.processRequest(RequestBoxRequest.java:70)
>
> at
> org.wso2.carbon.dataservices.core.dispatch.DataServiceRequest.dispatch(DataServiceRequest.java:344)
>
> at
> org.wso2.carbon.dataservices.core.DataServiceProcessor.dispatch(DataServiceProcessor.java:41)
>
> at
> org.wso2.carbon.dataservices.core.DBInOutMessageReceiver.invokeBusinessLogic(DBInOutMessageReceiver.java:52)
>
> at
> org.apache.axis2.receivers.AbstractInOut

Re: [Dev] WSO2 DAS 3.0.0 issue: failed to get records from table

2015-11-11 Thread Nayomi Dayarathne
Hi Jorge,

DAS does not require hadoop binary installation.But it's analytics
framework depends on apache hadoop.Please go through the following link [1]
for DAS installation on windows.So that you can make sure that the cause of
the error is due to your configuration issues or not.Also, make sure you
have downloaded the product without missing any files too.

[1].https://docs.wso2.com/display/DAS300/Installing+on+Windows

Thanks.


Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Wed, Nov 11, 2015 at 7:56 PM, Jorge Infante <isildur...@gmail.com> wrote:

> Hi Nayomi.
>
> In my SO, windows8, I have not installed hadoop. The Hadoop binary
> installation is a requirement for DAS 3.0.0?
>
> Thanks for your answer,
>  Jorge.
>
> -Mensaje original-
> De: Nayomi Dayarathne [mailto:nay...@wso2.com]
> Enviado el: lunes, 9 de noviembre de 2015 9:45
> Para: Jorge <isildur...@gmail.com>
> CC: Niranda Perera <nira...@wso2.com>; WSO2 Developers' List <dev@wso2.org
> >
> Asunto: Re: [Dev] WSO2 DAS 3.0.0 issue: failed to get records from table
>
> Hi Jorge,
>
> I would like to add a comment about one of the errors[1] you have
> mentioned in your mail.
>
> [1] TID: [-1234] [] [2015-11-03 18:36:55,956] ERROR
> {org.apache.hadoop.util.Shell} -  Failed to locate the winutils binary in
> the hadoop binary path {org.apache.hadoop.util.Shell}
> java.io.IOException: Could not locate executable null\bin\winutils.exe in
> the Hadoop binaries.
>
> Above error is related to Hadoop.The error says some files that required
> for hadoop to run on your OS are missing.According to what i have found out
> about this, if you are using binary distribution of Apache Hadoop 2.2.0 on
> windows environment, this issue arises.
> Please go through the below post[2] to find out more about this error.
>
> [2]
> http://blog.intelligencecomputing.io/big_data/13878/repost-error-util-shell-failed-to-locate-the-winutils-binary-in-the-hadoop-binary-path
>
>
> Regards,
> Nayomi
> Nayomi Dayarathne
> Software Engineer-QA
> Mobile : +94 (0) 775246619
> nay...@wso2.com
>
>
> On Mon, Nov 9, 2015 at 6:57 PM, Jorge <isildur...@gmail.com> wrote:
> > Hi Niranda, any idea about this issue?
> >
> > Regards,
> >Jorge.
> >
> > 2015-11-03 19:43 GMT-05:00 Jorge <isildur...@gmail.com>:
> >>
> >> Hi Niranda,
> >> I try with this query:  SELECT COUNT(temp) FROM
> >> temperaturasfechadesagregada
> >>
> >> And the result = 20596
> >>
> >> Attached the log with the errors and warnings, the main issues:
> >>
> >> The errors:
> >>
> >> TID: [-1234] [] [2015-11-03 18:36:55,956] ERROR
> >> {org.apache.hadoop.util.Shell} -  Failed to locate the winutils
> >> binary in the hadoop binary path {org.apache.hadoop.util.Shell}
> >> java.io.IOException: Could not locate executable
> >> null\bin\winutils.exe in the Hadoop binaries.
> >>
> >> TID: [-1234] [] [2015-11-03 18:40:15,960]  INFO
> >> {org.apache.axis2.transport.http.HTTPSender} -  Unable to sendViaPost
> >> to url[https://169.254.56.94:9443/services/AnalyticsWebService]
> >> {org.apache.axis2.transport.http.HTTPSender}
> >> java.net.SocketTimeoutException: Read timed out
> >> at java.net.SocketInputStream.socketRead0(Native Method)
> >> at java.net.SocketInputStream.read(SocketInputStream.java:150)
> >> at java.net.SocketInputStream.read(SocketInputStream.java:121)
> >> at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
> >> at sun.security.ssl.InputRecord.read(InputRecord.java:480)
> >> at
> >> sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
> >> at
> >> sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
> >> at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
> >> at
> java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
> >> at
> java.io.BufferedInputStream.read(BufferedInputStream.java:254)
> >> at
> >> org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
> >> at
> >> org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
> >> at
> >>
> org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
> >

Re: [Dev] WSO2 DAS 3.0.0 issue: failed to get records from table

2015-11-09 Thread Nayomi Dayarathne
Hi Jorge,

I would like to add a comment about one of the errors[1] you have
mentioned in your mail.

[1] TID: [-1234] [] [2015-11-03 18:36:55,956] ERROR
{org.apache.hadoop.util.Shell} -  Failed to locate the winutils binary
in the hadoop binary path {org.apache.hadoop.util.Shell}
java.io.IOException: Could not locate executable null\bin\winutils.exe
in the Hadoop binaries.

Above error is related to Hadoop.The error says some files that
required for hadoop to run on your OS are missing.According to what i
have found out about this, if you are using binary distribution of
Apache Hadoop 2.2.0 on windows environment, this issue arises.
Please go through the below post[2] to find out more about this error.

[2]http://blog.intelligencecomputing.io/big_data/13878/repost-error-util-shell-failed-to-locate-the-winutils-binary-in-the-hadoop-binary-path


Regards,
Nayomi
Nayomi Dayarathne
Software Engineer-QA
Mobile : +94 (0) 775246619
nay...@wso2.com


On Mon, Nov 9, 2015 at 6:57 PM, Jorge <isildur...@gmail.com> wrote:
> Hi Niranda, any idea about this issue?
>
> Regards,
>Jorge.
>
> 2015-11-03 19:43 GMT-05:00 Jorge <isildur...@gmail.com>:
>>
>> Hi Niranda,
>> I try with this query:  SELECT COUNT(temp) FROM
>> temperaturasfechadesagregada
>>
>> And the result = 20596
>>
>> Attached the log with the errors and warnings, the main issues:
>>
>> The errors:
>>
>> TID: [-1234] [] [2015-11-03 18:36:55,956] ERROR
>> {org.apache.hadoop.util.Shell} -  Failed to locate the winutils binary
>> in the hadoop binary path {org.apache.hadoop.util.Shell}
>> java.io.IOException: Could not locate executable null\bin\winutils.exe
>> in the Hadoop binaries.
>>
>> TID: [-1234] [] [2015-11-03 18:40:15,960]  INFO
>> {org.apache.axis2.transport.http.HTTPSender} -  Unable to sendViaPost
>> to url[https://169.254.56.94:9443/services/AnalyticsWebService]
>> {org.apache.axis2.transport.http.HTTPSender}
>> java.net.SocketTimeoutException: Read timed out
>> at java.net.SocketInputStream.socketRead0(Native Method)
>> at java.net.SocketInputStream.read(SocketInputStream.java:150)
>> at java.net.SocketInputStream.read(SocketInputStream.java:121)
>> at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
>> at sun.security.ssl.InputRecord.read(InputRecord.java:480)
>> at
>> sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
>> at
>> sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
>> at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
>> at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
>> at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
>> at
>> org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
>> at
>> org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
>> at
>> org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
>> at
>> org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
>> at
>> org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
>> at
>> org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
>> at
>> org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
>> at
>> org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
>> at
>> org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
>> at
>> org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
>> at
>> org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:630)
>> at
>> org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
>> at
>> org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
>> at
>> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
>> at
>> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
>> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
>> at
>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
>> at
>> org.apache.axis2.description.OutInA

Re: [Dev] Couldn't change admin password through UI - ESB 4.8.1

2015-11-05 Thread Nayomi Dayarathne
Hi Iqbal,

This is an issue and it was reported in JIRA[1]. Please reopen the JIRA[1]
since the issue is still there.

[1].https://wso2.org/jira/browse/IDENTITY-2018

Regards,
Nayomi

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Thu, Nov 5, 2015 at 3:36 PM, Shavantha Weerasinghe <shavan...@wso2.com>
wrote:

> Hi Irham
>
> Any user who change his own password should know the current password but
> if that user changes another users password he would not know that users
> current password as a result when changing is own password he has to enter
> the current password
>
> regards,
>
> Shavantha Weerasinghe
> Senior Software Engineer QA
> WSO2, Inc.
> lean.enterprise.middleware.
> http://wso2.com
> http://wso2.org
> Tel : 94 11 214 5345
> Fax :94 11 2145300
>
>
> On Mon, Nov 2, 2015 at 10:35 AM, Irham Iqbal <iq...@wso2.com> wrote:
>
>> Hi,
>>
>> In ESB 4.8.1 when trying to change admin password through UI I am getting
>> an error message saying "Could not change password of admin. Error is:
>> An attempt to change password with out providing old password". But for
>> other users it's working fine Any idea on this ?
>>
>> Thanks,
>> Iqbal
>>
>> --
>> Irham Iqbal
>> Software Engineer - Test Automation
>> WSO2, Inc.: http://wso2.com
>> lean. enterprise. middleware
>> phone: +94 777888452
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Authentication issue in accessing analytics JS API in DAS

2015-10-26 Thread Nayomi Dayarathne
Hi Malith,

The solution that has given in the document[1] is working(only when the
client is inside the DAS server). Thanks for the help.

Hi DAS team,

The purpose of providing an API is not satisfying by the given solution in
the document[1]. Therefore, given the current state, a client cannot access
the JS API in DAS due to authentication issue and it is not resolved
yet.Reported a JIRA[2] on this.

[1] https://docs.wso2.com/display/DAS300/Analytics+JavaScript+%28JS%29+API
[2] https://wso2.org/jira/browse/DAS-305


Regards,

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Mon, Oct 26, 2015 at 11:01 AM, Malith Dhanushka <mal...@wso2.com> wrote:

> Hi Nayomi,
>
> I have tested this scenario and identified there is a limitation where
> authentication header is not getting passed in cross domain context.
> Updated documentation accordingly.[1]
>
> [1] https://docs.wso2.com/display/DAS300/Analytics+JavaScript+%28JS%29+API
>
> Thanks,
> Malith
>
>
> On Mon, Oct 26, 2015 at 10:32 AM, Nayomi Dayarathne <nay...@wso2.com>
> wrote:
>
>> Hi  Anjana,
>>
>>
>> We could not complete JS API testings due to unavailability of a working
>> reference to it.The solution dunith gave also didn't work and we did try
>> testings with malith as well.
>>
>> Information has given in documents also not completed.Hence has reported
>> following doc JIRA [1],[2].
>>
>> [1]https://wso2.org/jira/browse/DOCUMENTATION-2605
>> [2]https://wso2.org/jira/browse/DOCUMENTATION-2614
>>
>> Please do advice on this.
>>
>>
>>
>> Nayomi Dayarathne
>>
>> *Software Engineer-QA*
>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>
>> *nay...@wso2.com <nay...@wso2.com>*
>>
>> On Fri, Oct 23, 2015 at 11:48 AM, Dunith Dhanushka <dun...@wso2.com>
>> wrote:
>>
>>> Hi Nayomi,
>>>
>>> Can you try following steps after adding * to cors.allowed.origins?
>>>
>>> 1. Upload analytics-client folder to a web server. You can simply use a
>>> Python server for this purpose [1].
>>>
>>> 2. Edit
>>> /repository/deployment/server/webapps/analytics/WEB-INF/
>>> web.xml fileand put * to allowed origins list.
>>>
>>> 3. Invokde http://:/analytics-client/index.html
>>>
>>>
>>>
>>> [1] https://docs.python.org/2/library/simplehttpserver.html
>>>
>>> On Fri, Oct 23, 2015 at 11:28 AM, Nayomi Dayarathne <nay...@wso2.com>
>>> wrote:
>>>
>>>> Kind reminder.
>>>>
>>>> Nayomi Dayarathne
>>>>
>>>> *Software Engineer-QA*
>>>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>>>
>>>> *nay...@wso2.com <nay...@wso2.com>*
>>>>
>>>> On Wed, Oct 21, 2015 at 6:52 PM, Nayomi Dayarathne <nay...@wso2.com>
>>>> wrote:
>>>>
>>>>> Hi Gimantha,
>>>>>
>>>>>
>>>>> As the per the current JS API implementation, it was not allowed to
>>>>> access Analytics JS API of DAS due to authentication issue and got the
>>>>> following authentication warnings when we debug the java script we have
>>>>> written using fire bug.
>>>>>
>>>>> *This site makes use of a SHA-1 Certificate; it's recommended you use
>>>>> certificates with signature algorithms that use hash functions stronger
>>>>> than SHA-1.*
>>>>> *Cross-Origin Request Blocked: The Same Origin Policy disallows
>>>>> reading the remote resource at
>>>>> https://localhost:9443/portal/apis/analytics?type=9
>>>>> <https://localhost:9443/portal/apis/analytics?type=9>. (Reason: CORS 
>>>>> header
>>>>> 'Access-Control-Allow-Origin' missing).*
>>>>> *Cross-Origin Request Blocked: The Same Origin Policy disallows
>>>>> reading the remote resource at
>>>>> https://localhost:9443/portal/apis/analytics?type=9
>>>>> <https://localhost:9443/portal/apis/analytics?type=9>. (Reason: CORS
>>>>> request failed).*
>>>>>
>>>>> We have tried this scenario locally.And CORS settings has also added
>>>>> to the
>>>>> /repository/deployment/server/webapps/analytics/WEB-INF/
>>>>> web.xml file
>>>>>
>>>>> I have attached the relevant client files that we used to try this
>>>>> scenario, here with.
>>>>>
>>>>> Could you please provide the necessary and correct information to
>>>>> perform this properly?
>>>>>
>>>>> Regards,
>>>>>
>>>>>
>>>>> Nayomi Dayarathne
>>>>>
>>>>> *Software Engineer-QA*
>>>>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>>>>
>>>>> *nay...@wso2.com <nay...@wso2.com>*
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Dunith Dhanushka,
>>> Senior Software Engineer
>>> WSO2 Inc,
>>>
>>> Mobile - +94 71 8615744
>>> Blog - dunithd.wordpress.com <http://blog.dunith.com>
>>> Twitter - @dunithd <http://twitter.com/dunithd>
>>>
>>
>>
>
>
> --
> Malith Dhanushka
> Senior Software Engineer - Data Technologies
> *WSO2, Inc. : wso2.com <http://wso2.com/>*
> *Mobile*  : +94 716 506 693
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Authentication issue in accessing analytics JS API in DAS

2015-10-25 Thread Nayomi Dayarathne
Hi  Anjana,


We could not complete JS API testings due to unavailability of a working
reference to it.The solution dunith gave also didn't work and we did try
testings with malith as well.

Information has given in documents also not completed.Hence has reported
following doc JIRA [1],[2].

[1]https://wso2.org/jira/browse/DOCUMENTATION-2605
[2]https://wso2.org/jira/browse/DOCUMENTATION-2614

Please do advice on this.



Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Fri, Oct 23, 2015 at 11:48 AM, Dunith Dhanushka <dun...@wso2.com> wrote:

> Hi Nayomi,
>
> Can you try following steps after adding * to cors.allowed.origins?
>
> 1. Upload analytics-client folder to a web server. You can simply use a
> Python server for this purpose [1].
>
> 2. Edit /repository/deployment/server/webapps/analytics/WEB-INF/
> web.xml fileand put * to allowed origins list.
>
> 3. Invokde http://:/analytics-client/index.html
>
>
>
> [1] https://docs.python.org/2/library/simplehttpserver.html
>
> On Fri, Oct 23, 2015 at 11:28 AM, Nayomi Dayarathne <nay...@wso2.com>
> wrote:
>
>> Kind reminder.
>>
>> Nayomi Dayarathne
>>
>> *Software Engineer-QA*
>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>
>> *nay...@wso2.com <nay...@wso2.com>*
>>
>> On Wed, Oct 21, 2015 at 6:52 PM, Nayomi Dayarathne <nay...@wso2.com>
>> wrote:
>>
>>> Hi Gimantha,
>>>
>>>
>>> As the per the current JS API implementation, it was not allowed to
>>> access Analytics JS API of DAS due to authentication issue and got the
>>> following authentication warnings when we debug the java script we have
>>> written using fire bug.
>>>
>>> *This site makes use of a SHA-1 Certificate; it's recommended you use
>>> certificates with signature algorithms that use hash functions stronger
>>> than SHA-1.*
>>> *Cross-Origin Request Blocked: The Same Origin Policy disallows reading
>>> the remote resource at https://localhost:9443/portal/apis/analytics?type=9
>>> <https://localhost:9443/portal/apis/analytics?type=9>. (Reason: CORS header
>>> 'Access-Control-Allow-Origin' missing).*
>>> *Cross-Origin Request Blocked: The Same Origin Policy disallows reading
>>> the remote resource at https://localhost:9443/portal/apis/analytics?type=9
>>> <https://localhost:9443/portal/apis/analytics?type=9>. (Reason: CORS
>>> request failed).*
>>>
>>> We have tried this scenario locally.And CORS settings has also added to
>>> the
>>> /repository/deployment/server/webapps/analytics/WEB-INF/
>>> web.xml file
>>>
>>> I have attached the relevant client files that we used to try this
>>> scenario, here with.
>>>
>>> Could you please provide the necessary and correct information to
>>> perform this properly?
>>>
>>> Regards,
>>>
>>>
>>> Nayomi Dayarathne
>>>
>>> *Software Engineer-QA*
>>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>>
>>> *nay...@wso2.com <nay...@wso2.com>*
>>>
>>
>>
>
>
> --
> Regards,
>
> Dunith Dhanushka,
> Senior Software Engineer
> WSO2 Inc,
>
> Mobile - +94 71 8615744
> Blog - dunithd.wordpress.com <http://blog.dunith.com>
> Twitter - @dunithd <http://twitter.com/dunithd>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Document issues in DAS

2015-10-22 Thread Nayomi Dayarathne
Hi Documentation team,

We would appreciate if you can update the following documents as soon as
possible.

1.Sections under analytics javascript (JS) ApI.
2.Sections under REST API for analytics data service.

We have noticed that the several contents are not valid and missing under
above sections.

Therefore, we have already created following JIRAs regarding these.

[1]https://wso2.org/jira/browse/DOCUMENTATION-2605
[2]https://wso2.org/jira/browse/DOCUMENTATION-2614
[3]https://wso2.org/jira/browse/DOCUMENTATION-2604
<https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FDOCUMENTATION-2604=D=1=AFQjCNF7gPQ5ZZjcJykHvoEZB4RfJabHRg>
[4]https://wso2.org/jira/browse/DOCUMENTATION-2600
<https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FDOCUMENTATION-2600=D=1=AFQjCNGtn4vO1X0gYe6vqV0coUgyFd-OdA>
[5]https://wso2.org/jira/browse/DOCUMENTATION-2604
<https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FDOCUMENTATION-2604=D=1=AFQjCNF7gPQ5ZZjcJykHvoEZB4RfJabHRg>
[6]https://wso2.org/jira/browse/DOCUMENTATION-2599
<https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FDOCUMENTATION-2599=D=1=AFQjCNFkTU2cLCGRYotcLaGqZf3NGKBgLg>
[7]https://wso2.org/jira/browse/DOCUMENTATION-2568
<https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FDOCUMENTATION-2568%27=D=1=AFQjCNHlVLvXE2QPzdOI2PvWbmU80U8jlg>


Regards,


Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Clarifications on command in DAS analytic migration tool

2015-10-21 Thread Nayomi Dayarathne
Thanks for the information.

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Wed, Oct 14, 2015 at 12:37 PM, Inosh Goonewardena <in...@wso2.com> wrote:

> Hi Nayomi,
>
>
> On Wed, Oct 14, 2015 at 11:07 AM, Nayomi Dayarathne <nay...@wso2.com>
> wrote:
>
>> Hi DAS team,
>>
>> I need below clarifications regarding the command that we used to
>> migrate data from BAM to DAS using analytic migration tool.
>>
>>  I used below command to migrate data from a table in BAM to DAS
>>
>> ./analytics-migrate.sh -serverUrl  -cassandra_Url
>>  -serverPort  -columnFamily
>>  -analyticTable  -batchSize
>> 1000  -tenantId   -1234   -username 
>> -password  -cassandraPort 
>> -clusterName 
>>
>> 1. Are there any optional and mandatory parameters in the command ?
>>
>> Because when we remove  and  parameters and
>> run the command, it still migrate data from BAM to DAS.
>>
>
> Server URL and server port(CQL port) are no longer needed for migration.
> So we can actually remove those properties completely from the command.
>
>
>>
>> 2. If we are migrating data from multiple tables from BAM to DAS, how
>> do we define it in the command ?
>>
>
> Migrating data from multiple tables is not supported at the moment.
>
>>
>>
>> Regards,
>>
>> Nayomi Dayarathne
>> Software Engineer-QA
>> Mobile : +94 (0) 775246619
>> nay...@wso2.com
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
>
> --
> Thanks & Regards,
>
> Inosh Goonewardena
> Associate Technical Lead- WSO2 Inc.
> Mobile: +94779966317
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Regarding DAS connection with the external spark cluster

2015-10-20 Thread Nayomi Dayarathne
Hi,

Noted. And created a document JIRA[1] to include this information in  DAS
documents.

[1].https://wso2.org/jira/browse/DOCUMENTATION-2592

Regards,

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Tue, Oct 20, 2015 at 11:25 AM, Anjana Fernando <anj...@wso2.com> wrote:

> Hi Nayomi,
>
> Current approach is an acceptable solution, where copying the DAS pack to
> a target Spark node is not a problem. Having a script or something to
> compile the list of jars only required for it is just a small convenience
> mechanism, and is not really that important. Someone may actually just like
> copying the pack right away, rather than running another command.
>
> Cheers,
> Anjana.
>
> On Mon, Oct 19, 2015 at 10:24 PM, Nayomi Dayarathne <nay...@wso2.com>
> wrote:
>
>> Hi all,
>>
>> Given the current situation in DAS, there should be a DAS distribution in
>> every spark node in an external spark cluster in order to work DAS with
>> it.That way, external spark cluster able to access jar files which needs to
>> work with DAS.
>>
>> Since this is not a better approach,I have already reported an
>> improvement JIRA[1] regarding this.
>>
>> Therefore, we want to know whether we are going to implement a solution
>> according to the JIRA[1] reported or are there any better solution for this
>> ?
>>
>>
>> [1].https://wso2.org/jira/browse/DAS-197
>>
>>
>> Regards,
>>
>> Nayomi Dayarathne
>>
>> *Software Engineer-QA*
>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>
>> *nay...@wso2.com <nay...@wso2.com>*
>>
>
>
>
> --
> *Anjana Fernando*
> Senior Technical Lead
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Clarifications on command in DAS analytic migration tool

2015-10-13 Thread Nayomi Dayarathne
Hi DAS team,

I need below clarifications regarding the command that we used to
migrate data from BAM to DAS using analytic migration tool.

 I used below command to migrate data from a table in BAM to DAS

./analytics-migrate.sh -serverUrl  -cassandra_Url
 -serverPort  -columnFamily
 -analyticTable  -batchSize
1000  -tenantId   -1234   -username 
-password  -cassandraPort 
-clusterName 

1. Are there any optional and mandatory parameters in the command ?

Because when we remove  and  parameters and
run the command, it still migrate data from BAM to DAS.

2. If we are migrating data from multiple tables from BAM to DAS, how
do we define it in the command ?


Regards,

Nayomi Dayarathne
Software Engineer-QA
Mobile : +94 (0) 775246619
nay...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Issue in sending events using a datasource via the event simulator

2015-09-16 Thread Nayomi Dayarathne
Hi Lasantha,

Thanks for fixing the issue.

Regards.

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Tue, Sep 15, 2015 at 9:32 PM, Nayomi Dayarathne <nay...@wso2.com> wrote:

> Hi all,
>
> There is an issue in sending events using a datasource via the event
> simulator in DAS 3.0.
>
> Events has not published into the event stream when sending data via
> database event simulation.Database connection is also healthy.Therefore,
> seems the issue is with the database event simulation.
>
> Reported a JIRA[1] regarding this issue.
>
> [1].https://wso2.org/jira/browse/DAS-138
>
>
> Thanks.
>
> Nayomi Dayarathne
>
> *Software Engineer-QA*
> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>
> *nay...@wso2.com <nay...@wso2.com>*
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] Issue in sending events using a datasource via the event simulator

2015-09-15 Thread Nayomi Dayarathne
Hi all,

There is an issue in sending events using a datasource via the event
simulator in DAS 3.0.

Events has not published into the event stream when sending data via
database event simulation.Database connection is also healthy.Therefore,
seems the issue is with the database event simulation.

Reported a JIRA[1] regarding this issue.

[1].https://wso2.org/jira/browse/DAS-138


Thanks.

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] Issue in connecting db2 with DAS

2015-09-15 Thread Nayomi Dayarathne
Hi Anjana,

Reported the JIRA[1].

[1]. https://wso2.org/jira/browse/DAS-142

Thanks.


Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Tue, Sep 15, 2015 at 6:42 PM, Anjana Fernando <anj...@wso2.com> wrote:

> Hi Nayomi,
>
> Yeah, for now, do test with the changed configuration name change. But we
> will have to come up with an approach for this, since the query
> configuration will most probably be identical for both situations. @Gokul,
> shall we do an improvement in the database name section there to support
> like "*" wildcard character. Maybe it will be easy if we just allow users
> to give an regex in the place of the name, so it can be matched. Can you
> please create an improvement JIRA and get it implemented.
>
> Cheers,
> Anjana.
>
> On Tue, Sep 15, 2015 at 6:31 PM, Nayomi Dayarathne <nay...@wso2.com>
> wrote:
>
>> Hi Anjana,
>>
>> Following error was seen when connecting DAS 3.0 with db2 .
>>
>>
>> ERROR
>> {org.wso2.carbon.analytics.dataservice.AnalyticsDataServiceComponent} -
>> Error in activating analytics data service: Cannot find a database section
>> in the RDBMS configuration for the database:
>> {Category=large_dataset_optimized, Database Product Name=DB2/LINUXX8664,
>> Version=10.5}
>> org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsException:
>> Cannot find a database section in the RDBMS configuration for the database:
>> {Category=large_dataset_optimized, Database Product Name=DB2/LINUXX8664,
>> Version=10.5}
>>
>>
>>
>> After discussing with Gokul, we found that root cause for the error was
>> the incompatibility of db2 type(windows/linux) that has mentioned in the
>> rdbms-config.xml with the db2 we were trying to connect with DAS.
>>
>> Default rdbms-config.xml has the configurations for db2 for windows but
>> not linux. And we have used db2 which was configured for linux environment .
>>
>>
>> Therefore, as a workaround suggested by Gokul, we changed the name of the
>> db2 configuration in rdbms-config.xml as DB2/LINUXX8664 (linux verison).
>>
>> Hence, we would like to know whether we are going to add db2
>> configuration for both OS's or are we just going to mention it in the DAS
>> document ?
>>
>>
>>
>>
>>
>> Nayomi Dayarathne
>>
>> *Software Engineer-QA*
>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>
>> *nay...@wso2.com <nay...@wso2.com>*
>>
>
>
>
> --
> *Anjana Fernando*
> Senior Technical Lead
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DAS] Issue in connecting db2 with DAS

2015-09-15 Thread Nayomi Dayarathne
Hi Anjana,

Following error was seen when connecting DAS 3.0 with db2 .


ERROR {org.wso2.carbon.analytics.dataservice.AnalyticsDataServiceComponent}
-  Error in activating analytics data service: Cannot find a database
section in the RDBMS configuration for the database:
{Category=large_dataset_optimized, Database Product Name=DB2/LINUXX8664,
Version=10.5}
org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsException:
Cannot find a database section in the RDBMS configuration for the database:
{Category=large_dataset_optimized, Database Product Name=DB2/LINUXX8664,
Version=10.5}



After discussing with Gokul, we found that root cause for the error was the
incompatibility of db2 type(windows/linux) that has mentioned in the
rdbms-config.xml with the db2 we were trying to connect with DAS.

Default rdbms-config.xml has the configurations for db2 for windows but not
linux. And we have used db2 which was configured for linux environment .


Therefore, as a workaround suggested by Gokul, we changed the name of the
db2 configuration in rdbms-config.xml as DB2/LINUXX8664 (linux verison).

Hence, we would like to know whether we are going to add db2 configuration
for both OS's or are we just going to mention it in the DAS document ?





Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 ESB 4.9.0 RC3

2015-09-05 Thread Nayomi Dayarathne
Hi ESB team,

CXF_WS_RM type is not available in type drop down list in new inbound
endpoint page of management console in ESB RC3 pack. And reported through
jira[1].

[1].https://wso2.org/jira/browse/ESBJAVA-4171

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Fri, Sep 4, 2015 at 12:17 PM, KasunG Gajasinghe <kas...@wso2.com> wrote:

>
> Yes Sameera, we are working on fixing this issue.
>
> On Fri, Sep 4, 2015 at 11:47 AM, Sameera Jayasoma <same...@wso2.com>
> wrote:
>
>> Have we done  any recent changes to the dep Sync code?
>>
>> On Fri, Sep 4, 2015 at 10:52 AM, Yasassri Ratnayake <yasas...@wso2.com>
>> wrote:
>>
>>> Hi ESB Team,
>>>
>>> Found out that Deployment synchronizing functionality is broken in the
>>> latest RC3 pack. It's reported at [1].
>>>
>>> [1] - https://wso2.org/jira/browse/ESBJAVA-4156
>>>
>>> Regards,
>>>
>>> On Fri, Sep 4, 2015 at 2:09 AM, Ravindra Ranwala <ravin...@wso2.com>
>>> wrote:
>>>
>>>> Hi Devs,
>>>>
>>>> WSO2 ESB 4.9.0 RC3 Release Vote
>>>>
>>>> This release fixes the following issues:
>>>> https://wso2.org/jira/browse/ESBJAVA-4138?filter=12385
>>>>
>>>> Please download ESB 4.9.0 RC3 and test the functionality and vote. Vote
>>>> will be open for 72 hours or as needed.
>>>>
>>>> Source & binary distribution files:
>>>>
>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2esb-041/org/wso2/esb/wso2esb/4.9.0-RC3/
>>>>
>>>> Maven staging repository:
>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2esb-041/
>>>>
>>>> The tag to be voted upon :
>>>> https://github.com/wso2/product-esb/tree/esb-parent-4.9.0-RC3
>>>>
>>>>
>>>> [ ] Broken - do not release (explain why)
>>>> [ ] Stable - go ahead and release
>>>>
>>>>
>>>> Thanks and Regards,
>>>> ~ WSO2 ESB Team ~
>>>>
>>>>
>>>>
>>>> --
>>>> Ravindra Ranwala
>>>> Software Engineer
>>>> WSO2, Inc: http://wso2.com
>>>> <http://www.google.com/url?q=http%3A%2F%2Fwso2.com=D=1=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg>
>>>> Mobile: +94714198770
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Yasassri Ratnayake
>>> Software Engineer - QA
>>> WSO2 Inc ; http://wso2.com
>>> lean.enterprise.middleware
>>> *Mobile : +94715933168 <%2B94715933168>*
>>> *Blogs : http://yasassriratnayake.blogspot.com
>>> <http://yasassriratnayake.blogspot.com/>*
>>> *http://wso2logs.blogspot.com <http://wso2logs.blogspot.com>*
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sameera Jayasoma,
>> Software Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://blog.sameera.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>> Mobile: 0094776364456
>>
>> Lean . Enterprise . Middleware
>>
>>
>
>
> --
>
> *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
> email: kasung AT spamfree wso2.com
> linked-in: http://lk.linkedin.com/in/gajasinghe
> blog: http://kasunbg.org
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 ESB 4.9.0 RC3

2015-09-05 Thread Nayomi Dayarathne
Hi,

Appreciate if u can inform such changes when sharing new
packs..:)..:)..Therefore please make it update on ESB 4.9.0 document too. :)





Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Sat, Sep 5, 2015 at 6:07 PM, Buddhima Wijeweera <buddh...@wso2.com>
wrote:

> Hi Nayomi,
>
> Since CXF RM Inbound is install via a feature, it's not possible to
> integrate with UI dropdown. So you need to add it as a Custom Inbound.
> Please refer following post:
>
> https://buddhimawijeweera.wordpress.com/2015/09/05/reliable-messaging-with-wso2-esb/
>
> Thanks,
>
> On Sat, Sep 5, 2015 at 5:33 PM, Chanaka Fernando <chana...@wso2.com>
> wrote:
>
>> Hi Nayomi,
>>
>> This feature has been separated from the ESB and available as an
>> installable feature due to conflict with AS feature installation. Please
>> find the p2-repo [1].
>>
>> [1]
>> https://drive.google.com/a/wso2.com/file/d/0B8Lypp0TU4cmWnRMVHBJRUZBblk/view?usp=sharing
>>
>> On Sat, Sep 5, 2015 at 5:20 PM, Nayomi Dayarathne <nay...@wso2.com>
>> wrote:
>>
>>> Hi ESB team,
>>>
>>> CXF_WS_RM type is not available in type drop down list in new inbound
>>> endpoint page of management console in ESB RC3 pack. And reported through
>>> jira[1].
>>>
>>> [1].https://wso2.org/jira/browse/ESBJAVA-4171
>>>
>>> Nayomi Dayarathne
>>>
>>> *Software Engineer-QA*
>>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>>
>>> *nay...@wso2.com <nay...@wso2.com>*
>>>
>>> On Fri, Sep 4, 2015 at 12:17 PM, KasunG Gajasinghe <kas...@wso2.com>
>>> wrote:
>>>
>>>>
>>>> Yes Sameera, we are working on fixing this issue.
>>>>
>>>> On Fri, Sep 4, 2015 at 11:47 AM, Sameera Jayasoma <same...@wso2.com>
>>>> wrote:
>>>>
>>>>> Have we done  any recent changes to the dep Sync code?
>>>>>
>>>>> On Fri, Sep 4, 2015 at 10:52 AM, Yasassri Ratnayake <yasas...@wso2.com
>>>>> > wrote:
>>>>>
>>>>>> Hi ESB Team,
>>>>>>
>>>>>> Found out that Deployment synchronizing functionality is broken in
>>>>>> the latest RC3 pack. It's reported at [1].
>>>>>>
>>>>>> [1] - https://wso2.org/jira/browse/ESBJAVA-4156
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> On Fri, Sep 4, 2015 at 2:09 AM, Ravindra Ranwala <ravin...@wso2.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Devs,
>>>>>>>
>>>>>>> WSO2 ESB 4.9.0 RC3 Release Vote
>>>>>>>
>>>>>>> This release fixes the following issues:
>>>>>>> https://wso2.org/jira/browse/ESBJAVA-4138?filter=12385
>>>>>>>
>>>>>>> Please download ESB 4.9.0 RC3 and test the functionality and vote.
>>>>>>> Vote will be open for 72 hours or as needed.
>>>>>>>
>>>>>>> Source & binary distribution files:
>>>>>>>
>>>>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2esb-041/org/wso2/esb/wso2esb/4.9.0-RC3/
>>>>>>>
>>>>>>> Maven staging repository:
>>>>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2esb-041/
>>>>>>>
>>>>>>> The tag to be voted upon :
>>>>>>> https://github.com/wso2/product-esb/tree/esb-parent-4.9.0-RC3
>>>>>>>
>>>>>>>
>>>>>>> [ ] Broken - do not release (explain why)
>>>>>>> [ ] Stable - go ahead and release
>>>>>>>
>>>>>>>
>>>>>>> Thanks and Regards,
>>>>>>> ~ WSO2 ESB Team ~
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ravindra Ranwala
>>>>>>> Software Engineer
>>>>>>> WSO2, Inc: http://wso2.com
>>>>>>> <http://www.google.com/url?q=http%3A%2F%2Fwso2.com=D=1=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg>
>>>>>>> Mobile: +94714198770
>>>>>>>
>>>>>>>
>>>>>>> ___
>>&

Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-04 Thread Nayomi Dayarathne
Hi all,

The solution that kathees gave was solved the problem partially. But, not
only we have to change the zookeeper.connect value to IP address of kafka
IE, but also we have to change the host.name property in server.properties
file in kafka server as below.

Uncomment the host.name in server.properties file and give the IP address
in kafka inbound endpoint, instead of the localhost.


Therefore, in a cluster scenario, we have to change the following
properties in server.properties file in kafka_home/config location, before
we start the kafka server.

1. host.name =IP address of the kafka inbound endpoint we give in the
zookeeper.connect parameter.

2. zookeeper.connect =IP address of the kafka inbound endpoint we give in
the zookeeper.connect parameter.

Thanks a lot for the help kathees and the problem has solved.




Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Fri, Sep 4, 2015 at 11:09 AM, Kathees Rajendram <kath...@wso2.com> wrote:

> Hi Niyomi,
>
> Can you change to the IP address instead of localhost in server.properties
> file as you use the IP address in the Kafka inbound.
>
> zookeeper.connect=localhost:2181
>
> Thanks,
> Kathees.
>
> On Fri, Sep 4, 2015 at 10:31 AM, Kathees Rajendram <kath...@wso2.com>
> wrote:
>
>> Hi Malaka.
>>
>> I will have a look.
>>
>> Thanks,
>> Kathees
>>
>> On Fri, Sep 4, 2015 at 9:36 AM, Malaka Silva <mal...@wso2.com> wrote:
>>
>>> Hi Kathees,
>>>
>>> Seems like issue when configuring/starting server.
>>>
>>> Can you help on this matter pls?
>>>
>>> On Thu, Sep 3, 2015 at 9:48 PM, Nayomi Dayarathne <nay...@wso2.com>
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> This issue is not related to the jira[1]  i have reported.
>>>>
>>>> According to my understanding this is something related to kafka
>>>> server. Therefore i assumed this issue is not related to kafka inbound
>>>> endpoint.
>>>>
>>>>
>>>> [1]https://wso2.org/jira/browse/ESBJAVA-4153
>>>>
>>>> Nayomi Dayarathne
>>>>
>>>> *Software Engineer-QA*
>>>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>>>
>>>> *nay...@wso2.com <nay...@wso2.com>*
>>>>
>>>> On Thu, Sep 3, 2015 at 9:32 PM, Chanaka Fernando <chana...@wso2.com>
>>>> wrote:
>>>>
>>>>> Viraj is looking into this.
>>>>>
>>>>> On Thu, Sep 3, 2015 at 9:24 PM, Nayomi Dayarathne <nay...@wso2.com>
>>>>> wrote:
>>>>>
>>>>>> Hi ESB team,
>>>>>>
>>>>>> I tested the kafka inbound endpoint in a esb cluster where there is
>>>>>> one manager and two worker nodes.
>>>>>>
>>>>>> Below are the steps i did when testing the kafka inbound endpoint.
>>>>>>
>>>>>> 1. Start the zookeeper
>>>>>> 2.Start the kafka server
>>>>>>
>>>>>> Zookeeper and kafka server started in my local machine.
>>>>>>
>>>>>> 3.Create a kafka inbound endpoint in cluster
>>>>>>
>>>>>> it gets deployed in all three nodes.
>>>>>>
>>>>>> 4.Then create a topic in kafka broker.
>>>>>>
>>>>>>
>>>>>> then, in one of the worker nodes i get the following error,
>>>>>>
>>>>>>  ERROR {kafka.producer.SyncProducer} -  Producer connection to
>>>>>> localhost:9092 unsuccessful {kafka.producer.SyncProducer}
>>>>>> java.net.ConnectException: Connection refused
>>>>>> at sun.nio.ch.Net.connect0(Native Method)
>>>>>> at sun.nio.ch.Net.connect(Net.java:435)
>>>>>> at sun.nio.ch.Net.connect(Net.java:427)
>>>>>> at
>>>>>> sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
>>>>>> at kafka.network.BlockingChannel.connect(BlockingChannel.scala:57)
>>>>>> at kafka.producer.SyncProducer.connect(SyncProducer.scala:141)
>>>>>> at
>>>>>> kafka.producer.SyncProducer.getOrMakeConnection(SyncProducer.scala:156)
>>>>>> at
>>>>>> kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:68)
>>>>>>

[Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Nayomi Dayarathne
Hi ESB team,

I tested the kafka inbound endpoint in a esb cluster where there is one
manager and two worker nodes.

Below are the steps i did when testing the kafka inbound endpoint.

1. Start the zookeeper
2.Start the kafka server

Zookeeper and kafka server started in my local machine.

3.Create a kafka inbound endpoint in cluster

it gets deployed in all three nodes.

4.Then create a topic in kafka broker.


then, in one of the worker nodes i get the following error,

 ERROR {kafka.producer.SyncProducer} -  Producer connection to
localhost:9092 unsuccessful {kafka.producer.SyncProducer}
java.net.ConnectException: Connection refused
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:435)
at sun.nio.ch.Net.connect(Net.java:427)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
at kafka.network.BlockingChannel.connect(BlockingChannel.scala:57)
at kafka.producer.SyncProducer.connect(SyncProducer.scala:141)
at
kafka.producer.SyncProducer.getOrMakeConnection(SyncProducer.scala:156)
at
kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:68)
at kafka.producer.SyncProducer.send(SyncProducer.scala:112)
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:53)
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:88)
at
kafka.consumer.ConsumerFetcherManager$LeaderFinderThread.doWork(ConsumerFetcherManager.scala:66)
at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:51)



the above message is throwing continuously by the worker node.

I assume this issue is related to some configurations of kafka server.

*Any ideas of solving this issue ?*





Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] Error in kafka inbound endpoint when start consuming messages.

2015-09-03 Thread Nayomi Dayarathne
Hi all,

This issue is not related to the jira[1]  i have reported.

According to my understanding this is something related to kafka server.
Therefore i assumed this issue is not related to kafka inbound endpoint.


[1]https://wso2.org/jira/browse/ESBJAVA-4153

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 <+94+(0)+775246619>

*nay...@wso2.com <nay...@wso2.com>*

On Thu, Sep 3, 2015 at 9:32 PM, Chanaka Fernando <chana...@wso2.com> wrote:

> Viraj is looking into this.
>
> On Thu, Sep 3, 2015 at 9:24 PM, Nayomi Dayarathne <nay...@wso2.com> wrote:
>
>> Hi ESB team,
>>
>> I tested the kafka inbound endpoint in a esb cluster where there is one
>> manager and two worker nodes.
>>
>> Below are the steps i did when testing the kafka inbound endpoint.
>>
>> 1. Start the zookeeper
>> 2.Start the kafka server
>>
>> Zookeeper and kafka server started in my local machine.
>>
>> 3.Create a kafka inbound endpoint in cluster
>>
>> it gets deployed in all three nodes.
>>
>> 4.Then create a topic in kafka broker.
>>
>>
>> then, in one of the worker nodes i get the following error,
>>
>>  ERROR {kafka.producer.SyncProducer} -  Producer connection to
>> localhost:9092 unsuccessful {kafka.producer.SyncProducer}
>> java.net.ConnectException: Connection refused
>> at sun.nio.ch.Net.connect0(Native Method)
>> at sun.nio.ch.Net.connect(Net.java:435)
>> at sun.nio.ch.Net.connect(Net.java:427)
>> at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
>> at kafka.network.BlockingChannel.connect(BlockingChannel.scala:57)
>> at kafka.producer.SyncProducer.connect(SyncProducer.scala:141)
>> at
>> kafka.producer.SyncProducer.getOrMakeConnection(SyncProducer.scala:156)
>> at
>> kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:68)
>> at kafka.producer.SyncProducer.send(SyncProducer.scala:112)
>> at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:53)
>> at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:88)
>> at
>> kafka.consumer.ConsumerFetcherManager$LeaderFinderThread.doWork(ConsumerFetcherManager.scala:66)
>> at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:51)
>>
>>
>>
>> the above message is throwing continuously by the worker node.
>>
>> I assume this issue is related to some configurations of kafka server.
>>
>> *Any ideas of solving this issue ?*
>>
>>
>>
>>
>>
>> Nayomi Dayarathne
>>
>> *Software Engineer-QA*
>> Mobile : +94 (0) 775246619 <+94+(0)+775246619>
>>
>> *nay...@wso2.com <nay...@wso2.com>*
>>
>
>
>
> --
> --
> Chanaka Fernando
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 773337238
> Blog : http://soatutorials.blogspot.com
> LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
> Twitter:https://twitter.com/chanakaudaya
> Wordpress:http://chanakaudaya.wordpress.com
>
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Regarding the Help link of Product UI

2015-07-14 Thread Nayomi Dayarathne
Hi All,

I have the following issues regarding the Help link of ESB 4.9.0 UI.

1.The context-sensitive help pages are not updated in most of the features.

2.Help pages of Message Stores and Message Processors direct to ESB 4.8.0
product document.
I have already put a doc jira regarding this.
https://wso2.org/jira/browse/ESBJAVA-3901?filter=-2


Therefore, i have following suggestions,

1.Point the help link of the features to correct documents, except pointing
them to context-sensitive help pages.(Because documents are updating
version to version, so if we point help link to documents we don't have to
waste time to update context-sensitive help pages)

2.If the help link of the other products acts the same way, can't we
implement the above suggestion as a best practice for other products as
well ?

Thanks.


Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 +94+(0)+775246619

*nay...@wso2.com nay...@wso2.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Regarding ESB message stores

2015-07-13 Thread Nayomi Dayarathne
Then i would like to suggest to include that in 4.9.0 documents since 4.9.0
documents doesn't specifically say anything like that about in memory
message stores. :)

Nayomi Dayarathne

*Software Engineer-QA*
Mobile : +94 (0) 775246619 +94+(0)+775246619

*nay...@wso2.com nay...@wso2.com*

On Mon, Jul 13, 2015 at 10:40 AM, Shafreen Anfar shafr...@wso2.com wrote:

 It is disabled because there is nothing much to be edited for in memory
 message store. You can either create it or delete it. :)

 On Mon, Jul 13, 2015 at 10:20 AM, Nayomi Dayarathne nay...@wso2.com
 wrote:

 i checked in both 4.8 and 4.9 versions.both having the same effect for in
 memory message stores

 Nayomi Dayarathne

 *Software Engineer-QA*
 Mobile : +94 (0) 775246619 +94+(0)+775246619

 *nay...@wso2.com nay...@wso2.com*

 On Mon, Jul 13, 2015 at 10:14 AM, Shafreen Anfar shafr...@wso2.com
 wrote:

 What is the ESB version ?

 On Mon, Jul 13, 2015 at 9:59 AM, Nayomi Dayarathne nay...@wso2.com
 wrote:

 Hi Shafreen,

 The reason why i asked so because, when i create an in memory message
 store from management console the edit button always shows in disabled
 mode. but all the other types are able to edit.so just wanted to make sure
 whether its a bug.

 Nayomi Dayarathne

 *Software Engineer-QA*
 Mobile : +94 (0) 775246619 +94+(0)+775246619

 *nay...@wso2.com nay...@wso2.com*

 On Mon, Jul 13, 2015 at 9:47 AM, Shafreen Anfar shafr...@wso2.com
 wrote:

 Hi Nayomi,

 Yeah. Normally when we implement Message-Stores, we also implement the
 web UI part as well.

 On Mon, Jul 13, 2015 at 9:29 AM, Nayomi Dayarathne nay...@wso2.com
 wrote:

 Hi ESB team,

 Are all message stores in ESB should be able to edit from UI
 regardless of their type ?

 Regards,
 Nayomi.





 Nayomi Dayarathne

 *Software Engineer-QA*
 Mobile : +94 (0) 775246619 +94+(0)+775246619

 *nay...@wso2.com nay...@wso2.com*




 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1





 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1





 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev