[Dev] [Architecture] WSO2 Identity Server 5.5.0-M2 Released!

2018-01-26 Thread Sathya Bandara
The WSO2 Identity and Access Management team is pleased to announce the
release of WSO2 Identity Server 5.5.0 M2
What's new in WSO2 Identity Server 5.5.0 M2

New Features & Bug Fixes: A list of new features and bug fixes shipped with
this release can be found here

Download

You can download WSO2 Identity Server 5.5.0 M2 from here

.
Contribute to WSO2 Identity ServerMailing Lists

Join our mailing lists and correspond with the developers directly. We also
encourage you to take part in discussions related to the product in the
architecture mailing list. If you have any questions regarding the product
you can use our StackOverflow forum to raise them as well.

   -

   Developer List: dev@wso2.org
   -

   Architecture List: architect...@wso2.org
   -

   User Forum: StackOverflow
   

Reporting Issues

We encourage you to report issues, improvements, and feature requests
regarding WSO2 Identity Server through our public WSO2 Identity Server GIT
Issues .


~ The WSO2 Identity and Access Management Team ~


-- 
Sathya Bandara
Software Engineer
WSO2 Inc. http://wso2.com
Mobile: (+94) 715 360 421 <+94%2071%20411%205032>

<+94%2071%20411%205032>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error while publishing throttling events to global policy server

2018-01-26 Thread Harsha Kumara
On Sat, Jan 27, 2018 at 12:06 AM, Jason De Silva  wrote:

> Hi Isuru,
>
> Yes, That was the cause thank you for pointing it out. However, In the
> puppet script DataPublisher is set to false [2]. We will need to fix this
> in the script IMO. Created a git issue to fix it in puppet scripts [2] and
> to handle it gracefully in apim side [3].
>
> [1] https://github.com/wso2/puppet-apim/blob/v2.1.0/wso2am_
> runtime/hieradata/dev/wso2/wso2am_runtime/pattern-6/gatew
> ay-manager.yaml#L98
>
I think in this case, we didn't assume gateway manager will serve requests.
It's gateway workers who serves the traffic.

