The problem may be related to the Vaadin eclipse plugin. See http://dev.vaadin.com/ticket/4596
-- Henri Muurimaa On Apr 20, 9:02 am, Dannemano <[email protected]> wrote: > Note, I am also MacOSX snow leopard. I have been hacking away in App > Engine and Vaadin before 1.3.2 and it has been working flawlessly. > > I tried moving the project to a newly downloaded copy of Eclipse (the > JavaEE development version) and then installing Google Plugin. > The same issue as described above. > > After reinstalling and trying different order in how I set the App > Engine SDK for the project I got it working. Instead I now receive > warnings: > > Description Resource Path Location Type > The App Engine SDK JAR appengine-api-1.0-sdk-1.3.2.jar is missing in > the WEB-INF/lib directory > > If I run the project now with the development server I get this > runtime issue: > > HTTP ERROR 500 > Problem accessing /. Reason: > com/google/appengine/api/datastore/EntityNotFoundException > Caused by: > java.lang.NoClassDefFoundError: com/google/appengine/api/datastore/ > EntityNotFoundException > > So clearly the dev-server cannot find the libraries and this is the > point where I am currently stuck. If I use the J2EE Module > Dependencies to export the App Engine required libs to WEB-INF/lib > then the App Engine SDK gets messed up for the project and I am back > to the starting point where the SDK is permanently set to > "{project.home}/war" > > Any ideas? Can it be a bug in the Google plugin itself for MacOS? > > Regards, > Daniel > > On 19 Apr, 19:18, Moritz <[email protected]> wrote: > > > > > No. > > > Miguel asked for an example project for reproduction, but in each and > > every project I try to enable appengine support, I get the same > > problem and the SDK is permanently set to "{project.home}/war" and I'm > > not able to change it. > > > My solution is to get rid of the Eclipse plugin and use the Maven > > plugin instead. Maven is better anyway - unfortunately not officially > > supported by Google. > > > Moritz > > > P.S.: I'm using Eclipse on Mac OS X 10.6.3 > > > On 19 Apr., 13:00, Dannemano <[email protected]> wrote: > > > > Hi, > > > > Any updates on the bug? I have the exact same problems and have been > > > unable to fix it. > > > > Regards, > > > Daniel > > > > On 5 Apr, 15:04, Miguel Méndez <[email protected]> wrote: > > > > > Can you file a bug with a project that reproduces the problem? I think > > > > that > > > > will be the best way to get to bottom of what is going on. > > > > -- > > > 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 > > > athttp://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 > > athttp://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 > athttp://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.
