Hi,

I have a GWT app that runs fine in eclipse.  Recently I upgraded from
GWT 2.3 to 2.4, and also had to upgrade my deployment server from
Tomcat 5.5 to Tomcat 6.

My app still works fine running in Eclipse, but when I try to deploy
it to the server, it doesn't run correctly.

It starts up just fine, but when the client makes a call to the server
and enters a polling loop, at some point the loops stops.  According
to FireBug, an HTTP 500 Internal Server Error was returned from the
server.  There is no error in the tomcat log, I see output indicating
that the servlet is continuing on its merry way collecting data for
the client.

When the polling loop starts, the Firebug log reports an HTTP 200
reply every polling interval, but after 10-15 cycles of that, it stops
with an HTTP 500 Internal Server Error.

Also, I don't know if this is a problem, but after each Post in the
polling loop, I see a warning message:

  reference to undefined property this$static.stringMap[":" + key]

Any suggestions on how to debug this issue?

Thanks,

-Eben

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to