Search code examples
javagoogle-app-enginedwr

DWR sometimes die on the GAE server


I'm creating web app on the Google App Engine. For the AJAX calling I use DWR. Latest DWR version doesn't work fine with gae, because of that I work with 2.0.6 version of the DWR.

On the local machine application works good. But on the Google server some methods called with errors. I only get errors in browser console (server logs are clear): enter image description here

Any ideas? Why the behavior on the local and the server machines is different?

Thanks


Solution

  • I found mistake in my server side code.

    DWR 2 works fine for me. The question is closed.

    Excuse me for your time.