After redeploying my application, I am unable to start my application. I 
get a severe error upon startup. This is the same version of my application 
that was running successfully before. I have not made any configuration or 
jar changes, so I don't know why I would start getting this now. I've been 
using spring 4.04

Uncaught exception from servlet java.lang.ExceptionInInitializerError at 
org.slf4j.LoggerFactory.bind(LoggerFactory.java:150 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fslf4j%2FLoggerFactory.java&line=150>
) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:121 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fslf4j%2FLoggerFactory.java&line=121>
) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:332 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fslf4j%2FLoggerFactory.java&line=332>
) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:284 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fslf4j%2FLoggerFactory.java&line=284>
) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(
SLF4JLogFactory.java:155 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fapache%2Fcommons%2Flogging%2Fimpl%2FSLF4JLogFactory.java&line=155>
) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(
SLF4JLogFactory.java:132 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fapache%2Fcommons%2Flogging%2Fimpl%2FSLF4JLogFactory.java&line=132>
) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:275 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fapache%2Fcommons%2Flogging%2FLogFactory.java&line=275>
) at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(
ContextLoader.java:282 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fspringframework%2Fweb%2Fcontext%2FContextLoader.java&line=282>
) at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(
ContextLoaderListener.java:106 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fspringframework%2Fweb%2Fcontext%2FContextLoaderListener.java&line=106>
) at org.mortbay.jetty.handler.ContextHandler.startContext(
ContextHandler.java:548 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fjetty%2Fhandler%2FContextHandler.java&line=548>
) at org.mortbay.jetty.servlet.Context.startContext(Context.java:136 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fjetty%2Fservlet%2FContext.java&line=136>
) at org.mortbay.jetty.webapp.WebAppContext.startContext(
WebAppContext.java:1250 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fjetty%2Fwebapp%2FWebAppContext.java&line=1250>
) at org.mortbay.jetty.handler.ContextHandler.doStart(
ContextHandler.java:517 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fjetty%2Fhandler%2FContextHandler.java&line=517>
) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fjetty%2Fwebapp%2FWebAppContext.java&line=467>
) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=org%2Fmortbay%2Fcomponent%2FAbstractLifeCycle.java&line=50>
) at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(
AppVersionHandlerMap.java:199 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2Fjetty%2FAppVersionHandlerMap.java&line=199>
) at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(
AppVersionHandlerMap.java:174 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2Fjetty%2FAppVersionHandlerMap.java&line=174>
) at 
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(
JettyServletEngineAdapter.java:134 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2Fjetty%2FJettyServletEngineAdapter.java&line=134>
) at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(
JavaRuntime.java:527 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2FJavaRuntime.java&line=527>
) at com.google.tracing.TraceContext$TraceContextRunnable.runInContext(
TraceContext.java:437 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FTraceContext.java&line=437>
) at com.google.tracing.TraceContext$TraceContextRunnable$1.run(
TraceContext.java:444 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FTraceContext.java&line=444>
) at com.google.tracing.CurrentContext.runInContext(CurrentContext.java:230 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FCurrentContext.java&line=230>
) at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(
TraceContext.java:308 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FTraceContext.java&line=308>
) at 
com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(
TraceContext.java:300 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FTraceContext.java&line=300>
) at com.google.tracing.TraceContext$TraceContextRunnable.run(
TraceContext.java:441 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Ftracing%2FTraceContext.java&line=441>
) at com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(
ThreadGroupPool.java:251 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2FThreadGroupPool.java&line=251>
) at java.lang.Thread.run(Thread.java:745 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=java%2Flang%2FThread.java&line=745>
) Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "createSecurityManager") at 
java.security.AccessControlContext.checkPermission(
AccessControlContext.java:382 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=java%2Fsecurity%2FAccessControlContext.java&line=382>
) at java.security.AccessController.checkPermission(
AccessController.java:572 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=java%2Fsecurity%2FAccessController.java&line=572>
) at java.lang.SecurityManager.checkPermission(SecurityManager.java:549 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=java%2Flang%2FSecurityManager.java&line=549>
) at 
com.google.apphosting.runtime.security.CustomSecurityManager.checkPermission(
CustomSecurityManager.java:56 
<https://console.developers.google.com/project/qualified-day-584/clouddev/source/resolve_location?appModule=default&appVersion=1&timestampNanos=1433421349368000000&file=com%2Fgoogle%2Fapphosting%2Fruntime%2Fsecurity%2FCustomSecurityManager.java&line=56>
) at java.lang.SecurityManager.<init>(SecurityManager.java:299) at 
org.slf4j.helpers.Util$ClassContextSecurityManager.<init>(Util.java:43) at 
org.slf4j.helpers.Util$ClassContextSecurityManager.<init>(Util.java:43) at 
org.slf4j.helpers.Util.<clinit>(Util.java:49) ... 27 more

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f4b0af1c-36f8-41cf-8120-bedf032bd3e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to