> [2] https://github.com/wso2/puppet-apim/issues/63
> [3] https://github.com/wso2/product-apim/issues/2630
>
> Regards,
> Jason
>
> Jason De Silva
> *Software Engineer - QA*
> Mobile: +94 (0) 772 097 678
> Email: jas...@wso2.com
> WSO2 Inc. www.wso2.com
> 
>
> On Fri, Jan 26, 2018 at 8:14 PM, Isuru Haththotuwa 
> wrote:
>
>> You have set DataPublisher.Enabled to false, need to set it to true.
>>
>> On Fri, Jan 26, 2018 at 8:02 PM, Jason De Silva  wrote:
>>
>>> Hi All,
>>>
>>> We have configured APIM 2.1.0 cluster (pattern 6) via puppet referring
>>> the doc at [3]. We are encountering the below NPE [2] for each API
>>> invocation. We are using a wum updated 2.1.0 pack. Below is the relevant
>>> "ThrottlingConfigurations" [1] of api-manager.xml.
>>> What can be the cause for this?
>>>
>>> [1]
>>> 
>>> true
>>> 
>>> false
>>> Binary
>>> tcp://tm.dev.wso2.org:9611
>>> 
>>> ssl://tm.dev.wso2.org:9711
>>> admin
>>> admin
>>> 
>>> 1000
>>> 200
>>> 
>>> 
>>> 200
>>> 1000
>>> 200
>>> 
>>> 
>>> 
>>> https://tm.dev.wso2.org:9443/services/>> RL>
>>> admin
>>>   admin
>>> 
>>>   
>>>
>>>
>>> [2]
>>> TID: [-1234] [] [2018-01-26 14:07:41,822] ERROR
>>> {org.wso2.carbon.apimgt.gateway.throttling.publisher.ThrottleDataPublisher}
>>> -  Error while publishing throttling events to global policy server
>>> {org.wso2.carbon.apimgt.gateway.throttling.publisher.Throttl
>>> eDataPublisher}
>>> java.lang.NullPointerException
>>> at org.wso2.carbon.apimgt.gateway.throttling.publisher.Throttle
>>> DataPublisher.publishNonThrottledEvent(ThrottleDataPublisher.java:119)
>>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>>> andler.doRoleBasedAccessThrottlingWithCEP(ThrottleHandler.java:349)
>>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>>> andler.doThrottle(ThrottleHandler.java:512)
>>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>>> andler.handleRequest(ThrottleHandler.java:460)
>>> at org.apache.synapse.rest.API.process(API.java:325)
>>> at org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(RES
>>> TRequestHandler.java:90)
>>> at org.apache.synapse.rest.RESTRequestHandler.process(RESTReque
>>> stHandler.java:69)
>>> at org.apache.synapse.core.axis2.Axis2SynapseEnvironment.inject
>>> Message(Axis2SynapseEnvironment.java:304)
>>> at org.apache.synapse.core.axis2.SynapseMessageReceiver.receive
>>> (SynapseMessageReceiver.java:78)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>>> at org.apache.synapse.transport.passthru.ServerWorker.processNo
>>> nEntityEnclosingRESTHandler(ServerWorker.java:330)
>>> at org.apache.synapse.transport.passthru.ServerWorker.run(Serve
>>> rWorker.java:159)
>>> at org.apache.axis2.transport.base.threads.NativeWorkerPool$1.r
>>> un(NativeWorkerPool.java:172)
>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>>> Executor.java:1142)
>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>>> lExecutor.java:617)
>>> at java.lang.Thread.run(Thread.java:745)
>>>
>>> [3] https://docs.wso2.com/display/AM2xx/Using+Puppet+Modules+to+
>>> Set+up+WSO2+API-M+with+Pattern+6#0abc8ab76a4d4ddfaa7faf25e4b39cba
>>>
>>> Jason De Silva
>>> *Software Engineer - QA*
>>> Mobile: +94 (0) 772 097 678
>>> Email: jas...@wso2.com
>>> WSO2 Inc. www.wso2.com
>>> 
>>>
>>
>>
>>
>> --
>> Thanks and Regards,
>>
>> Isuru H.
>> +94 716 358 048 <+94%2071%20635%208048>* *
>>
>>
>>
>


-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ESB application/pdf

2018-01-26 Thread Prabushi Samarakoon
Hi Melodias,

The solution provided at [1]

would be helpful.

Thanks,
Prabushi

[1] -
https://stackoverflow.com/questions/44612658/how-to-respond-application-pdf-content-from-wso2-esb

On Fri, Jan 26, 2018 at 6:05 PM, Hasunie Adikari  wrote:

> Hi,
>
> You can create a soap service which will respond to PDF.
> For an instance :
>
> http://ws.apache.org/ns/synapse; name="Sample"
> startOnLoad="true" statistics="disable" trace="disable"
> transports="http,https">
> 
> 
> 
> 
> 
> pgConn
> 
> 
> 
> select pdf_base64 from pdf_files where id =
> ?
> http://mru; expression="//nb:id"
> type="INTEGER"/>
> 
> 
> 
> 
> 
> http://ws.apache.
> org/commons/ns/payload">$1
> 
> 
> 
> 
> 
> 
> 
> 
> 
> var binaryNode = mc.getEnvelope().getBody().getFirstElement().
> getFirstOMChild();
> binaryNode.setBinary(true);
> 
>  value="application/pdf"/>
> 
> 
> 
> 
> 
>
> Regards
> Hasunie
>
>
> On Fri, Jan 26, 2018 at 2:48 PM, Melodias 
> wrote:
>
>> Hi,
>> How I can receive in response application/pdf from backend service using
>> ESB?
>>
>> best regards
>> Melodias
>>
>>
>>
>> --
>> Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development
>> -f3.html
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
>
> --
> *Hasunie Adikari*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com | https://medium.com/@Hasunie/
> Mobile:+94713095876 <+94%2071%20309%205876>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Prabushi Samarakoon*
Software Engineer
Mobile: +94715434580
Email: prabus...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error while publishing throttling events to global policy server

