Thanks for the update, Andy. I'm not sure what the 500s you're seeing are yet, but I'll keep an eye out for reports.
-- 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 Thu, Dec 9, 2010 at 12:36 PM, A. Stevko <[email protected]> wrote: > The only other surprise was when I upgrade the eclipse project to using > 1.4, it _silently failed_ to copy the 1.4 jar files into my project. > This resulted in class not found exceptions during startup. > I've seen other posts that stated this happened when the files where > manually put into place but that is not my case. I've always relied on the > eclipse project tool for managing the gae & gwt versions. > > Manually deleting the various 1.3.8 jars and resetting the project's app > engine version to 1.4.0 put the whole thing back on track. > > One other thing that is bothering me now although it may or may not be > related to the 1.4 upgrade migration, > Many UI 500 responses are context startup initialization failures like: > > 12-09 10:22AM 56.796 > > > Failed startup of context > com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@1cc5461{/,/base/data/home/apps/ninuku-archivist/1-0-6d.346785216597395753} > com.google.apphosting.api.DeadlineExceededException: This request > (96acdaff3e9f45cd) started at 2010/12/09 18:22:28.108 UTC and was still > executing at 2010/12/09 18:22:56.787 UTC. > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:532) > at java.lang.Class.newInstance0(Class.java:372) > at java.lang.Class.newInstance(Class.java:325) > > > > ---------------------------- and ----------------- > 12-09 09:58AM 28.574 > > > Failed startup of context > com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@15780d9{/,/base/data/home/apps/ninuku-archivist/1-0-6d.346785216597395753} > com.google.inject.CreationException: Guice creation errors: > > 1) Error injecting method, com.google.inject.internal.ComputationException: > com.google.inject.internal.ComputationException: java.lang.SecurityException: > Unable to get members for class > com.ninuku.memories.server.handler.journal.DeletePhotoChapterHandler > at > net.customware.gwt.dispatch.server.guice.ActionHandlerLinker.linkHandlers(ActionHandlerLinker.java:30) > > 1 error > at > com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:354) > at > com.google.inject.InjectorBuilder.injectDynamically(InjectorBuilder.java:173) > at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:113) > at com.google.inject.Guice.createInjector(Guice.java:92) > > > > > > On Wed, Dec 8, 2010 at 12:39 PM, Stevko <[email protected]> wrote: > >> I'm dealing with the change in task queue apis away from .labs. >> >> One change I've encoutered that is not mentioned in the release notes: >> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes >> >> import static >> com.google.appengine.api.labs.taskqueue.TaskOptions.Builder.url; >> is now undefined. >> >> I suspect this is the proper replacement method >> import static >> com.google.appengine.api.taskqueue.TaskOptions.Builder.withUrl; >> >> Any other surprises with migrating to 1.4 task queues? >> >> -- >> 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]<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.
