On Tue, Sep 24, 2013 at 5:22 PM, Carter <[email protected]> wrote: > Any clues on how to fix this? > We are getting uncaught exceptions with NoSuchMethodError. > We're on 1.8.4 and using what we believe is th latest version of the gcs > client and java pipeline. > > Uncaught exception from servlet > java.lang.NoSuchMethodError: > com.google.appengine.tools.cloudstorage.GcsService.openPrefetchingReadChannel > >
Do you have multiple versions of the GCS library installed? Make sure to inspect all JARs, there may be a library that includes GCS without your knowledge. Does this happen on your local development server as well? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