2018-01-26 Thread Jason De Silva
Hi Isuru,

Yes, That was the cause thank you for pointing it out. However, In the
puppet script DataPublisher is set to false [2]. We will need to fix this
in the script IMO. Created a git issue to fix it in puppet scripts [2] and
to handle it gracefully in apim side [3].

[1] https://github.com/wso2/puppet-apim/blob/v2.1.0/
wso2am_runtime/hieradata/dev/wso2/wso2am_runtime/pattern-6/
gateway-manager.yaml#L98
[2] https://github.com/wso2/puppet-apim/issues/63
[3] https://github.com/wso2/product-apim/issues/2630

Regards,
Jason

Jason De Silva
*Software Engineer - QA*
Mobile: +94 (0) 772 097 678
Email: jas...@wso2.com
WSO2 Inc. www.wso2.com


On Fri, Jan 26, 2018 at 8:14 PM, Isuru Haththotuwa  wrote:

> You have set DataPublisher.Enabled to false, need to set it to true.
>
> On Fri, Jan 26, 2018 at 8:02 PM, Jason De Silva  wrote:
>
>> Hi All,
>>
>> We have configured APIM 2.1.0 cluster (pattern 6) via puppet referring
>> the doc at [3]. We are encountering the below NPE [2] for each API
>> invocation. We are using a wum updated 2.1.0 pack. Below is the relevant
>> "ThrottlingConfigurations" [1] of api-manager.xml.
>> What can be the cause for this?
>>
>> [1]
>> 
>> true
>> 
>> false
>> Binary
>> tcp://tm.dev.wso2.org:9611
>> 
>> ssl://tm.dev.wso2.org:9711
>> admin
>> admin
>> 
>> 1000
>> 200
>> 
>> 
>> 200
>> 1000
>> 200
>> 
>> 
>> 
>> https://tm.dev.wso2.org:9443/services/> RL>
>> admin
>>   admin
>> 
>>   
>>
>>
>> [2]
>> TID: [-1234] [] [2018-01-26 14:07:41,822] ERROR
>> {org.wso2.carbon.apimgt.gateway.throttling.publisher.ThrottleDataPublisher}
>> -  Error while publishing throttling events to global policy server
>> {org.wso2.carbon.apimgt.gateway.throttling.publisher.Throttl
>> eDataPublisher}
>> java.lang.NullPointerException
>> at org.wso2.carbon.apimgt.gateway.throttling.publisher.Throttle
>> DataPublisher.publishNonThrottledEvent(ThrottleDataPublisher.java:119)
>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>> andler.doRoleBasedAccessThrottlingWithCEP(ThrottleHandler.java:349)
>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>> andler.doThrottle(ThrottleHandler.java:512)
>> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleH
>> andler.handleRequest(ThrottleHandler.java:460)
>> at org.apache.synapse.rest.API.process(API.java:325)
>> at org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(RES
>> TRequestHandler.java:90)
>> at org.apache.synapse.rest.RESTRequestHandler.process(RESTReque
>> stHandler.java:69)
>> at org.apache.synapse.core.axis2.Axis2SynapseEnvironment.inject
>> Message(Axis2SynapseEnvironment.java:304)
>> at org.apache.synapse.core.axis2.SynapseMessageReceiver.receive
>> (SynapseMessageReceiver.java:78)
>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>> at org.apache.synapse.transport.passthru.ServerWorker.processNo
>> nEntityEnclosingRESTHandler(ServerWorker.java:330)
>> at org.apache.synapse.transport.passthru.ServerWorker.run(Serve
>> rWorker.java:159)
>> at org.apache.axis2.transport.base.threads.NativeWorkerPool$1.
>> run(NativeWorkerPool.java:172)
>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java:1142)
>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.java:617)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> [3] https://docs.wso2.com/display/AM2xx/Using+Puppet+Modules+to+
>> Set+up+WSO2+API-M+with+Pattern+6#0abc8ab76a4d4ddfaa7faf25e4b39cba
>>
>> Jason De Silva
>> *Software Engineer - QA*
>> Mobile: +94 (0) 772 097 678
>> Email: jas...@wso2.com
>> WSO2 Inc. www.wso2.com
>> 
>>
>
>
>
> --
> Thanks and Regards,
>
> Isuru H.
> +94 716 358 048 <+94%2071%20635%208048>* *
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error while publishing throttling events to global policy server

