[ERROR] 500 - POST on hosted mode

2009-11-24 Thread Fon Vitale
Hi there,

i'm building a GWT project that recolect information about weather
from Google Api Weather using a servelt. This servlet connects with
Google and parses the XML given. All this works fine, but the
comunication. The callback execute onFailre method instead of
onSucces. I get this in hosted mode:

500 - POST /tourismmultiagent/weather (127.0.0.1) 57 bytes

I think this error is an internal error. I have follow the tutorials
and documentation to make this project so I don't know how can I solve
the problem. Any idea?

--

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




Re: [ERROR] 500 - POST on hosted mode

2009-11-24 Thread Yozons Support on Gmail
Gotta look at all your logs, console, etc.  Most likely it's a null pointer
exception or a some sort of serialization issue because you have an object
without a zero-arg constructor.  Hard to tell with little info

--

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