Assigned
Status Update
Comments
[Deleted User] <[Deleted User]> #2
[Comment deleted]
kn...@google.com <kn...@google.com>
kn...@google.com <kn...@google.com> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
Description
Providing a reproducible case is difficult; we're using Scala with the sbt-appengine plugin. I'm hoping that the problem is on our end, possibly that the sbt-appengine plugin needs to be updated for 1.9.64. However, I don't understand the conditions causing the "No permissions needed for this runtime" error. Can someone provide a hint as to why this might be happening?
In the mean time, I'm going to continue to try to further isolate the problem. Thanks.
Here's the stack trace:
java.lang.RuntimeException: No permissions needed for this runtime.
at com.google.appengine.tools.development.jetty9.JettyContainerService$JettyAppContext.getApplicationPermissions(JettyContainerService.java:154)
at com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.appHasPermission(DevAppServerFactory.java:497)
at com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.checkPermission(DevAppServerFactory.java:547)
at java.lang.Thread.setContextClassLoader(Thread.java:1474)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1079)
at com.google.appengine.tools.development.jetty9.DevAppEngineWebAppContext.doScope(DevAppEngineWebAppContext.java:94)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at com.google.appengine.tools.development.jetty9.JettyContainerService$ApiProxyHandler.handle(JettyContainerService.java:601)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:748)