2018-01-26 Thread Isuru Haththotuwa
You have set DataPublisher.Enabled to false, need to set it to true.

On Fri, Jan 26, 2018 at 8:02 PM, Jason De Silva  wrote:

> Hi All,
>
> We have configured APIM 2.1.0 cluster (pattern 6) via puppet referring the
> doc at [3]. We are encountering the below NPE [2] for each API invocation.
> We are using a wum updated 2.1.0 pack. Below is the relevant
> "ThrottlingConfigurations" [1] of api-manager.xml.
> What can be the cause for this?
>
> [1]
> 
> true
> 
> false
> Binary
> tcp://tm.dev.wso2.org:9611 ReceiverUrlGroup>
> ssl://tm.dev.wso2.org:9711
> admin
> admin
> 
> 1000
> 200
> 
> 
> 200
> 1000
> 200
> 
> 
> 
> https://tm.dev.wso2.org:9443/services/ ServiceURL>
> admin
>   admin
> 
>   
>
>
> [2]
> TID: [-1234] [] [2018-01-26 14:07:41,822] ERROR {org.wso2.carbon.apimgt.
> gateway.throttling.publisher.ThrottleDataPublisher} -  Error while
> publishing throttling events to global policy server
> {org.wso2.carbon.apimgt.gateway.throttling.publisher.
> ThrottleDataPublisher}
> java.lang.NullPointerException
> at org.wso2.carbon.apimgt.gateway.throttling.publisher.
> ThrottleDataPublisher.publishNonThrottledEvent(ThrottleDataPublisher.java:
> 119)
> at org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleHandler.
> doRoleBasedAccessThrottlingWithCEP(ThrottleHandler.java:349)
> at org.wso2.carbon.apimgt.gateway.handlers.throttling.
> ThrottleHandler.doThrottle(ThrottleHandler.java:512)
> at org.wso2.carbon.apimgt.gateway.handlers.throttling.
> ThrottleHandler.handleRequest(ThrottleHandler.java:460)
> at org.apache.synapse.rest.API.process(API.java:325)
> at org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(
> RESTRequestHandler.java:90)
> at org.apache.synapse.rest.RESTRequestHandler.process(
> RESTRequestHandler.java:69)
> at org.apache.synapse.core.axis2.Axis2SynapseEnvironment.
> injectMessage(Axis2SynapseEnvironment.java:304)
> at org.apache.synapse.core.axis2.SynapseMessageReceiver.receive(
> SynapseMessageReceiver.java:78)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
> at org.apache.synapse.transport.passthru.ServerWorker.
> processNonEntityEnclosingRESTHandler(ServerWorker.java:330)
> at org.apache.synapse.transport.passthru.ServerWorker.run(
> ServerWorker.java:159)
> at org.apache.axis2.transport.base.threads.NativeWorkerPool$
> 1.run(NativeWorkerPool.java:172)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
>
> [3] https://docs.wso2.com/display/AM2xx/Using+Puppet+Modules+to+
> Set+up+WSO2+API-M+with+Pattern+6#0abc8ab76a4d4ddfaa7faf25e4b39cba
>
> Jason De Silva
> *Software Engineer - QA*
> Mobile: +94 (0) 772 097 678
> Email: jas...@wso2.com
> WSO2 Inc. www.wso2.com
> 
>



