padis
padis

Reputation: 2354

GWT failed to get the serialization policy

When I deploy newer version of my GWT application, I get sometimes this log error:

SEVERE: GwtRpcEventSrvc: WARNING: Failed to get the SerializationPolicy 'www.host.com:22041/MYAPP/'; a legacy, 1.3.3 compatible, serialization policy will be 
 a result.                                                                      

Upvotes: 5

Views: 4378

Answers (2)

Molly
Molly

Reputation: 297

Try clearing your browser cache. It worked for me.. after searching a lot of a lot of ways to solve it.

Upvotes: 7

Carl Pritchett
Carl Pritchett

Reputation: 684

See:

In summary: you need to set HTTP headers not to cache the .nocache.js files via your web server or a servlet filter

Upvotes: 3

Related Questions