Is this an appcfg error? The exception seems to indicate you are having a problem compiling JSPs. Can you look into that?
-- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Thu, Aug 11, 2011 at 12:17 AM, asjad <[email protected]> wrote: > Hello Everyone, > I m using Netbeans IDE 6.8 and i have been facing the same > problem,while deploying the application i get the following error,as > seen in post i have copied the tools.jar in Libraries Folder but i > dont know how to modify appcfg.cmd as i m new to java,please halp me > out. > > Unable to update: > com.google.appengine.tools.admin.JspCompilationException: Failed to > compile jsp files. > at > com.google.appengine.tools.admin.Application.compileJsps(Application.java: > 456) > at > > com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java: > 334) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 282) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > 48) > at com.google.appengine.tools.admin.AppCfg > $UpdateAction.execute(AppCfg.java:596) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:157) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:65) > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61) > com.google.appengine.tools.admin.AdminException: Unable to update app: > Failed to compile jsp files. > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 289) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > 48) > at com.google.appengine.tools.admin.AppCfg > $UpdateAction.execute(AppCfg.java:596) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:157) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:65) > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61) > Caused by: com.google.appengine.tools.admin.JspCompilationException: > Failed to compile jsp files. > at > com.google.appengine.tools.admin.Application.compileJsps(Application.java: > 456) > at > > com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java: > 334) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 282) > ... 5 more > > -- > 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. > > -- 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.
