I'm attempting to do this tutorial: GAE Tutorial 1.
When I try and deploy locally a window pops up telling me there are errors in my project, although it allows me to proceed anyway. If I do proceed the application uploads, however, it doesn't perform correctly.
I get this error in the console twice: May 15, 2012 2:55:00 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /favicon.ico
The app seems to work as normal though, however, when I try and click the 'add' button on the second tab this message appears in the console, and nothing else happens:
May 15, 2012 2:55:05 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /order
I could not find the errors, or find anything which told me where to find the errors.
Google allows you to download the completed code here. When I ran that, I got the same error.
I am pretty sure I set everything (Eclipse, GAE Plugin, and this particular tutorial) up correctly - I followed the online tutorials exactly. I'm completely stumped.
Post Edit:
I have found a list of 21 Errors which all seem to relate to the WEB-INF/lib directory being empty. They are all in the form:
The App Engine SDK JAR < appengine-api-1.0-skd-1.6.4.jar > is missing in the WEB-INF/lib directory
with the part in the <> a bunch of different things which seem to be libraries(?).