Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java ';87%执行';运行AppEngine应用程序时的消息 问题_Java_Google App Engine_Google Cloud Platform_Gradle Plugin - Fatal编程技术网

Java ';87%执行';运行AppEngine应用程序时的消息 问题

Java ';87%执行';运行AppEngine应用程序时的消息 问题,java,google-app-engine,google-cloud-platform,gradle-plugin,Java,Google App Engine,Google Cloud Platform,Gradle Plugin,对于标准环境应用程序,当运行命令gradle appengineRun时,控制台中一致记录的消息87%正在执行。当使用命令gradle jettyRun运行灵活的环境AppEngine应用程序时,类似的消息88%执行一致显示 这是否意味着运行应用程序时出现问题,因为日志中没有错误 日志 Adams-MBP-2:硬币价格adamhurwitz$gradle appengineRun 2018-10-18 23:51:34.030:INFO::main:Logging在2160ms时初始化为org.

对于标准环境应用程序,当运行命令
gradle appengineRun
时,控制台中一致记录的消息87%正在执行。当使用命令
gradle jettyRun
运行灵活的环境AppEngine应用程序时,类似的消息88%执行一致显示

这是否意味着运行应用程序时出现问题,因为日志中没有错误

日志
Adams-MBP-2:硬币价格adamhurwitz$gradle appengineRun
2018-10-18 23:51:34.030:INFO::main:Logging在2160ms时初始化为org.eclipse.jetty.util.log.StdErrLog
2018-10-18 23:51:35.185:信息:oejs.服务器:main:jetty-9.4.11.v20180605;建成日期:2018-06-05T18:24:03.829Z;git:d5fc0523cfa96bfebfbda19606cad384d772f04c;jvm 1.8.0_101-b13
2018-10-18 23:51:36.951:信息:oejsh.上下文处理程序:主要:启动c.g.a.t.d.j。DevAppEngineWebAppContext@d554c5f{/,file:///Users/adamhurwitz/coinverse/coinverse-price/build/exploded-coinverse-price/,可用}{/Users/adamhurwitz/coinverse/coinverse price/build/exploded coinverse price}
2018-10-18 23:51:36.953:信息:oejs.session:main:DefaultSessionIdManager workerName=node0
2018-10-18 23:51:36.954:信息:oejs.会话:主要:节点0清除已禁用
2018-10-18 23:51:36.995:信息:oejs.AbstractConnector:main:已启动NetworkTrafficSelectChannelConnector@60f00693{HTTP/1.1[HTTP/1.1]}{localhost:8080}
2018-10-18 23:51:37.010:INFO:oejs.Server:main:Started@5142ms
2018年10月19日上午6:51:37 com.google.appengine.tools.development.jetty9.JettyContainerService startHotDeployScanner
信息:每5秒对web应用程序进行一次全面扫描。
2018年10月19日上午6:51:37 com.google.appengine.tools.development.AbstractModule启动
信息:模块实例默认值正在运行http://localhost:8080/
2018年10月19日上午6:51:37 com.google.appengine.tools.development.AbstractModule启动
信息:管理控制台正在运行http://localhost:8080/_ah/admin
2018年10月18日晚上11:51:37 com.google.appengine.tools.development.devappserver impl doStart
信息:开发应用服务器现在正在运行
87%执行[16秒]
>:appengineRun

到目前为止,我在本地和AppEngine服务器上运行的所有测试都在运行,所以我要说87%和88%都很好

Adams-MBP-2:coinverse-price adamhurwitz$ gradle appengineRun
2018-10-18 23:51:34.030:INFO::main: Logging initialized @2160ms to     org.eclipse.jetty.util.log.StdErrLog
2018-10-18 23:51:35.185:INFO:oejs.Server:main: jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_101-b13
2018-10-18 23:51:36.951:INFO:oejsh.ContextHandler:main: Started     c.g.a.t.d.j.DevAppEngineWebAppContext@d554c5f{/,file:///Users/adamhurwitz/coinverse/coinverse-price/build/exploded-coinverse-price/,AVAILABLE}    {/Users/adamhurwitz/coinverse/coinverse-price/build/exploded-coinverse-price}
2018-10-18 23:51:36.953:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2018-10-18 23:51:36.954:INFO:oejs.session:main: node0 Scavenging disabled
2018-10-18 23:51:36.995:INFO:oejs.AbstractConnector:main: Started     NetworkTrafficSelectChannelConnector@60f00693{HTTP/1.1,[http/1.1]}{localhost:8080}
2018-10-18 23:51:37.010:INFO:oejs.Server:main: Started @5142ms
Oct 19, 2018 6:51:37 AM     com.google.appengine.tools.development.jetty9.JettyContainerService     startHotDeployScanner
INFO: Full scan of the web app in place every 5s.
Oct 19, 2018 6:51:37 AM com.google.appengine.tools.development.AbstractModule startup
INFO: Module instance default is running at http://localhost:8080/
Oct 19, 2018 6:51:37 AM com.google.appengine.tools.development.AbstractModule startup
INFO: The admin console is running at http://localhost:8080/_ah/admin
Oct 18, 2018 11:51:37 PM com.google.appengine.tools.development.DevAppServerImpl doStart
INFO: Dev App Server is now running
<===========--> 87% EXECUTING [16s]
> :appengineRun