I have basically 3 things I do on this.
1- Check the GWT window log window for error messages.
2- Check the console view in eclipse for errors.
3- Run the program in debug mode, and step through the code to see
where the error occurs.
Are you using maven to launch the demo app or an eclipse launch configuration?
-Dave