Re: [Dev] Issue with EI 6.1.1 update 22 and 24.

2018-03-14 Thread Nirothipan Mehalingam
Hi Jorge,

On Thu, Mar 15, 2018 at 12:07 AM, Jorge  wrote:

> Thanks Madhawa.
>
> It will be available in the update 25?
>

We will  releasing an 6.2.0 RC with these changes soon.

Thanks
Nirothipan

>
> Regards,
>Jorge.
>
> 2018-03-14 14:35 GMT-04:00 Madhawa Gunasekara :
>
>> Hi Jorge,
>>
>> We have fixed this regression issue, It will be available in upcoming
>> release.
>>
>> Thanks,
>> Madhawa
>>
>> On Mar 14, 2018 11:16 PM, "Jorge"  wrote:
>>
>>> Hi all.
>>>
>>> If I have a data service with a resources like this one:
>>>
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>> When I call it I get this error:
>>>
>>> TID: [-1234] [] [2018-03-12 00:01:13,570] ERROR {
>>> org.apache.axis2.json.gson.GsonXMLStreamReader} -  Value type miss
>>> match, Expected value type - 'null', but found - 'STRING' {
>>> org.apache.axis2.json.gson.GsonXMLStreamReader}
>>> TID: [-1234] [] [2018-03-12 00:01:13,584] ERROR
>>> {org.apache.synapse.transport.passthru.ServerWorker} -  Error
>>> processing POST request for : /services/DataAccountService/insertClient.
>>> Error detail: Value type miss match, Expected value type - 'null', but
>>> found - 'STRING'.  {org.apache.synapse.transport.passthru.ServerWorker}
>>> java.lang.IllegalArgumentException: Value type miss match, Expected
>>> value type - 'null', but found - 'STRING'
>>> at org.apache.axis2.json.gson.GsonXMLStreamReader.nextValue(Gso
>>> nXMLStreamReader.java:737)
>>> at org.apache.axis2.json.gson.GsonXMLStreamReader.readValue(Gso
>>> nXMLStreamReader.java:626)
>>> at org.apache.axis2.json.gson.GsonXMLStreamReader.stateTransiti
>>> on(GsonXMLStreamReader.java:532)
>>> at org.apache.axis2.json.gson.GsonXMLStreamReader.next(GsonXMLS
>>> treamReader.java:178)
>>> at org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(St
>>> AXOMBuilder.java:681)
>>> at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBu
>>> ilder.java:214)
>>> at org.apache.axiom.om.impl.llom.OMSerializableImpl.build(OMSer
>>> ializableImpl.java:78)
>>> at org.apache.axiom.om.impl.llom.OMElementImpl.build(OMElementI
>>> mpl.java:722)
>>> at org.apache.axiom.om.impl.llom.OMElementImpl.detach(OMElement
>>> Impl.java:700)
>>> at org.apache.axiom.om.impl.llom.OMNodeImpl.setParent(OMNodeImp
>>> l.java:105)
>>> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMEleme
>>> ntImpl.java:296)
>>> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMEleme
>>> ntImpl.java:212)
>>> at org.apache.axiom.soap.impl.llom.SOAPBodyImpl.addChild(SOAPBo
>>> dyImpl.java:231)
>>> at org.apache.axis2.json.gson.JSONMessageHandler.invoke(JSONMes
>>> sageHandler.java:84)
>>> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
>>> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
>>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
>>> at org.apache.synapse.transport.passthru.ServerWorker.processNo
>>> nEntityEnclosingRESTHandler(ServerWorker.java:331)
>>> at org.apache.synapse.transport.passthru.ServerWorker.processEn
>>> tityEnclosingRequest(ServerWorker.java:377)
>>> at org.apache.synapse.transport.passthru.ServerWorker.run(Serve
>>> rWorker.java:149)
>>> 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)
>>>
>>> The same dataservice work fine with DSS 3.5.1 and with the first EI
>>> 6.1.1.
>>>
>>> Any idea?
>>>
>>> Regards,
>>> Jorge.
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>


-- 


*M.Nirothipan*
Software Engineer
*Mobile : +94 77 2172692*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue with EI 6.1.1 update 22 and 24.

2018-03-14 Thread Jorge
Thanks Madhawa.

It will be available in the update 25?

Regards,
   Jorge.

2018-03-14 14:35 GMT-04:00 Madhawa Gunasekara :

