Does anyone have a working version of the stock watcher tutorial AFTER the AppEngine part of the tutorial, IE the one with the datastore and the login bits working? (see http://lensticker.appspot.com)
Ideally Id like it fully zipped up with all the Eclipse settings correct, so that i can simply import it and see it working. I've been trying all weekend to make it work, and I just cant get it to work, locally it just gives me a "this program cannot display the webpage" but no other errors at all! I have deployed it to http://ucanzoom.appspot.com thinking maybe it was something to do with the settings in eclipse, or something to do with not being able to run it locally, but as you can see it doesn't work on there either I have tried using the version located at http://code.google.com/p/loxal/source/browse/?r=50ee8d1727#hg/StockWatcher/src but even this doesnt seem to work. I am gettting the following warnings: Description Resource Path Location Type The method handleError(Throwable) from the type StockWatcher is never used locally StockWatcher.java StockWatcher/src/com/google/gwt/sample/ stockwatcher/client line 300 Java Problem The serializable class LoginInfo does not declare a static final serialVersionUID field of type long LoginInfo.java StockWatcher/src/ com/google/gwt/sample/stockwatcher/client line 5 Java Problem The serializable class LoginServiceImpl does not declare a static final serialVersionUID field of type long LoginServiceImpl.java StockWatcher/src/com/google/gwt/sample/stockwatcher/server line 10 Java Problem The serializable class NotLoggedInException does not declare a static final serialVersionUID field of type long NotLoggedInException.java StockWatcher/src/com/google/gwt/sample/stockwatcher/client line 5 Java Problem The serializable class StockServiceImpl does not declare a static final serialVersionUID field of type long StockServiceImpl.java StockWatcher/src/com/google/gwt/sample/stockwatcher/server line 20 Java Problem Type safety: Unchecked cast from Object to List<Stock> StockServiceImpl.java StockWatcher/src/com/google/gwt/sample/ stockwatcher/server line 44 Java Problem Type safety: Unchecked cast from Object to List<Stock> StockServiceImpl.java StockWatcher/src/com/google/gwt/sample/ stockwatcher/server line 67 Java Problem and this is the full text of the web page error: This program cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address. What you can try: Check your Internet connection. Try visiting another website to make sure you are connected. Retype the address. Go back to the previous page. More information --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
