背景资料
<Map>
<timestamp>1453905900007</timestamp>
<status>500</status>
<error>Internal Server Error</error>
<exception>org.springframework.web.HttpRequestMethodNotSupportedException</exception>
<message>Request method 'GET' not supported</message>
<path>/shutdown</path>
</Map>
Spring Actuctor提供的管理URL在点击关闭后似乎仍然运行良好。
发布前控制台输出
10:01:42.496[main]INFO O.s.B.C.E.T.TomCatEmbeddedServletContainer-Tomcat在端口上启动:8002(http)10:01:42.499[main]INFO com.xyz.api.main-在5.956秒内启动main(JVM运行时间为6.381)
发布后控制台输出
回答我自己的问题来帮助别人。我是个笨蛋.../acture
URL列出了所有可用的命令,所有这些命令都基于Get
请求工作。
/shutdown
URL实际上需要向其发送HTTP POST
以便激活它。我没在文件上看到这一点。
CURL命令示例:
> curl -X POST http://hostname:8003/shutdown
Shutdown命令的输出:
<SingletonMap><message>Shutting down, bye...</message></SingletonMap>
应用程序运行良好,管理端口运行良好。我可以浏览统计信息、检查运行状况等。我还启用了远程关闭endpoint,它正确地显示在endpoint的localhost:{mgmt_port}/actuator列表中。 我的问题 但是,当我转到localhost:{mgmt_port}/shutdown时,我看到: 10:01:42.496[main]信息O.s.B.C.E.T.TomcatEmbedded
如何修复此异常?
错误:任务执行失败 ': app:使用合并Java Res For Debug转换资源'。 com.android.build.api.transform.TransformException:com.android.builder.packaging.DuplicateFileException: APK META-INF/LICENSE File1中复制的重复文件: C:\用户Jithin-P
Build.Gradle: 当获取:
我多次清理和构建该项目,但没有工作。有什么问题?
在这一点上,我非常确定问题出在XML文件上,因为当我切换到design视图时,包含googleSignInButton代码的XML文件没有预览。 我所有的XML文件都是这样,尽管在实现google登录后我甚至没有接触过它们。 任何帮助都将不胜感激!提前谢谢你