Your code is probably not being compiled. Can you clean the project and try again?
-- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Tue, Nov 9, 2010 at 11:26 PM, senderj <[email protected]> wrote: > I encountered this exception even with the simplest project - a new > project in Eclipse for GAE with the generated "Hello! World" servlet. > Here is what I got in my logs in one run: > > Warning: > java.lang.ClassNotFoundException: my.package.MypackageServlet > ..... > Error: > javax.servlet.ServletContext log: unavailable > javax.servlet.UnavailableException: my.package.MypackageServlet > ..... > Warning: > Failed startup of context > com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@d2d58b{/,/ > base/data/home/apps/whaleproxy3/1.346113531926587784} > java.lang.NullPointerException > ..... > Critical: > Uncaught exception from servlet > javax.servlet.UnavailableException: Initialization failed. > ..... > > Everything was generated by Eclipse except the project name and > package name. Anybody knows what is wrong? I can provide the full log > if necessary. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