> Hi Jorge,
>
> We have fixed this regression issue, It will be available in upcoming
> release.
>
> Thanks,
> Madhawa
>
> On Mar 14, 2018 11:16 PM, "Jorge"  wrote:
>
>> Hi all.
>>
>> If I have a data service with a resources like this one:
>>
>> 
>> 
>> 
>> 
>> 
>>
>>
>> When I call it I get this error:
>>
>> TID: [-1234] [] [2018-03-12 00:01:13,570] ERROR {
>> org.apache.axis2.json.gson.GsonXMLStreamReader} -  Value type miss
>> match, Expected value type - 'null', but found - 'STRING' {
>> org.apache.axis2.json.gson.GsonXMLStreamReader}
>> TID: [-1234] [] [2018-03-12 00:01:13,584] ERROR
>> {org.apache.synapse.transport.passthru.ServerWorker} -  Error processing
>> POST request for : /services/DataAccountService/insertClient. Error
>> detail: Value type miss match, Expected value type - 'null', but found -
>> 'STRING'.  {org.apache.synapse.transport.passthru.ServerWorker}
>> java.lang.IllegalArgumentException: Value type miss match, Expected
>> value type - 'null', but found - 'STRING'
>> at org.apache.axis2.json.gson.GsonXMLStreamReader.nextValue(Gso
>> nXMLStreamReader.java:737)
>> at org.apache.axis2.json.gson.GsonXMLStreamReader.readValue(Gso
>> nXMLStreamReader.java:626)
>> at org.apache.axis2.json.gson.GsonXMLStreamReader.stateTransiti
>> on(GsonXMLStreamReader.java:532)
>> at org.apache.axis2.json.gson.GsonXMLStreamReader.next(GsonXMLS
>> treamReader.java:178)
>> at org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(
>> StAXOMBuilder.java:681)
>> at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBu
>> ilder.java:214)
>> at org.apache.axiom.om.impl.llom.OMSerializableImpl.build(OMSer
>> ializableImpl.java:78)
>> at org.apache.axiom.om.impl.llom.OMElementImpl.build(OMElementI
>> mpl.java:722)
>> at org.apache.axiom.om.impl.llom.OMElementImpl.detach(OMElement
>> Impl.java:700)
>> at org.apache.axiom.om.impl.llom.OMNodeImpl.setParent(OMNodeImp
>> l.java:105)
>> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMEleme
>> ntImpl.java:296)
>> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMEleme
>> ntImpl.java:212)
>> at org.apache.axiom.soap.impl.llom.SOAPBodyImpl.addChild(SOAPBo
>> dyImpl.java:231)
>> at org.apache.axis2.json.gson.JSONMessageHandler.invoke(JSONMes
>> sageHandler.java:84)
>> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
>> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
>> at org.apache.synapse.transport.passthru.ServerWorker.processNo
>> nEntityEnclosingRESTHandler(ServerWorker.java:331)
>> at org.apache.synapse.transport.passthru.ServerWorker.processEn
>> tityEnclosingRequest(ServerWorker.java:377)
>> at org.apache.synapse.transport.passthru.ServerWorker.run(Serve
>> rWorker.java:149)
>> 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)
>>
>> The same dataservice work fine with DSS 3.5.1 and with the first EI 6.1.1.
>>
>> Any idea?
>>
>> Regards,
>> Jorge.
>>
>>
>>
>> ___
>> 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] Issue with EI 6.1.1 update 22 and 24.

2018-03-14 Thread Madhawa Gunasekara
Hi Jorge,

We have fixed this regression issue, It will be available in upcoming
release.

Thanks,
Madhawa

On Mar 14, 2018 11:16 PM, "Jorge"  wrote:

