简体   繁体   English

部署GAE应用程序时“初始化失败”

[英]“Initialization failed” while deploying GAE application

While deploying a GAE application, I get errors like: 部署GAE应用程序时,出现以下错误:

Uncaught exception from servlet
javax.servlet.UnavailableException: Initialization failed.
    at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:211)
    at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:171)
    at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:123)
    at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:392)
    at com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:449)
    at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:455)
    at com.google.tracing.TraceContext.runInContext(TraceContext.java:695)
    at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:333)
    at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:325)
    at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:453)
    at com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:162)
    at java.lang.Thread.run(Thread.java:679)

What would be the reason for that? 那是什么原因呢?

This has probably been caused by your servlet having failed its init method. 这可能是由于servlet的init方法失败而引起的。 There should be another stacktrace before this one with more details. 在此之前应该有另一个堆栈跟踪,其中包含更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用程序无法在GAE上运行 - Application failed to run on GAE 部署 GAE Java 应用程序时出错 - Error when deploying GAE Java application 使用eclipse插件在GAE上部署应用程序 - Deploying application on GAE using eclipse plugin 部署到Apache 7.0.54和java 8时,Spring上下文初始化失败,出现java.lang.IllegalArgumentException - Spring context initialization failed with java.lang.IllegalArgumentException while deploying to Apache 7.0.54 and java 8 在WAS上部署应用程序时出现NoClassDefFoundError - NoClassDefFoundError while deploying an application on WAS 在GlassFish中EJB应用程序部署失败 - EJB application deploying failed in GlassFish 尝试将GWT应用程序部署到GAE时出错 - Error while trying to Deploy GWT application to GAE 通过Java Windows 7中的命令提示符在Google App Engine上更新(部署)应用程序时,身份验证失败 - Authentication failed while updating (deploying) application on google app engine via command prompt in java windows 7 Glassfish:部署应用程序时出现NoClassDefFoundError - Glassfish: NoClassDefFoundError while deploying the application 在GlassFish中部署应用程序时出现问题 - Problem While Deploying Application in GlassFish
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM