On Sun, Nov 10, 2013 at 11:35 AM, Mos <[email protected]> wrote:
> Tried today to update my appengine-application to Java 7 (because Java 6 > support is closed in some days). > My application did not start anymore. Please check the following exception. > > Unable to get members for class Uncaught exception from servlet > javax.servlet.UnavailableException: java.lang.SecurityException: Unable to > get members for class de.krisentalk.web.backoffice.BackofficeBackupController > > Most of the time, this exception occurs because some dependency JAR is missing from the application. Try examining the class BackofficeBackupController and verifying that the imports are all available. If you remove BackofficeBackupController, does your application start successfully? ----------------- -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.