> Hi all.
>
> If I have a data service with a resources like this one:
>
> 
> 
> 
> 
> 
>
>
> When I call it I get this error:
>
> TID: [-1234] [] [2018-03-12 00:01:13,570] ERROR
> {org.apache.axis2.json.gson.GsonXMLStreamReader} -  Value type miss
> match, Expected value type - 'null', but found - 'STRING'
> {org.apache.axis2.json.gson.GsonXMLStreamReader}
> TID: [-1234] [] [2018-03-12 00:01:13,584] ERROR
> {org.apache.synapse.transport.passthru.ServerWorker} -  Error processing
> POST request for : /services/DataAccountService/insertClient. Error
> detail: Value type miss match, Expected value type - 'null', but found -
> 'STRING'.  {org.apache.synapse.transport.passthru.ServerWorker}
> java.lang.IllegalArgumentException: Value type miss match, Expected value
> type - 'null', but found - 'STRING'
> at org.apache.axis2.json.gson.GsonXMLStreamReader.nextValue(
> GsonXMLStreamReader.java:737)
> at org.apache.axis2.json.gson.GsonXMLStreamReader.readValue(
> GsonXMLStreamReader.java:626)
> at org.apache.axis2.json.gson.GsonXMLStreamReader.stateTransition(
> GsonXMLStreamReader.java:532)
> at org.apache.axis2.json.gson.GsonXMLStreamReader.next(
> GsonXMLStreamReader.java:178)
> at org.apache.axiom.om.impl.builder.StAXOMBuilder.
> parserNext(StAXOMBuilder.java:681)
> at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(
> StAXOMBuilder.java:214)
> at org.apache.axiom.om.impl.llom.OMSerializableImpl.build(
> OMSerializableImpl.java:78)
> at org.apache.axiom.om.impl.llom.OMElementImpl.build(
> OMElementImpl.java:722)
> at org.apache.axiom.om.impl.llom.OMElementImpl.detach(
> OMElementImpl.java:700)
> at org.apache.axiom.om.impl.llom.OMNodeImpl.setParent(OMNodeImpl.java:105)
> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(
> OMElementImpl.java:296)
> at org.apache.axiom.om.impl.llom.OMElementImpl.addChild(
> OMElementImpl.java:212)
> at org.apache.axiom.soap.impl.llom.SOAPBodyImpl.addChild(
> SOAPBodyImpl.java:231)
> at org.apache.axis2.json.gson.JSONMessageHandler.invoke(
> JSONMessageHandler.java:84)
> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
> at org.apache.synapse.transport.passthru.ServerWorker.
> processNonEntityEnclosingRESTHandler(ServerWorker.java:331)
> at org.apache.synapse.transport.passthru.ServerWorker.
> processEntityEnclosingRequest(ServerWorker.java:377)
> at org.apache.synapse.transport.passthru.ServerWorker.run(
> ServerWorker.java:149)
> 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)
>
> The same dataservice work fine with DSS 3.5.1 and with the first EI 6.1.1.
>
> Any idea?
>
> Regards,
> Jorge.
>
>
>
> ___
> 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] Issue with EI 6.1.1 update 22 and 24.

2018-03-14 Thread Jorge
Hi all.

If I have a data service with a resources like this one:








When I call it I get this error:

TID: [-1234] [] [2018-03-12 00:01:13,570] ERROR
{org.apache.axis2.json.gson.GsonXMLStreamReader} -  Value type miss match,
Expected value type - 'null', but found - 'STRING'
{org.apache.axis2.json.gson.GsonXMLStreamReader}
TID: [-1234] [] [2018-03-12 00:01:13,584] ERROR
{org.apache.synapse.transport.passthru.ServerWorker} -  Error processing
POST request for : /services/DataAccountService/insertClient. Error detail:
Value type miss match, Expected value type - 'null', but found - 'STRING'.
{org.apache.synapse.transport.passthru.ServerWorker}
java.lang.IllegalArgumentException: Value type miss match, Expected value
type - 'null', but found - 'STRING'
at
org.apache.axis2.json.gson.GsonXMLStreamReader.nextValue(GsonXMLStreamReader.java:737)
at
org.apache.axis2.json.gson.GsonXMLStreamReader.readValue(GsonXMLStreamReader.java:626)
at
org.apache.axis2.json.gson.GsonXMLStreamReader.stateTransition(GsonXMLStreamReader.java:532)
at
org.apache.axis2.json.gson.GsonXMLStreamReader.next(GsonXMLStreamReader.java:178)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
at
org.apache.axiom.om.impl.llom.OMSerializableImpl.build(OMSerializableImpl.java:78)
at org.apache.axiom.om.impl.llom.OMElementImpl.build(OMElementImpl.java:722)
at
org.apache.axiom.om.impl.llom.OMElementImpl.detach(OMElementImpl.java:700)
at org.apache.axiom.om.impl.llom.OMNodeImpl.setParent(OMNodeImpl.java:105)
at
org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMElementImpl.java:296)
at
org.apache.axiom.om.impl.llom.OMElementImpl.addChild(OMElementImpl.java:212)
at
org.apache.axiom.soap.impl.llom.SOAPBodyImpl.addChild(SOAPBodyImpl.java:231)
at
org.apache.axis2.json.gson.JSONMessageHandler.invoke(JSONMessageHandler.java:84)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:331)
at
org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:377)
at
org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:149)
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)

The same dataservice work fine with DSS 3.5.1 and with the first EI 6.1.1.

Any idea?

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