-- 
Thanks and Regards,

Isuru H.
+94 716 358 048* *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Error while publishing throttling events to global policy server

2018-01-26 Thread Jason De Silva
Hi All,

We have configured APIM 2.1.0 cluster (pattern 6) via puppet referring the
doc at [3]. We are encountering the below NPE [2] for each API invocation.
We are using a wum updated 2.1.0 pack. Below is the relevant
"ThrottlingConfigurations" [1] of api-manager.xml.
What can be the cause for this?

[1]

true

false
Binary
tcp://tm.dev.wso2.org:9611

ssl://tm.dev.wso2.org:9711
admin
admin

1000
200


200
1000
200



https://tm.dev.wso2.org:9443/services/
admin
  admin

  


[2]
TID: [-1234] [] [2018-01-26 14:07:41,822] ERROR
{org.wso2.carbon.apimgt.gateway.throttling.publisher.ThrottleDataPublisher}
-  Error while publishing throttling events to global policy server
{org.wso2.carbon.apimgt.gateway.throttling.publisher.ThrottleDataPublisher}
java.lang.NullPointerException
at
org.wso2.carbon.apimgt.gateway.throttling.publisher.ThrottleDataPublisher.publishNonThrottledEvent(ThrottleDataPublisher.java:119)
at
org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleHandler.doRoleBasedAccessThrottlingWithCEP(ThrottleHandler.java:349)
at
org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleHandler.doThrottle(ThrottleHandler.java:512)
at
org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleHandler.handleRequest(ThrottleHandler.java:460)
at org.apache.synapse.rest.API.process(API.java:325)
at
org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(RESTRequestHandler.java:90)
at
org.apache.synapse.rest.RESTRequestHandler.process(RESTRequestHandler.java:69)
at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:304)
at
org.apache.synapse.core.axis2.SynapseMessageReceiver.receive(SynapseMessageReceiver.java:78)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
at
org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:330)
at
org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:159)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

[3]
https://docs.wso2.com/display/AM2xx/Using+Puppet+Modules+to+Set+up+WSO2+API-M+with+Pattern+6#0abc8ab76a4d4ddfaa7faf25e4b39cba


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


Re: [Dev] ESB application/pdf

2018-01-26 Thread Hasunie Adikari
Hi,

You can create a soap service which will respond to PDF.
For an instance :

http://ws.apache.org/ns/synapse; name="Sample"
startOnLoad="true" statistics="disable" trace="disable"
transports="http,https">





pgConn



select pdf_base64 from pdf_files where id = ?
http://mru; expression="//nb:id"
type="INTEGER"/>





http://ws.apache.org/commons/ns/payload;>$1









var binaryNode =
mc.getEnvelope().getBody().getFirstElement().getFirstOMChild();
binaryNode.setBinary(true);








Regards
Hasunie


On Fri, Jan 26, 2018 at 2:48 PM, Melodias  wrote:

> Hi,
> How I can receive in response application/pdf from backend service using
> ESB?
>
> best regards
> Melodias
>
>
>
> --
> Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-
> Development-f3.html
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>



-- 
*Hasunie Adikari*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
blog http://hasuniea.blogspot.com | https://medium.com/@Hasunie/
Mobile:+94713095876
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Announce] [Architecture] WSO2 Enterprise Integrator 6.1.1-update18 Released !

2018-01-26 Thread Malaka Gangananda
Hi All,

The WSO2 Integration team is pleased to announce the release of Enterprise
Integrator 6.1.1-update18.

It is available for download from here

.

