Re: Serialization /Incompatible/ classnot found

2018-01-30 Thread Женя Воронюк
Hello, it might be related to this. I created issue https://github.com/gwtproject/gwt/issues/9593 Check whether your hash map contains arrays of objects. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Re: Serialization /Incompatible/ classnot found

2018-01-15 Thread jeslinedias84
Hi Collin, Hi Collin, I am using SmartGWT with GWT but the rpc call is made using GWT. None of the collections work during this call, its not just the linkedhashmap. Please let me know how do i get you the " http payload" logs for you to dig further. Connections is a typo, as

Re: Serialization /Incompatible/ classnot found

2018-01-12 Thread Colin Alworth
Without more details to try breaking this down, it sounds like your server has gone nuts - there are all kinds of reasonable ways that LinkedHashMap can't be sent over the wire, but none of them would result in trying to load a class named "http:". Either there is a fantastic bug inside RPC (and

Re: Serialization /Incompatible/ classnot found

2018-01-12 Thread jeslinedias84
Hi Collin, Sorry for the delayed response. I started digging into the issue again. Here is the finding. I was sending an Value Object that has collections in it. When i removed all the connections datatypes the error went away. There are other places am passing list and other

Re: Serialization /Incompatible/ classnot found

2017-12-08 Thread Colin Alworth
Can you share the string that the client sent to the server for this? It looks as though either something has been done to modify the stream (preemptively read from it once it hit the client? an extra token was written to it? some other customization?) or perhaps a proxy server replaced some

Serialization /Incompatible/ classnot found

2017-12-06 Thread jeslinedias84
Hi, i am getting the below error after i migrated from gwt 2.6.1 to gwt 2.8.1. am trying to pass an "LinkedHashMap " object thats causing the trouble. I am getting this issue only during post request. Linkedhashmap is working perfectly with get request. Any help is highly