It looks like you have a version of ASM that is incompatible with the dev_appserver's version hanging around. Do you have ASM in your JRE's lib/ext folder?
On Tue, Jun 1, 2010 at 10:56 PM, Andrew <[email protected]> wrote: > Hi, > > I'm trying to get spring 3.0 up and running as per the blog post at > > > http://www.ardentlord.com/apps/blog/show/829881-spring-3-0-on-google-app-engine > > However I'm running into some issues when I try and start it up in > Development (have not tried in production yet): > > The console is showing a stack of these messages: > > 02/06/2010 2:50:19 AM > com.google.appengine.tools.development.agent.impl.Transformer > transform > SEVERE: Unable to instrument > org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator. > Security restrictions may not be entirely emulated. > java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V > > However as far as I can tell the app is actually running. > > There was a thread in this group late last year that described a > similar issue, and the suggested solution seemed to be to rename the > plugin.jar file to plugin2.jar: > > > http://groups.google.com.au/group/google-appengine-java/browse_thread/thread/5e34079b5b3d58a1/b6db94a2df4ea58c?lnk=gst&q=Security+restrictions+may+not+be+entirely+emulated.#b6db94a2df4ea58c > > However the posters seemed to be using macs. I am on Windows 7 > (Eclipse Galileo with the Google Plugin) and cannot locate this file - > does anyone have any advice on where I may find it? > > Best regards, > Andrew. > > -- > 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.