*Tasks/Bug Fixes and Improvements*

   - https://github.com/wso2/product-ei/milestone/25?closed=1
   - https://wso2.org/jira/issues/?filter=14511

*​​List of Open Issues*

   - https://wso2.org/jira/issues/?filter=13994
   - https://github.com/wso2/product-ei/issues?q=is%3Aopen+is%3Aissue

*Documentation*

   -
   https://docs.wso2.com/display/EI611/WSO2+Enterprise+Integrator+Documentation

*How To Contribute*

Your feedback is most welcome!

*Reporting Issues​*

We encourage you to report issues, improvements and feature requests
regarding WSO2 Integrator through WSO2 EI GIT Issues
.

*Mailing Lists*

Join our mailing lists and correspond with the developers directly.

Developer List : dev@wso2.org | Subscribe | Mail Archive

WSO2 Architecture List: architect...@wso2.org

User Forum : StackOverflow 

Thanks,
-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] ESB application/pdf

2018-01-26 Thread Melodias
Hi,
How I can receive in response application/pdf from backend service using
ESB?

best regards
Melodias



--
Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please review and merge PR

2018-01-26 Thread 김대경
Can you please review and merge PR[1] .

[1] https://github.com/wso2/wso2-axis2/pull/132

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


[Dev] AnalyticsDataIndexer - Error in processing index batch operations: null

2018-01-26 Thread marco.sessa

   Hi all,
   after a restart of EI 6.1.0 Analytics I'm get the follow error repeatedly.
   I can not understand what caused it.
   Thanks for any help
   Marco
   ...
   TID: [-1] [] [2018-01-26 09:01:45,829] ERROR 
{org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer} -  
Error in processing index batch operations: null 
{org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer}
   java.lang.IndexOutOfBoundsException
   at 
com.leansoft.bigqueue.BigArrayImpl.validateIndex(BigArrayImpl.java:458)
   at com.leansoft.bigqueue.BigArrayImpl.get(BigArrayImpl.java:399)
   at com.leansoft.bigqueue.BigQueueImpl.peek(BigQueueImpl.java:144)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.LocalIndexDataStore$LocalIndexDataQueue.peekNext(LocalIndexDataStore.java:271)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processLocalShardDataQueue(AnalyticsDataIndexer.java:280)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processIndexOperationsSlice(AnalyticsDataIndexer.java:235)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processIndexOperations(AnalyticsDataIndexer.java:223)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.access$100(AnalyticsDataIndexer.java:85)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer$IndexWorker.run(AnalyticsDataIndexer.java:2184)
   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:748)
   TID: [-1] [] [2018-01-26 09:01:47,344] ERROR 
{org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer} -  
Error in processing index batch operations: null 
{org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer}
   java.lang.IndexOutOfBoundsException
   at 
com.leansoft.bigqueue.BigArrayImpl.validateIndex(BigArrayImpl.java:458)
   at com.leansoft.bigqueue.BigArrayImpl.get(BigArrayImpl.java:399)
   at com.leansoft.bigqueue.BigQueueImpl.peek(BigQueueImpl.java:144)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.LocalIndexDataStore$LocalIndexDataQueue.peekNext(LocalIndexDataStore.java:271)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processLocalShardDataQueue(AnalyticsDataIndexer.java:280)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processIndexOperationsSlice(AnalyticsDataIndexer.java:235)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.processIndexOperations(AnalyticsDataIndexer.java:223)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer.access$100(AnalyticsDataIndexer.java:85)
   at 
org.wso2.carbon.analytics.dataservice.core.indexing.AnalyticsDataIndexer$IndexWorker.run(AnalyticsDataIndexer.java:2184)
   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:748)
   ...

   _
   Marco Sessa
   Software Analyst / Developer
   CSP S.p.A.
   Napoli - Centro Direzionale,
   isola G/1, scala C
   Tel: 081.191.38.607
   Cel: 340.8689247
   Email: marco.se...@cspnet.it
   www.cspnet.it
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev